See: Description
| Interface | Description |
|---|---|
| ConnectionCloseListener | |
| ServerSocket |
Interface to hide the underlying ServerSocket implementation in order to decouple the stack from
CLDC, SE, etc.
|
| Socket |
Represents a connection.
|
| TCPConnectionHandler |
| Class | Description |
|---|---|
| PlatformSocketFactory |
Creates server and client sockets.
|
| SecurePlatformSocketFactory | |
| SESecureServerSocket | |
| SESecureSocket | |
| SEServerSocket |
This class encapsulates an SE listening socket.
|
| SESocket |
This class implements a connection for the SE Platform.
|
| SocketFactory |
Creates server and client sockets.
|
| TCPConnection |
TCP connection.
|
| TCPListener |
TCP listener which allows listening for incoming TCP connections.
|
| TCPServer |
TCP server.
|
Implements an SSL secure server and secure server socket for the SE platform for a given port, address and alias