Package de.tu_darmstadt.sp

Provides an implementation for the 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.
 

Package de.tu_darmstadt.sp Description

Provides an implementation for the javax.net abstract classes.

Package Specification

Both 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.

Related Documentation

For an extended documentation of the API, see the SSL API reference pages.