Uses of Class
net.i2p.sam.SAMHandler
-
Packages that use SAMHandler Package Description net.i2p.sam The SAM client API. -
-
Uses of SAMHandler in net.i2p.sam
Subclasses of SAMHandler in net.i2p.sam Modifier and Type Class Description (package private) classSAMv1HandlerClass able to handle a SAM version 1 client connections.(package private) classSAMv2HandlerClass able to handle a SAM version 2 client connection.(package private) classSAMv3HandlerClass able to handle a SAM version 3 client connection.Methods in net.i2p.sam that return SAMHandler Modifier and Type Method Description static SAMHandlerSAMHandlerFactory. createSAMHandler(SocketChannel s, Properties i2cpProps, SAMBridge parent)Return the right SAM handler depending on the protocol version required by the client.
-