Interface java.net.SocketImplFactory
All Packages    This Package    Previous    Next

Interface java.net.SocketImplFactory

public interface SocketImplFactory
extends Object
This interface defines a factory for SocketImpl instances. It is used by the socket class to create socket implementations that implement various policies.
Version:
1.6, 08/10/95
Author:
Arthur van Hoff

Method Index

 o createSocketImpl()
Creates a new SocketImpl instance.

Methods

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


All Packages    This Package    Previous    Next