Package org.restlet.engine.connector
Integration with Java URLConnection class. Provides FTP, HTTP and HTTPS
client connectors.
- Since:
- Restlet 1.0
- See Also:
- URLConnection Javadocs, User Guide - Net extension
-
Class Summary Class Description ClientHelper Client connector helper.ConnectorHelper<T extends org.restlet.Connector> Base connector helper.FtpClientHelper FTP client connector using theURLConnection
.HttpClientHelper HTTP client connector using theHttpUrlConnectionCall
.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 Annotation Type Description Method Meta annotation to declare method annotations.