public static class SocketFetcher
extends 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.
- Author:
- Max Spivak, Bill Shannon
- See Also:
- Serialized Form