Package com.sun.xml.ws.transport.http.client


package com.sun.xml.ws.transport.http.client
  • Class
    Description
    CookieManager provides a concrete implementation of CookieHandler, which separates the storage of cookies from the policy surrounding accepting and rejecting cookies.
    CookiePolicy implementations decide which cookies should be accepted and which should be rejected.
    A CookieStore object represents a storage for cookie.
     
    An HttpCookie object represents an http cookie, which carries state information between server and user agent.
    Tube that sends a request to a remote HTTP server.