Package | Description |
---|---|
org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
org.restlet.engine.http.io |
Supports HTTP input and output.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
ChunkedInputStream(Notifiable notifiable,
java.io.InputStream inboundStream)
Constructor.
|
ClosingInputStream(Notifiable notifiable,
java.io.InputStream inboundStream)
Constructor.
|
InputEntityStream(Notifiable notifiable,
java.io.InputStream inboundStream)
Constructor.
|
SizedInputStream(Notifiable notifiable,
java.io.InputStream inboundStream,
long size)
Constructor.
|
Copyright © 2005-2012. All Rights Reserved.