Method Summary |
|
void | requestInput() Requests event notifications to be triggered when the underlying
channel is ready for input oprtations. |
void | requestOutput() Requests event notifications to be triggered when the underlying
channel is ready for output oprtations. |
void | shutdown() Shuts down the underlying channel. |
void | suspendInput() Suspends event notifications about the underlying channel being
ready for input operations. |
void | suspendOutput() Suspends event notifications about the underlying channel being
ready for output operations. |