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 connectionboolean
void
reset
(boolean releaseConnection) Reset the RIDCHttpClient connectionvoid
setMethod
(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:
isConnected
in classConnection
- Returns:
- true if this is connection is active
-
getInputStream
Description copied from class:Connection
Get a input stream for this connection- Specified by:
getInputStream
in classConnection
- Returns:
- an input stream
- Throws:
IOException
-
getOutputStream
Description copied from class:Connection
Get a output stream for this connection- Specified by:
getOutputStream
in classConnection
- Returns:
- an output stream
- Throws:
IOException
-