Restlet Framework 2.2.2
Java Standard Edition

Package org.restlet.engine.connector

Integration with Java URLConnection class.

See:
          Description

Class Summary
ClientHelper Client connector helper.
ConnectorHelper<T extends Connector> Base connector helper.
FtpClientHelper FTP client connector using the URLConnection.
HttpClientHelper HTTP client connector using the HttpUrlConnectionCall.
HttpExchangeCall Call that is used by the Basic HTTP server.
HttpProtocolHelper Protocol helper for the HTTP protocol.
HttpServerHelper Internal HTTP server connector.
HttpsServerHelper Internal HTTPS server connector.
HttpUrlConnectionCall HTTP client connector call based on JDK's java.net.HttpURLConnection class.
NetServerHelper Abstract Internal web server connector based on com.sun.net.httpserver package.
ProtocolHelper Protocol helper.
ServerHelper Server connector helper.
WebDavProtocolHelper Protocol helper for the WEBDAV protocol.
 

Annotation Types Summary
Method Meta annotation to declare method annotations.
 

Package org.restlet.engine.connector Description

Integration with Java URLConnection class. Provides FTP, HTTP and HTTPS client connectors.

Since:
Restlet 1.0
See Also:
URLConnection Javadocs, User Guide - Net extension

Restlet Framework 2.2.2
Java Standard Edition

Copyright © 2005-2014 Restlet.