java.net
Interface SocketImplFactory


public interface SocketImplFactory

This interface defines a factory for SocketImpl instances. It is used by the socket class to create socket implementations that implement various policies.


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

Method Detail

createSocketImpl

public SocketImpl createSocketImpl()
Creates a new SocketImpl instance.