public class MonitoredServerSideClientSocket4 extends Socket4Decorator
_socket| Constructor and Description |
|---|
MonitoredServerSideClientSocket4(Socket4 socket,
Networking bean) |
| Modifier and Type | Method and Description |
|---|---|
protected Networking |
bean() |
int |
read(byte[] buffer,
int offset,
int count) |
void |
write(byte[] bytes,
int offset,
int count) |
close, flush, isConnected, openParallelSocket, setSoTimeout, toStringpublic MonitoredServerSideClientSocket4(Socket4 socket, Networking bean)
protected Networking bean()
public void write(byte[] bytes,
int offset,
int count)
throws java.io.IOException
write in interface Socket4write in class Socket4Decoratorjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int count)
throws java.io.IOException
read in interface Socket4read in class Socket4Decoratorjava.io.IOException