Class IdcHttpClientConnection
java.lang.Object
oracle.stellent.ridc.protocol.Connection
oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet a input stream for this connectionGet a output stream for this connectionbooleanvoidreset(boolean releaseConnection) Reset the RIDCHttpClient connectionvoidsetMethod(RIDCHttpMethod method) Methods inherited from class oracle.stellent.ridc.protocol.Connection
close, connect, reset
-
Constructor Details
-
IdcHttpClientConnection
-
-
Method Details
-
getHttpClient
-
getMethod
-
setMethod
-
reset
public void reset(boolean releaseConnection) Reset the RIDCHttpClient connection- Parameters:
releaseConnection- true to release the method connection
-
isConnected
public boolean isConnected()- Specified by:
isConnectedin classConnection- Returns:
- true if this is connection is active
-
getInputStream
Description copied from class:ConnectionGet a input stream for this connection- Specified by:
getInputStreamin classConnection- Returns:
- an input stream
- Throws:
IOException
-
getOutputStream
Description copied from class:ConnectionGet a output stream for this connection- Specified by:
getOutputStreamin classConnection- Returns:
- an output stream
- Throws:
IOException
-