public interface DataPoster
Modifier and Type | Method and Description |
---|---|
void |
sendData(OutputStream os)
Sends data to the remote host.
|
void sendData(OutputStream os) throws IOException
os
- output stream to send data toIOException
- if data could not be writtenCopyright © 2013. All Rights Reserved.