Uses of Interface
sunlabs.brazil.util.SocketFactory
Packages that use SocketFactory
-
Uses of SocketFactory in sunlabs.brazil.proxy
Classes in sunlabs.brazil.proxy that implement SocketFactoryModifier and TypeClassDescriptionclass
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 SocketFactoryModifier and TypeFieldDescriptionstatic final SocketFactory
SocketFactory.defaultFactory
The default socket factory. -
Uses of SocketFactory in sunlabs.brazil.util.http
Fields in sunlabs.brazil.util.http declared as SocketFactoryModifier and TypeFieldDescriptionstatic SocketFactory
HttpRequest.socketFactory
The factory for constructing new Sockets objects used to connect to remote hosts when issuing HTTP requests.