Uses of Interface
org.restlet.engine.http.io.Notifiable

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

Uses of Notifiable in org.restlet.engine.http.connector
 

Classes in org.restlet.engine.http.connector that implement Notifiable
 class ClientConnection
          Generic HTTP-like client connection.
 class Connection<T extends Connector>
          A network connection though which requests and responses are exchanged by connectors.
 class ServerConnection
          Generic HTTP-like server connection.
 

Uses of Notifiable in org.restlet.engine.http.io
 

Constructors in org.restlet.engine.http.io with parameters of type Notifiable
ChunkedInputStream(Notifiable notifiable, InputStream inboundStream)
          Constructor.
ClosingInputStream(Notifiable notifiable, InputStream inboundStream)
          Constructor.
InputEntityStream(Notifiable notifiable, InputStream inboundStream)
          Constructor.
SizedInputStream(Notifiable notifiable, InputStream inboundStream, long size)
          Constructor.
 



Copyright © 2005-2011 Noelios Technologies.