Package org.restlet.engine.connector
package org.restlet.engine.connector
Integration with Java URLConnection class. Provides FTP, HTTP and HTTPS
client connectors.
- Since:
- Restlet 1.0
- See Also:
-
ClassDescriptionClient connector helper.ConnectorHelper<T extends Connector>Base connector helper.FTP client connector using the
URLConnection.HTTP client connector using theHttpUrlConnectionCall.Call that is used by the Basic HTTP server.Protocol helper for the HTTP protocol.Internal HTTP server connector.Internal HTTPS server connector.HTTP client connector call based on JDK's java.net.HttpURLConnection class.Meta annotation to declare method annotations.Abstract Internal web server connector based on com.sun.net.httpserver package.Protocol helper.Server connector helper.