public class SocketRemoteConnection extends StreamRemoteConnection
rcommand.serversocket.buffer.size.| Constructor and Description |
|---|
SocketRemoteConnection(Socket socket,
RemoteCommandServer adminServer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the connection.
|
flushCommand, getInputStream, getOutputStream, readBoolean, readByteArray, readByteArrayAsInputStream, readCommand, readDouble, readFloat, readInputStream, readInt, readLong, readObject, readParameters, readString, releaseLock, sendBoolean, sendByteArray, sendByteArray, sendByteArrayAsInputStream, sendDouble, sendFloat, sendInputStream, sendInt, sendLong, sendParams, sendString, skipParameters, startCommand, takeLockpublic SocketRemoteConnection(Socket socket, RemoteCommandServer adminServer) throws IOException
socket - adminServer - IOExceptionpublic void close()
RemoteConnectionclose in interface RemoteConnectionclose in class StreamRemoteConnection