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

/libcore/luni/src/main/java/java/net/
H A DServerSocket.java28 * connections. A {@code ServerSocket} handles the requests and sends back an
32 public class ServerSocket implements Closeable { class in inherits:Closeable
57 * Constructs a new unbound {@code ServerSocket}.
61 public ServerSocket() throws IOException { method in class:ServerSocket
68 * Constructs a new {@code ServerSocket} instance bound to the given {@code port} using a
74 public ServerSocket(int port) throws IOException { method in class:ServerSocket
79 * Constructs a new {@code ServerSocket} instance bound to the given {@code port} using a
85 public ServerSocket(int port, int backlog) throws IOException { method in class:ServerSocket
90 * Constructs a new {@code ServerSocket} instance bound to the given {@code localAddress}
97 public ServerSocket(in method in class:ServerSocket
[all...]

Completed in 49 milliseconds