org.sblim.cimclient.internal.http
public class HttpConnectionHandler extends Object
| Field Summary | |
|---|---|
| static int | MAJOR_VERSION
MAJOR_VERSION |
| static int | MINOR_VERSION
MINOR_VERSION |
| Constructor Summary | |
|---|---|
| HttpConnectionHandler(HttpContentHandler handler)
Ctor.
| |
| Method Summary | |
|---|---|
| void | close()
Closes the handler. |
| void | handleConnection(Socket socket)
Handles the incoming connection and forwards to the content handler
|
Parameters: handler The content handler
Parameters: socket The socket of the connection