|
abstract boolean | isEncryptedIO () |
|
abstract boolean | isConnected () |
|
abstract int | read (byte[] b, int off, int len) throws IOException |
|
abstract int | read (byte[] b) throws IOException |
|
abstract void | write (byte[] b, int off, int len) throws IOException |
|
abstract void | write (byte[] b) throws IOException |
|
abstract long | skip (long n) throws Exception |
|
abstract void | close () throws IOException |
|
abstract void | setReceiveBufferSize (int value) throws Exception |
|
abstract void | setSendBufferSize (int value) throws Exception |
|
abstract void | setTcpNoDelay (boolean value) throws Exception |
|
abstract void | setKeepAlive (boolean value) throws IOException |
|
int | available () throws IOException |
|
void | setConnectionState (UMDSServerConnection.STATE newstate) |
|
void | getConnectionState () |
|
The documentation for this class was generated from the following file: