UMDS Java API  6.14
com.latencybusters.umds.UMDSSslIOStream Class Reference
Inheritance diagram for com.latencybusters.umds.UMDSSslIOStream:
com.latencybusters.umds.UMDSStream

Public Member Functions

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 ()
 

Protected Attributes

UMDSServerConnection serverConn
 

The documentation for this class was generated from the following file: