|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface IncomingMessageQueue.MessageQueueListener
For notification of queue events.
| Method Summary | |
|---|---|
void |
dataBytesReceived(int byte_count)
The given number of (piece) data bytes read from the connection. |
boolean |
isPriority()
|
boolean |
messageReceived(Message message)
A message has been read from the connection. |
void |
protocolBytesReceived(int byte_count)
The given number of protocol (overhead) bytes read from the connection. |
| Method Detail |
|---|
boolean messageReceived(Message message)
throws java.io.IOException
message - recevied
java.io.IOExceptionvoid protocolBytesReceived(int byte_count)
byte_count - number of protocol bytesvoid dataBytesReceived(int byte_count)
byte_count - number of data bytesboolean isPriority()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||