All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.net.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 Index

 o createSocketImpl()
Creates a new SocketImpl instance.

Methods

 o createSocketImpl
  public abstract SocketImpl createSocketImpl()
Creates a new SocketImpl instance.


All Packages  Class Hierarchy  This Package  Previous  Next  Index