public class HttpConnectionHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAJOR_VERSION
MAJOR_VERSION
|
static int |
MINOR_VERSION
MINOR_VERSION
|
Constructor and Description |
---|
HttpConnectionHandler(HttpContentHandler handler)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the handler.
|
void |
handleConnection(java.net.Socket socket)
Handles the incoming connection and forwards to the content handler
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public HttpConnectionHandler(HttpContentHandler handler)
handler
- The content handlerCopyright © 2005, 2011 IBM Corporation. All Rights Reserved.