public interface Socket4
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
boolean |
isConnected() |
Socket4 |
openParallelSocket() |
int |
read(byte[] buffer,
int offset,
int count) |
void |
setSoTimeout(int timeout) |
void |
write(byte[] bytes,
int offset,
int count) |
void close()
throws java.io.IOException
java.io.IOExceptionvoid flush()
throws java.io.IOException
java.io.IOExceptionvoid setSoTimeout(int timeout)
boolean isConnected()
int read(byte[] buffer,
int offset,
int count)
throws java.io.IOException
java.io.IOExceptionvoid write(byte[] bytes,
int offset,
int count)
throws java.io.IOException
java.io.IOExceptionSocket4 openParallelSocket() throws java.io.IOException
java.io.IOException