Searched defs:ServerSocket (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DServerSocket.java25 * connections. A {@code ServerSocket} handles the requests and sends back an
29 public class ServerSocket { class
52 * Constructs a new unbound {@code ServerSocket}.
56 public ServerSocket() throws IOException { method in class:ServerSocket
63 * Constructs a new {@code ServerSocket} instance bound to the given {@code port}.
68 public ServerSocket(int port) throws IOException { method in class:ServerSocket
73 * Constructs a new {@code ServerSocket} instance bound to the given {@code port}.
79 public ServerSocket(int port, int backlog) throws IOException { method in class:ServerSocket
84 * Constructs a new {@code ServerSocket} instance bound to the given {@code localAddress}
91 public ServerSocket(in method in class:ServerSocket
[all...]

Completed in 57 milliseconds