Package net.i2p.sam.client
Class SAMStreamSink
java.lang.Object
net.i2p.sam.client.SAMStreamSink
public class SAMStreamSink extends Object
Swiss army knife tester.
Saves our transient b64 destination to myKeyFile where SAMStreamSend can get it.
Saves received data to a file (in sinkDir).
Usage: SAMStreamSink [options] myKeyFile sinkDir
See apps/sam/doc/README-test.txt for info on test setup.
Receives data in one of 7 modes.
Optionally uses SSL.
Configurable SAM client version.
-
Constructor Summary
Constructors Constructor Description SAMStreamSink(I2PAppContext ctx, String samHost, String samPort, String destFile, String sinkDir)
-
Method Summary
-
Constructor Details
-
SAMStreamSink
public SAMStreamSink(I2PAppContext ctx, String samHost, String samPort, String destFile, String sinkDir)
-
-
Method Details