|
|||||||||
| Home >> All >> nectar >> reda >> [ io overview ] | PREV NEXT | ||||||||
A
- ArrayInputStream - class nectar.reda.io.ArrayInputStream.
- ArrayInputStream(byte[]) - Constructor for class nectar.reda.io.ArrayInputStream
- ArrayInputStream(byte[], int, int) - Constructor for class nectar.reda.io.ArrayInputStream
- addChildThread(ControllerThread) - Method in class nectar.reda.io.ControllerThread
- addPropertyChangeListener(PropertyChangeListener) - Method in class nectar.reda.io.RedaClientConnection
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class nectar.reda.io.RedaClientConnection
- address - Variable in class nectar.reda.io.RedaClientConnection
- available() - Method in class nectar.reda.io.RedaInputStream
B
- Base64 - class nectar.reda.io.Base64.
- Base64() - Constructor for class nectar.reda.io.Base64
- buff - Variable in class nectar.reda.io.RedaOutputStream
C
- COMPRESSION_THRESHOLD - Static variable in class nectar.reda.io.RedaConnection
- CONNECTION_PROGRESS_PERCENT - Static variable in class nectar.reda.io.RedaClientConnection
- CONNECTION_PROGRESS_STRING - Static variable in class nectar.reda.io.RedaClientConnection
- ControllerThread - class nectar.reda.io.ControllerThread.
- Thread control utilities for creating a thread tree that ensures the shutdown of it's child Threads...
- ControllerThread(ThreadGroup, String) - Constructor for class nectar.reda.io.ControllerThread
- ControllerThread(ControllerThread, String) - Constructor for class nectar.reda.io.ControllerThread
- caller - Variable in class nectar.reda.io.RedaInputStream.ReaderThread
- checkStoredException() - Method in class nectar.reda.io.RedaInputStream
- childList - Variable in class nectar.reda.io.ControllerThread
- close() - Method in class nectar.reda.io.RedaInputStream
- close() - Method in class nectar.reda.io.RedaOutputStream
- This method doesn't do anything.
- command - Variable in class nectar.reda.io.DataPackage
- compressed - Variable in class nectar.reda.io.DataPackage
- connect() - Method in class nectar.reda.io.RedaClientConnection
- connect() - Method in class nectar.reda.io.RedaConnection
- connect() - Method in class nectar.reda.io.RedaServerConnection
- connected - Variable in class nectar.reda.io.RedaConnection
- connection - Variable in class nectar.reda.io.RedaInputStream
- connection - Variable in class nectar.reda.io.RedaOutputStream
- crypto - Variable in class nectar.reda.io.RedaConnection
D
- DEFAULT_PORT - Static variable in class nectar.reda.io.RedaConnection
- DataPackage - class nectar.reda.io.DataPackage.
- DataPackage() - Constructor for class nectar.reda.io.DataPackage
- DataPackage(byte[]) - Constructor for class nectar.reda.io.DataPackage
- constructs a DataPackage with data as payload
- data - Variable in class nectar.reda.io.DataPackage
- dec_table - Static variable in class nectar.reda.io.Base64
- decipher - Variable in class nectar.reda.io.RedaConnection
- decode(byte[]) - Static method in class nectar.reda.io.Base64
- decode(byte[], int, byte, byte, byte, byte) - Static method in class nectar.reda.io.Base64
- disconnect() - Method in class nectar.reda.io.RedaClientConnection
- disconnect() - Method in class nectar.reda.io.RedaConnection
- disconnect() - Method in class nectar.reda.io.RedaServerConnection
- dp - Variable in class nectar.reda.io.RedaInputStream
E
- enc_table - Static variable in class nectar.reda.io.Base64
- encipher - Variable in class nectar.reda.io.RedaConnection
- encode(byte[]) - Static method in class nectar.reda.io.Base64
- encrypted - Variable in class nectar.reda.io.DataPackage
F
- flush() - Method in class nectar.reda.io.RedaConnection
- flush() - Method in class nectar.reda.io.RedaOutputStream
- Flush the buffered bytes in this stream and actually write all of them out to the underlying connection.
G
- getData() - Method in class nectar.reda.io.DataPackage
- getDataLength() - Method in class nectar.reda.io.DataPackage
- getFirstChild() - Method in class nectar.reda.io.ControllerThread
- getInputStream() - Method in class nectar.reda.io.RedaConnection
- getOutputStream() - Method in class nectar.reda.io.RedaConnection
- getPosition() - Method in class nectar.reda.io.ArrayInputStream
- getServerHostname() - Method in class nectar.reda.io.RedaClientConnection
- getServerPort() - Method in class nectar.reda.io.RedaClientConnection
H
- hasMoreChildThreads() - Method in class nectar.reda.io.ControllerThread
- headerBuff - Variable in class nectar.reda.io.DataPackage
I
- inActiveTimeout - Variable in class nectar.reda.io.RedaClientConnection
- initRandom() - Method in class nectar.reda.io.RedaConnection
- interruptAllChildren() - Method in class nectar.reda.io.ControllerThread
- isCommand() - Method in class nectar.reda.io.DataPackage
- isCompressed() - Method in class nectar.reda.io.DataPackage
- isConnected() - Method in class nectar.reda.io.RedaConnection
- isEncrypted() - Method in class nectar.reda.io.DataPackage
- isReadComplete() - Method in class nectar.reda.io.DataPackage
- isSegment() - Method in class nectar.reda.io.DataPackage
K
- keepRunning - Variable in class nectar.reda.io.ControllerThread
- keepRunning() - Method in class nectar.reda.io.ControllerThread
- killChildThreads() - Method in class nectar.reda.io.ControllerThread
- killThread() - Method in class nectar.reda.io.ControllerThread
- kills this thread and it's children gently (ie, with Thread.join()).
M
- MAX_BUFFER_SIZE - Static variable in class nectar.reda.io.RedaOutputStream
- MAX_INIT_MESSAGE_SIZE - Static variable in class nectar.reda.io.RedaConnection
- MAX_PACKET_PAYLOAD - Static variable in class nectar.reda.io.DataPackage
- MAX_PACKET_SIZE - Static variable in class nectar.reda.io.RedaConnection
- mark(int) - Method in class nectar.reda.io.RedaInputStream
- markSupported() - Method in class nectar.reda.io.RedaInputStream
N
- nectar.reda.io - package nectar.reda.io
- netIn - Variable in class nectar.reda.io.RedaConnection
- netOut - Variable in class nectar.reda.io.RedaConnection
P
- packetSize - Variable in class nectar.reda.io.DataPackage
- parent - Variable in class nectar.reda.io.ControllerThread
- pis - Variable in class nectar.reda.io.RedaInputStream
- port - Variable in class nectar.reda.io.RedaClientConnection
- pos - Variable in class nectar.reda.io.RedaInputStream
- pos - Variable in class nectar.reda.io.RedaOutputStream
- progressPercent - Variable in class nectar.reda.io.RedaClientConnection
- progressString - Variable in class nectar.reda.io.RedaClientConnection
R
- RSA_KEY_SIZE - Static variable in class nectar.reda.io.RedaConnection
- RedaClientConnection - class nectar.reda.io.RedaClientConnection.
- RedaClientConnection() - Constructor for class nectar.reda.io.RedaClientConnection
- Creates a new instance of ReadClientConnection
- RedaConnection - class nectar.reda.io.RedaConnection.
- RedaConnection() - Constructor for class nectar.reda.io.RedaConnection
- RedaInputStream - class nectar.reda.io.RedaInputStream.
- RedaInputStream(RedaConnection) - Constructor for class nectar.reda.io.RedaInputStream
- Creates a new instance of ReadInputStream
- RedaInputStream.ReaderThread - class nectar.reda.io.RedaInputStream.ReaderThread.
- RedaInputStream.ReaderThread(RedaInputStream, ControllerThread) - Constructor for class nectar.reda.io.RedaInputStream.ReaderThread
- RedaOutputStream - class nectar.reda.io.RedaOutputStream.
- RedaOutputStream(RedaConnection) - Constructor for class nectar.reda.io.RedaOutputStream
- Creates a new instance of ReadOutputStream
- RedaServerConnection - class nectar.reda.io.RedaServerConnection.
- RedaServerConnection() - Constructor for class nectar.reda.io.RedaServerConnection
- Creates a new instance of ReadServerConnection
- rand - Variable in class nectar.reda.io.RedaConnection
- read() - Method in class nectar.reda.io.RedaInputStream
- read(byte[]) - Method in class nectar.reda.io.RedaInputStream
- read(byte[], int, int) - Method in class nectar.reda.io.RedaInputStream
- readAhead() - Method in class nectar.reda.io.RedaInputStream
- readBytes - Variable in class nectar.reda.io.DataPackage
- readComplete - Variable in class nectar.reda.io.DataPackage
- readPacket(InputStream) - Method in class nectar.reda.io.DataPackage
- Attempts to read a packet from the given inputStream without blocking.
- readPacket(DataPackage) - Method in class nectar.reda.io.RedaConnection
- redaIn - Variable in class nectar.reda.io.RedaConnection
- redaOut - Variable in class nectar.reda.io.RedaConnection
- removeChildThread(ControllerThread) - Method in class nectar.reda.io.ControllerThread
- removePropertyChangeListener(PropertyChangeListener) - Method in class nectar.reda.io.RedaClientConnection
- reset() - Method in class nectar.reda.io.RedaInputStream
- run() - Method in class nectar.reda.io.ControllerThread
- runThread() - Method in class nectar.reda.io.ControllerThread
- runThread() - Method in class nectar.reda.io.RedaInputStream.ReaderThread
S
- StatusChangeListener - interface nectar.reda.io.StatusChangeListener.
- segment - Variable in class nectar.reda.io.DataPackage
- serverRSAKeySize - Static variable in class nectar.reda.io.RedaClientConnection
- setCommand(boolean) - Method in class nectar.reda.io.DataPackage
- setCompressed(boolean) - Method in class nectar.reda.io.DataPackage
- setData(byte[]) - Method in class nectar.reda.io.DataPackage
- setEncrypted(boolean) - Method in class nectar.reda.io.DataPackage
- setSegment(boolean) - Method in class nectar.reda.io.DataPackage
- setServerHostname(String) - Method in class nectar.reda.io.RedaClientConnection
- setServerPort(String) - Method in class nectar.reda.io.RedaClientConnection
- setSoTimeout(int) - Method in class nectar.reda.io.RedaClientConnection
- setSoTimeout(String) - Method in class nectar.reda.io.RedaClientConnection
- setSoTimeout(int) - Method in class nectar.reda.io.RedaServerConnection
- setSocket(Socket) - Method in class nectar.reda.io.RedaServerConnection
- setStatus(String, int) - Method in class nectar.reda.io.RedaClientConnection
- sharedKey - Variable in class nectar.reda.io.RedaConnection
- skip(long) - Method in class nectar.reda.io.RedaInputStream
- soTimeout - Variable in class nectar.reda.io.RedaClientConnection
- soTimeout - Variable in class nectar.reda.io.RedaServerConnection
- socket - Variable in class nectar.reda.io.RedaClientConnection
- socket - Variable in class nectar.reda.io.RedaServerConnection
- startThread() - Method in class nectar.reda.io.ControllerThread
- statusChangeListeners - Variable in class nectar.reda.io.RedaClientConnection
- statusChanged(String, String, int) - Method in interface nectar.reda.io.StatusChangeListener
- storeException(IOException) - Method in class nectar.reda.io.RedaInputStream.ReaderThread
- storedException - Variable in class nectar.reda.io.RedaInputStream
- stream - Variable in class nectar.reda.io.RedaInputStream.ReaderThread
T
- timeout - Variable in class nectar.reda.io.RedaInputStream.ReaderThread
- toString() - Method in class nectar.reda.io.RedaServerConnection
W
- write(byte[], int, int) - Method in class nectar.reda.io.RedaOutputStream
- write a byte array to the underlying RedaConnection, which will compress and encrypt it.
- write(int) - Method in class nectar.reda.io.RedaOutputStream
- write(byte[]) - Method in class nectar.reda.io.RedaOutputStream
- writePacket(OutputStream) - Method in class nectar.reda.io.DataPackage
- writePacket(DataPackage) - Method in class nectar.reda.io.RedaConnection
- writeToConnection(byte[], int, int) - Method in class nectar.reda.io.RedaOutputStream
- write a byte array to the underlying RedaConnection, which will compress and encrypt it.
A B C D E F G H I K M N P R S T W
|
|||||||||
| Home >> All >> nectar >> reda >> [ io overview ] | PREV NEXT | ||||||||