All Packages This Package Class Hierarchy Class Search Index
Summary |
public interface SocketImplFactory { // Methods 1 public abstract SocketImpl createSocketImpl(); }
This interface defines a factory for socket implementations.
It is used by the classes Socket
and ServerSocket
to create actual socket implementations.
See Also: Socket, ServerSocket, SocketImpl
Cross Reference |
Methods |
· createSocketImpl | Summary | Top |
public abstract SocketImpl createSocketImpl()
Creates a new
com.syncbuilder.sync.SocketImpl
instance
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7