Package org.sblim.wbem.http
Class HttpConnectionHandler
- java.lang.Object
-
- org.sblim.wbem.http.HttpConnectionHandler
-
public class HttpConnectionHandler extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
MAJOR_VERSION
static int
MINOR_VERSION
-
Constructor Summary
Constructors Constructor Description HttpConnectionHandler(HttpContentHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
void
handleConnection(java.net.Socket socket)
-
-
-
Field Detail
-
MAJOR_VERSION
public static final int MAJOR_VERSION
- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HttpConnectionHandler
public HttpConnectionHandler(HttpContentHandler handler)
-
-