|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBufferedConnectionCallback
This interface is used by classes which need to be notified when there is new activity on a buffered connection.
Method Summary | |
---|---|
void |
process()
Implementation of the central processing loop for a buffered connection driven by a dispatcher. |
Method Detail |
---|
void process() throws java.lang.Throwable
Any exception that is thrown will be saved for the dispatch handler to use as grounds for terminating the connection. Anything innocuous must be properly handled from within the process() method, itself.
java.lang.Throwable
- any unhandled exceptionIBufferedConnection.fill(int)
,
IBufferedConnection.flush()
,
IBufferedConnection.getReadBuffer()
,
IBufferedConnection.getWriteBuffer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |