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, takeLock
public SocketRemoteConnection(Socket socket, RemoteCommandServer adminServer) throws IOException
socket
- adminServer
- IOException
public void close()
RemoteConnection
close
in interface RemoteConnection
close
in class StreamRemoteConnection