org.apache.http.impl.cookie
Class RFC6265StrictSpec

java.lang.Object
  extended by org.apache.http.impl.cookie.RFC6265CookieSpec
      extended by org.apache.http.impl.cookie.RFC6265StrictSpec
All Implemented Interfaces:
CookieSpec

@Contract(threading=SAFE)
public class RFC6265StrictSpec
extends RFC6265CookieSpec

Standard CookieSpec implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4).

Since:
4.4

Constructor Summary
RFC6265StrictSpec()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.http.impl.cookie.RFC6265CookieSpec
formatCookies, getVersion, getVersionHeader, match, parse, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RFC6265StrictSpec

public RFC6265StrictSpec()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999–2019 The Apache Software Foundation. All rights reserved.