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

Public Member Functions

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

Protected Attributes

UMDSServerConnection serverConn
 

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