Uses of Interface
sunlabs.brazil.util.SocketFactory

Packages that use SocketFactory
sunlabs.brazil.proxy   
sunlabs.brazil.util   
sunlabs.brazil.util.http   
 

Uses of SocketFactory in sunlabs.brazil.proxy
 

Classes in sunlabs.brazil.proxy that implement SocketFactory
 class SunProxy
          Sun Specific implementation of a SocketFactory and proxy-decider that work together to decipher the specifics of the Sun Internet setup.
 

Uses of SocketFactory in sunlabs.brazil.util
 

Fields in sunlabs.brazil.util declared as SocketFactory
static SocketFactory SocketFactory.defaultFactory
          The default socket factory.
 

Uses of SocketFactory in sunlabs.brazil.util.http
 

Fields in sunlabs.brazil.util.http declared as SocketFactory
static SocketFactory HttpRequest.socketFactory
          The factory for constructing new Sockets objects used to connect to remote hosts when issuing HTTP requests.