Uses of Interface
org.restlet.util.SelectionListener

Packages that use SelectionListener
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.util Various utility classes. 
 

Uses of SelectionListener in org.restlet.engine.connector
 

Classes in org.restlet.engine.connector that implement SelectionListener
 class ClientInboundWay
          Client-side inbound way.
 class ClientOutboundWay
          Client-side outbound way.
 class Connection<T extends Connector>
          A network connection though which messages are exchanged by connectors.
 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.
 

Methods in org.restlet.engine.connector with parameters of type SelectionListener
 SelectionRegistration ConnectionController.register(SelectableChannel selectableChannel, int interestOperations, SelectionListener listener)
          Registers a selection listener with the underlying selector for the given operations and returns the registration created.
 

Uses of SelectionListener in org.restlet.util
 

Classes in org.restlet.util that implement SelectionListener
 class ByteReadingListener
          Selection listener notifying new content as an InputStream.
 class CharacterReadingListener
          Selection listener notifying new content as a Reader.
 class ReadingListener
          Selection listener notifying new content is read into a ByteBuffer.
 class StringReadingListener
          Selection listener notifying new content as a string.
 

Methods in org.restlet.util that return SelectionListener
 SelectionListener SelectionRegistration.getSelectionListener()
          Returns the selection listener that will be notified.
 

Methods in org.restlet.util with parameters of type SelectionListener
 void SelectionRegistration.setSelectionListener(SelectionListener listener)
          Sets the selection listener that will be notified.
 

Constructors in org.restlet.util with parameters of type SelectionListener
SelectionRegistration(int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)
          Constructor.
SelectionRegistration(SelectableChannel selectableChannel, int interestOperations, SelectionListener selectionListener, WakeupListener wakeupListener)
          Constructor.
 



Copyright © 2005-2014 Restlet.