org.sblim.wbem.http

Class HttpConnectionHandler


public class HttpConnectionHandler
extends java.lang.Object

HttpConnectionHandler.java (C) Copyright IBM Corp. 2005, 2006 THIS FILE IS PROVIDED UNDER THE TERMS OF THE COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT. You can obtain a current copy of the Common Public License from http://www.opensource.org/licenses/cpl1.0.php

Field Summary

static int
MAJOR_VERSION
static int
MINOR_VERSION

Constructor Summary

HttpConnectionHandler(HttpContentHandler handler)

Method Summary

void
close()
void
handleConnection(Socket socket)

Field Details

MAJOR_VERSION

public static final int MAJOR_VERSION
Field Value:
1

MINOR_VERSION

public static final int MINOR_VERSION
Field Value:
1

Constructor Details

HttpConnectionHandler

public HttpConnectionHandler(HttpContentHandler handler)

Method Details

close

public void close()

handleConnection

public void handleConnection(Socket socket)

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