HTTP server socket, detects connection type
and forwards the HTTP requests to
HttpInboundSocket .
author: Mikhail A. Markov, Vasily Zakharov version: $Revision: 1.1.2.1 $
Constructor Summary
public
HttpServerSocket(int port) Creates this socket bound to the specified port.
public
HttpServerSocket(int port, int backlog) Creates this socket bound to the specified port,
with the specified backlog.
Creates this socket bound to the specified port.
Parameters: port - Port. throws: IOException - If I/O error occurs.
HttpServerSocket
public HttpServerSocket(int port, int backlog) throws IOException(Code)
Creates this socket bound to the specified port,
with the specified backlog.
Parameters: port - Port. Parameters: backlog - Backlog. throws: IOException - If I/O error occurs.