Class CustomCookieModule
java.lang.Object
HTTPClient.CookieModule
oracle.stellent.ridc.protocol.http.oracle.obj.CustomCookieModule
- All Implemented Interfaces:
HTTPClient.HTTPClientModule,HTTPClient.HTTPClientModuleConstants
public class CustomCookieModule
extends HTTPClient.CookieModule
-
Nested Class Summary
Nested classes/interfaces inherited from class HTTPClient.CookieModule
HTTPClient.CookieModule.MutableStatics, HTTPClient.CookieModule.PersistedCookiesPathPropertyInitializer -
Field Summary
Fields inherited from interface HTTPClient.HTTPClientModuleConstants
REQ_CONTINUE, REQ_NEWCON_RST, REQ_NEWCON_SND, REQ_RESPONSE, REQ_RESTART, REQ_RETURN, REQ_SHORTCIRC, RSP_CONTINUE, RSP_NEWCON_REQ, RSP_NEWCON_SND, RSP_REQUEST, RSP_RESTART, RSP_SEND, RSP_SHORTCIRC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidresponsePhase1Handler(HTTPClient.Response resp, HTTPClient.RoRequest req) Methods inherited from class HTTPClient.CookieModule
addCookie, addCookie, cookieHandler, discardAllCookies, discardAllCookies, listAllCookies, listAllCookies, removeCookie, removeCookie, requestHandler, responsePhase2Handler, responsePhase3Handler, setCookiePolicyHandler, trailerHandler
-
Constructor Details
-
CustomCookieModule
public CustomCookieModule()
-
-
Method Details
-
responsePhase1Handler
public void responsePhase1Handler(HTTPClient.Response resp, HTTPClient.RoRequest req) throws IOException - Specified by:
responsePhase1Handlerin interfaceHTTPClient.HTTPClientModule- Overrides:
responsePhase1Handlerin classHTTPClient.CookieModule- Throws:
IOException
-