| |
|
| java.lang.Object org.w3c.jigsaw.http.mux.MuxClientFactory
HTTP_PORT | final public static int HTTP_PORT(Code) | | |
MuxClientFactory | public MuxClientFactory()(Code) | | |
createServerSocket | public ServerSocket createServerSocket() throws IOException(Code) | | Create a suitable server socket for our server context.
A ServerSocket instance. exception: IOException - If some IO error occured while creating theserver socket. |
handleConnection | public void handleConnection(Socket socket)(Code) | | Handle that new incomming connection.
Wrap the given socket into a MuxStream, the rest is handled magically.
Parameters: socket - The newly accepted socket. |
initialize | public void initialize(httpd server)(Code) | | Initialize the MUX client factory.
Parameters: server - The server context in which this factory is to run. |
shutdown | public void shutdown(boolean force)(Code) | | |
|
|
|