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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    responsePhase1Handler(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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomCookieModule

      public CustomCookieModule()
  • Method Details

    • responsePhase1Handler

      public void responsePhase1Handler(HTTPClient.Response resp, HTTPClient.RoRequest req) throws IOException
      Specified by:
      responsePhase1Handler in interface HTTPClient.HTTPClientModule
      Overrides:
      responsePhase1Handler in class HTTPClient.CookieModule
      Throws:
      IOException