org.sblim.wbem.http
Class HttpServerConnection
java.lang.Object
org.sblim.wbem.http.HttpServerConnection
- Runnable
public class HttpServerConnection
extends java.lang.Object
implements Runnable
HttpServerConnection.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
iClose
protected boolean iClose
iDispatcher
protected org.sblim.wbem.http.HttpServerConnection.HttpConnectionDispatcher iDispatcher
iServerSocket
protected ServerSocket iServerSocket
HttpServerConnection
public HttpServerConnection(HttpConnectionHandler handler,
int port)
throws IOException
HttpServerConnection
public HttpServerConnection(HttpConnectionHandler handler,
int port,
boolean ssl)
throws IOException
getConnectionPool
public Vector getConnectionPool()
getHostIP
public String getHostIP()
throws UnknownHostException
getPort
public int getPort()
isSSL
public boolean isSSL()
setName
public void setName(String name)
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.