Uses of Interface
sunlabs.brazil.util.SocketFactory
-
Packages that use SocketFactory Package Description 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 Modifier and Type Class Description classSunProxySun 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 Modifier and Type Field Description static SocketFactorySocketFactory. defaultFactoryThe default socket factory. -
Uses of SocketFactory in sunlabs.brazil.util.http
Fields in sunlabs.brazil.util.http declared as SocketFactory Modifier and Type Field Description static SocketFactoryHttpRequest. socketFactoryThe factory for constructing new Sockets objects used to connect to remote hosts when issuing HTTP requests.
-