Package org.restlet.engine.net

Integration with Java URLConnection class.

See:
          Description

Class Summary
FtpClientHelper FTP client connector using the URLConnection.
HttpClientHelper HTTP client connector using the HttpUrlConnectionCall.
HttpExchangeCall Call that is used by the Basic HTTP server.
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.
 

Package org.restlet.engine.net 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


Copyright © 2005-2014 Restlet.