ServerSocket
Complete API reference for ServerSocket, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class ServerSocket extends ServerSocket
Constructors
| Signature | Description |
|---|---|
ServerSocket() | Executes ServerSocket and returns after the underlying engine call finishes. |
ServerSocket(int) | Executes ServerSocket and returns after the underlying engine call finishes. |
ServerSocket(int, int) | Executes ServerSocket and returns after the underlying engine call finishes. |
ServerSocket(int, int, InetAddress) | Executes ServerSocket and returns after the underlying engine call finishes. |
Methods
| Signature | Returns | Description |
|---|---|---|
bind(SocketAddress) | void | Executes bind and returns after the underlying engine call finishes. |
bind(SocketAddress, int) | void | Executes bind and returns after the underlying engine call finishes. |
accept() | Socket | Executes accept and returns after the underlying engine call finishes. |