Interface CompletionListener
-
- All Known Implementing Classes:
ClientInboundWay,ClientOutboundWay,HttpClientInboundWay,HttpClientOutboundWay,HttpsClientInboundWay,HttpsClientOutboundWay,HttpServerInboundWay,HttpServerOutboundWay,HttpsServerInboundWay,HttpsServerOutboundWay,InboundWay,OutboundWay,ReadableBufferedChannel,ReadableChunkedChannel,ReadableSizedSelectionChannel,ReadableSslChannel,ServerInboundWay,ServerOutboundWay,Way
@Deprecated public interface CompletionListenerDeprecated.Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.Listener called back upon IO completion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidonMessageCompleted(boolean eofDetected)Deprecated.Callback invoked upon IO completion.
-