Next: Sockets.ServerSocket-accessing, Previous: Sockets.ServerSocket class-accessing, Up: Sockets.ServerSocket [Index]
Answer the default length of the queue for pending connections. When the queue fills, new clients attempting to connect fail until the server has sent #accept to accept a connection from the queue.
Answer a new ServerSocket serving on any local address, on the given port, with a pending connections queue of the default length.
Answer a new ServerSocket serving on the given address and port, with a pending connections queue of the default length.
Answer a new ServerSocket serving on any local address, on the given port, with a pending connections queue of the given length.
Answer a new ServerSocket serving on the given address and port, and with a pending connections queue of the given length.
Answer a new ServerSocket serving on any local address and port, with a pending connections queue of the given length.
Answer a new ServerSocket serving on the given local address, and on any port, with a pending connections queue of the given length.