Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


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(RIDCHttpClient httpClient)
           

 

Method Summary
 RIDCHttpClient getHttpClient()
           
 java.io.InputStream getInputStream()
          Get a input stream for this connection
 RIDCHttpMethod getMethod()
           
 java.io.OutputStream getOutputStream()
          Get a output stream for this connection
 boolean isConnected()
           
 void reset(boolean releaseConnection)
          Reset the RIDCHttpClient connection
 void setMethod(RIDCHttpMethod method)
           

 

Methods inherited from class oracle.stellent.ridc.protocol.Connection
close, connect, reset

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdcHttpClientConnection

public IdcHttpClientConnection(RIDCHttpClient httpClient)

Method Detail

getHttpClient

public RIDCHttpClient getHttpClient()

getMethod

public RIDCHttpMethod getMethod()

setMethod

public void setMethod(RIDCHttpMethod method)

reset

public void reset(boolean releaseConnection)
Reset the RIDCHttpClient 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

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Description copied from class: Connection
Get a input stream for this connection
Specified by:
getInputStream in class Connection
Returns:
an input stream
Throws:
java.io.IOException

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Description copied from class: Connection
Get a output stream for this connection
Specified by:
getOutputStream in class Connection
Returns:
an output stream
Throws:
java.io.IOException

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.