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