java.net
Interface SocketImplFactory

All Known Implementing Classes:
SocksSocketImplFactory

public interface SocketImplFactory

Untamed:


Method Summary
 SocketImpl createSocketImpl()
          Enabled: Creates a new SocketImpl instance.
 

Method Detail

createSocketImpl

public SocketImpl createSocketImpl()
Enabled: Creates a new SocketImpl instance.

Returns:
a new instance of SocketImpl.
See Also:
java.net.SocketImpl


comments?