|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProtocolException in oracle.stellent.ridc |
|---|
| Methods in oracle.stellent.ridc that throw ProtocolException | |
|---|---|
protected ConnectionPool<TConnection> |
IdcClient.createConnectionPool() |
protected abstract TProtocol |
IdcClient.createProtocol(ServiceRequest<TConnection> serviceRequest)Create the protocol to handle the request |
ConnectionPool<TConnection> |
IdcClient.getConnectionPool() |
| Uses of ProtocolException in oracle.stellent.ridc.protocol |
|---|
| Methods in oracle.stellent.ridc.protocol that throw ProtocolException | ||
|---|---|---|
TConnection |
ConnectionPool.acquireConnection()Obtain a connection from the pool for the current thread |
|
void |
Connection.close()Close the connection |
|
void |
Connection.connect()Create and initialize a connection |
|
TConnection |
ConnectionManager.createConnection(TClientConfig clientConfig)Create a new connection. |
|
|
ConnectionPoolManager.createConnectionPool(java.lang.String name, IdcClientConfig config, ConnectionManager<TCon,IdcClientConfig> manager)Create a new connection pool |
|
void |
ConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection,IdcClientConfig> connectionManager)Let a pool implementation initialize itself |
|
void |
ConnectionManager.initializeConnection(TConnection connection)Initialize a connection acquired from the threading model to use with this service request object. |
|
ServiceResponse |
Protocol.readResponse() |
|
void |
Protocol.writeRequest()Send request to the Content Server |
|
| Uses of ProtocolException in oracle.stellent.ridc.protocol.http |
|---|
| Subclasses of ProtocolException in oracle.stellent.ridc.protocol.http | |
|---|---|
class |
HttpProtocolExceptionExceptions in the IdcHttpProtocol implementation |
| Methods in oracle.stellent.ridc.protocol.http that throw ProtocolException | |
|---|---|
static AuthenticationHandler |
IdcHttpProtocol.createAuthHandler(IdcContext.HttpAuthScheme authScheme, IdcHttpProtocol httpProtocol)Retrieve the authentication handler associated with the given authentication scheme |
ServiceResponse |
IdcHttpProtocol.readResponse()Reads the next message, if a message is not completely received within the timeout specified an exception is thrown. |
int |
AuthenticationHandler.sendAuthenticatedRequest()Send the authenticated request to the Content Server |
int |
IdcHttpProtocol.sendRequest()Send the request to the Content Server; used internally by the AuthHandler implementations |
void |
IdcHttpProtocol.writeRequest()Write the request to the Content Server |
| Uses of ProtocolException in oracle.stellent.ridc.protocol.http.auth |
|---|
| Methods in oracle.stellent.ridc.protocol.http.auth that throw ProtocolException | |
|---|---|
protected org.apache.commons.httpclient.methods.PostMethod |
FormAuthHandler.createLoginMethod()Create the post method for the login operation |
AuthenticationHandler |
AuthenticationDetector.determineAuthHandler(IdcHttpProtocol httpProtocol)Determine which authentication handler to use for the Content Server. |
protected int |
FormAuthHandler.executeLogin(org.apache.commons.httpclient.methods.PostMethod postMethod)Execute the login method |
protected java.lang.String |
FormAuthHandler.getLoginFormPath(IdcContext.LoginForm loginForm)Determine the location for the login form post |
protected void |
FormAuthHandler.handleFormLogin()Handle logging into the Content Server via a login form |
protected void |
OAMSSOAuthHandler.handleFormLogin()Handle logging into the Content Server via a login form |
protected void |
FormAuthHandler.handleFormResponse(org.apache.commons.httpclient.methods.PostMethod postMethod, int status)Handle processing the response from the form login |
protected void |
OAMSSOAuthHandler.handleFormResponse(org.apache.commons.httpclient.methods.PostMethod postMethod, int status)Handle processing the response from the form login |
int |
FormAuthHandler.sendAuthenticatedRequest()Send the authenticated request to the Content Server |
int |
BasicAuthHandler.sendAuthenticatedRequest()Send the authenticated request to the Content Server |
protected void |
FormAuthHandler.throwFormValidateException(org.apache.commons.httpclient.methods.PostMethod postMethod)Throw the form validation exception |
| Uses of ProtocolException in oracle.stellent.ridc.protocol.impl |
|---|
| Methods in oracle.stellent.ridc.protocol.impl that throw ProtocolException | |
|---|---|
TConnection |
BlockingQueueConnectionPool.acquireConnection() |
TConnection |
SimpleConnectionPool.acquireConnection() |
void |
BlockingQueueConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection,IdcClientConfig> connectionManager)Initialize the threading model |
void |
SimpleConnectionPool.initialize(IdcClientConfig clientConfig, ConnectionManager<TConnection,IdcClientConfig> connectionManager)Initialize the threading model |
| Uses of ProtocolException in oracle.stellent.ridc.protocol.intradoc |
|---|
| Methods in oracle.stellent.ridc.protocol.intradoc that throw ProtocolException | |
|---|---|
ServiceResponse |
HdaProtocol.readResponse()Reads the next message, if a message is not completely received within the timeout specified an exception is thrown. |
void |
HdaProtocol.writeRequest()Sends the specified message to the Content Server. |
| Uses of ProtocolException in oracle.stellent.ridc.protocol.intradoc.socket |
|---|
| Subclasses of ProtocolException in oracle.stellent.ridc.protocol.intradoc.socket | |
|---|---|
class |
SSLProtocolExceptionExceptions specific to SSL configuration and setup |
| Methods in oracle.stellent.ridc.protocol.intradoc.socket that throw ProtocolException | |
|---|---|
void |
SocketConnection.connect()Connect this socket to the configured destination |
SocketConnection |
SSLSocketConnectionManager.createConnection(IntradocClientConfig clientConfig)Create a new socket connection based on the given client configuration. |
SocketConnection |
SocketConnectionManager.createConnection(IntradocClientConfig clientConfig)Create a new connection. |
protected java.net.Socket |
SSLSocketConnection.createSocket()Create the socket to the configured host |
protected java.net.Socket |
SocketConnection.createSocket()Create the socket to the configured host |
void |
SocketConnectionManager.initializeConnection(SocketConnection connection)Initialize a connection acquired from the threading model to use with this service request object. |
| Uses of ProtocolException in oracle.stellent.ridc.protocol.jaxws |
|---|
| Methods in oracle.stellent.ridc.protocol.jaxws that throw ProtocolException | |
|---|---|
protected boolean |
JaxWSProtocol.authenticateUser()Authenticate the user and save the cookie in the user context |
void |
JaxWSClientConnection.close() |
JaxWSClientConnection |
JaxWSConnectionManager.createConnection(JaxWSClientConfig clientConfig)Create a new connection |
protected JaxWSProtocol |
JaxWSClient.createProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest) |
void |
JaxWSConnectionManager.initializeConnection(JaxWSClientConnection connection) |
void |
JaxWSProtocol.writeRequest() |
void |
JaxWSProtocol.writeSuperRequest() |
| Constructors in oracle.stellent.ridc.protocol.jaxws that throw ProtocolException | |
|---|---|
JaxWSProtocol(ServiceRequest<JaxWSClientConnection> serviceRequest, DataFactory dataFactory, JaxWSClientConfig config)Constructor |
|
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||