|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.cimclient.internal.http.HttpConnectionHandler
public class HttpConnectionHandler
Class HttpConnectionHandler is responsible for handling an incoming connection
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
Constructor Detail |
---|
public HttpConnectionHandler(HttpContentHandler handler)
handler
- The content handlerMethod Detail |
---|
public void handleConnection(Socket socket)
socket
- The socket of the connectionpublic void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |