Uses of Interface
net.i2p.sam.SAMSecureSessionInterface
-
Packages that use SAMSecureSessionInterface Package Description net.i2p.sam The SAM client API. -
-
Uses of SAMSecureSessionInterface in net.i2p.sam
Classes in net.i2p.sam that implement SAMSecureSessionInterface Modifier and Type Class Description class
SAMSecureSession
This is the "default" implementation of the SAMSecureSession @interface that behaves exactly like SAM without interactive authentication.Methods in net.i2p.sam that return SAMSecureSessionInterface Modifier and Type Method Description SAMSecureSessionInterface
SAMBridge. secureSession()
Constructors in net.i2p.sam with parameters of type SAMSecureSessionInterface Constructor Description SAMBridge(String listenHost, int listenPort, boolean isSSL, Properties i2cpProps, String persistFile, File configFile, SAMSecureSessionInterface secureSession)
Build a new SAM bridge.
-