Skip to main content

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

SignatureDescription
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

SignatureReturnsDescription
bind(SocketAddress)voidExecutes bind and returns after the underlying engine call finishes.
bind(SocketAddress, int)voidExecutes bind and returns after the underlying engine call finishes.
accept()SocketExecutes accept and returns after the underlying engine call finishes.