Net extension

Introduction

This connector is fully based on the JDK and more precisely on java.net.HttpURLConnection class.

Description

This connector supports the following protocols: HTTP, HTTPS, FTP and FTPS.

The list of supported specific parameters is available in the Javadocs:

For additional details, please consult the Javadocs.

Proxy

If you are running behind a HTTP proxy, you can add the following parameters when launching your Restlet application:

-Dhttp.proxyHost=myproxyhost -Dhttp.proxyPort=3128
Comments (0)