|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Handler | |
---|---|
net.i2p.sam | The SAM client API. |
Uses of Handler in net.i2p.sam |
---|
Classes in net.i2p.sam that implement Handler | |
---|---|
(package private) class |
SAMHandler
Base class for SAM protocol handlers. |
(package private) class |
SAMv1Handler
Class able to handle a SAM version 1 client connections. |
(package private) class |
SAMv2Handler
Class able to handle a SAM version 2 client connection. |
(package private) class |
SAMv3Handler
Class able to handle a SAM version 3 client connection. |
Methods in net.i2p.sam with parameters of type Handler | |
---|---|
void |
SAMBridge.register(Handler handler)
Handlers must call on startup |
void |
SAMBridge.unregister(Handler handler)
Handlers must call on stop |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |