| Home >> All >> Freenet >> contrib >> [ fproxy Javadoc ] |
Freenet.contrib.fproxy: Javadoc index of package Freenet.contrib.fproxy.
Package Samples:
Freenet.contrib.fproxy
Classes:
ProxyServer: The main ProxyServer class. It listens for incoming HTTP connections on -listenPort (default 80), extracts the Freenet key, and issues a proxy request on the web client's behalf to the Freenet node at -serverAddress (default tcp/localhost:19114). The reply is streamed directly over the HTTP connection back to the web client, with the appropriate MIME type (currently, always text/plain). Any errors are also reported to the web client.
HttpHandler: Thread to handle incoming HTTP connections for the ProxyServer
ProxyClient: Wrapper to send Freenet requests on behalf of the HttpHandler
| Home | Contact Us | Privacy Policy | Terms of Service |