Uses of Interface
org.restlet.engine.io.CompletionListener

Packages that use CompletionListener
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.engine.io Supports input and output work. 
 

Uses of CompletionListener in org.restlet.engine.connector
 

Classes in org.restlet.engine.connector that implement CompletionListener
 class ClientInboundWay
          Client-side inbound way.
 class ClientOutboundWay
          Client-side outbound way.
 class HttpClientInboundWay
          HTTP client inbound way.
 class HttpClientOutboundWay
          HTTP client outbound way.
 class HttpServerInboundWay
          HTTP server inbound way.
 class HttpServerOutboundWay
          HTTP server outbound way.
 class InboundWay
          A network connection way though which messages are received.
 class OutboundWay
          A network connection way though which messages are sent.
 class ServerInboundWay
          Server-side inbound way.
 class ServerOutboundWay
          Server-side outbound way.
 class Way
          A network connection way though which messages are exchanged.
 

Uses of CompletionListener in org.restlet.engine.io
 

Classes in org.restlet.engine.io that implement CompletionListener
 class ReadableBufferedChannel
          Readable byte channel based on a source socket channel that must only be partially read.
 class ReadableChunkedChannel
          Readable byte channel capable of decoding chunked entities.
 class ReadableSizedSelectionChannel
          Readable byte channel enforcing a maximum size and wrapping a selectable channel.
 

Constructors in org.restlet.engine.io with parameters of type CompletionListener
ReadableBufferedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)
          Constructor.
ReadableChunkedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)
          Constructor.
ReadableSizedSelectionChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, long availableSize, WakeupListener wakeupListener)
          Constructor.
 



Copyright © 2005-2013 Restlet.