|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
javax.net
abstract
classes.
See:
Description
Class Summary | |
ServerSocketFactoryImpl | Class ServerSocketFactory implements SUN's interface specification
and creates normal standard sever sockets, using the ServerSocket
constructor. |
SocketFactoryImpl | Class SocketFactory is the 'trivial' implementation for provides Sun's interface,
creating common sockets, created by the Socket constructors. |
Provides an implementation for the javax.net
abstract
classes.
SocketFactoryImpl
and
ServerSocketFactoryImpl
are 'trivial' implementations
of the abstract javax.net
interfaces. They return
Socket and ServerSocket objects of the current jre, without any
modification.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |