|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface NioByteInput.InputHandler
A handler for events relating to the consumption of data from a NioByteInput
instance.
Method Summary | |
---|---|
void |
acknowledge()
Acknowledges the successful processing of an input buffer. |
void |
close()
Signifies that the user of the enclosing NioByteInput has called the close() method
explicitly. |
Method Detail |
---|
void acknowledge() throws IOException
IOException
- if an I/O error occurs sending the acknowledgementvoid close() throws IOException
NioByteInput
has called the close()
method
explicitly. Any thrown exception is propagated up to the caller of NioByteInput.close()
.
close
in interface Closeable
IOException
- if an I/O error occurs
|
JBoss Marshalling 1.3.0.CR9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |