oracle.stellent.ridc.protocol.http
Class IdcHttpClientConnection

java.lang.Object
  extended by oracle.stellent.ridc.protocol.Connection
      extended by oracle.stellent.ridc.protocol.http.IdcHttpClientConnection

public class IdcHttpClientConnection
extends Connection


Constructor Summary
IdcHttpClientConnection(org.apache.commons.httpclient.HttpClient httpClient)
           
 
Method Summary
 org.apache.commons.httpclient.HttpClient getHttpClient()
           
 org.apache.commons.httpclient.HttpMethod getMethod()
           
 boolean isConnected()
           
 void reset(boolean releaseConnection)
          Reset the HttpClient connection
 void setMethod(org.apache.commons.httpclient.HttpMethod method)
           
 
Methods inherited from class oracle.stellent.ridc.protocol.Connection
reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdcHttpClientConnection

public IdcHttpClientConnection(org.apache.commons.httpclient.HttpClient httpClient)
Method Detail

getHttpClient

public org.apache.commons.httpclient.HttpClient getHttpClient()

getMethod

public org.apache.commons.httpclient.HttpMethod getMethod()

setMethod

public void setMethod(org.apache.commons.httpclient.HttpMethod method)

reset

public void reset(boolean releaseConnection)
Reset the HttpClient connection

Parameters:
releaseConnection - true to release the method connection

isConnected

public boolean isConnected()
Specified by:
isConnected in class Connection
Returns:
true if this is connection is active


Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.