public interface ServerTransferConnection extends ServerConnection
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
getReceiveStream() |
java.io.OutputStream |
getSendStream() |
void |
readClientDoneConfirmation() |
void |
shutdownInput() |
void |
shutdownOutput() |
getConnectionInfo, getHostAddress, getHostName, isClosed, isConnected, readObject, writeError, writeObject
getServerContext
void shutdownInput() throws java.io.IOException
java.io.IOException
void shutdownOutput() throws java.io.IOException
java.io.IOException
java.io.OutputStream getSendStream()
java.io.InputStream getReceiveStream()
void readClientDoneConfirmation() throws java.io.IOException
java.io.IOException
Copyright © 2014 EsprIT-Systems. All Rights Reserved.