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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
startup(String version, boolean isSSL, int mode, String user, String password, String sessionOpts)
-
-
-
Constructor Detail
-
SAMStreamSink
public SAMStreamSink(I2PAppContext ctx, String samHost, String samPort, String destFile, String sinkDir)
-
-