public static class SocketFetcher
extends java.lang.Object
This class is used to get Sockets. Depending on the arguments passed
it will either return a plain java.net.Socket or dynamically load
the SocketFactory class specified in the classname param and return
a socket created by that SocketFactory.
- See Also:
- Serialized Form