Interface | Description |
---|---|
SAMReader.SAMClientEventListener |
Async event notification interface for SAM clients
|
Class | Description |
---|---|
SAMClientEventListenerImpl |
Basic noop client event listener
|
SAMEventHandler |
Simple helper implementation of a the SAMClientEventListener
|
SAMReader |
Read from a socket, producing events for any SAM message read
|
SAMStreamSend |
Send a file to a peer
Usage: SAMStreamSend samHost samPort peerDestFile dataFile
|
SAMStreamSink |
Sit around on a SAM destination, receiving lots of data and
writing it to disk
Usage: SAMStreamSink samHost samPort myKeyFile sinkDir
|