org.sblim.wbem.http
Class HttpConnectionHandler

java.lang.Object
  extended byorg.sblim.wbem.http.HttpConnectionHandler

public class HttpConnectionHandler
extends java.lang.Object


Field Summary
static int MAJOR_VERSION
           
static int MINOR_VERSION
           
 
Constructor Summary
HttpConnectionHandler(HttpContentHandler handler)
           
 
Method Summary
 void close()
           
 void handleConnection(java.net.Socket socket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)
Method Detail

handleConnection

public void handleConnection(java.net.Socket socket)

close

public void close()


Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.