Uses of Class
net.i2p.sam.SAMHandler
Packages that use SAMHandler
-
Uses of SAMHandler in net.i2p.sam
Subclasses of SAMHandler in net.i2p.samModifier and TypeClassDescription(package private) class
Class able to handle a SAM version 1 client connections.(package private) class
Class able to handle a SAM version 2 client connection.(package private) class
Class able to handle a SAM version 3 client connection.Methods in net.i2p.sam that return SAMHandlerModifier and TypeMethodDescriptionstatic SAMHandler
SAMHandlerFactory.createSAMHandler
(SocketChannel s, Properties i2cpProps, SAMBridge parent) Return the right SAM handler depending on the protocol version required by the client.