JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
java.net
Interface SocketImplFactory
public interface
SocketImplFactory
This interface defines a factory for socket implementations.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
SocketImpl
createSocketImpl
()
Creates a new
SocketImpl
instance.
Method Detail
createSocketImpl
SocketImpl
createSocketImpl()
Creates a new
SocketImpl
instance.
Returns:
the created
SocketImpl
instance.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method