package

sun.rmi.transport.proxy

Interfaces

RMISocketInfo RMISocketInfo is an interface that extensions of the java.net.Socket class may use to provide more information on its capabilities. 

Classes

CGIHandler The CGIHandler class contains methods for executing as a CGI program. 
HttpReceiveSocket The HttpReceiveSocket class extends the WrappedSocket class by removing the HTTP protocol packaging from the input stream and formatting the output stream as an HTTP response. 
RMIDirectSocketFactory RMIDirectSocketFactory creates a direct socket connection to the specified port on the specified host. 
RMIHttpToCGISocketFactory RMIHttpToCGISocketFactory creates a socket connection to the specified host that is comminicated within an HTTP request, forwarded through the default firewall proxy, to the target host's normal HTTP server, to a CGI program which forwards the request to the actual specified port on the socket. 
RMIHttpToPortSocketFactory RMIHttpToPortSocketFactory creates a socket connection to the specified host that is communicated within an HTTP request, forwarded through the default firewall proxy, directly to the specified port. 
RMIMasterSocketFactory RMIMasterSocketFactory attempts to create a socket connection to the specified host using successively less efficient mechanisms until one succeeds.