Class CookieOrigin


  • public final class CookieOrigin
    extends java.lang.Object
    CookieOrigin class incapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.
    Since:
    3.1
    • Constructor Summary

      Constructors 
      Constructor Description
      CookieOrigin​(java.lang.String host, int port, java.lang.String path, boolean secure)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHost()  
      java.lang.String getPath()  
      int getPort()  
      boolean isSecure()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CookieOrigin

        public CookieOrigin​(java.lang.String host,
                            int port,
                            java.lang.String path,
                            boolean secure)
    • Method Detail

      • getHost

        public java.lang.String getHost()
      • getPath

        public java.lang.String getPath()
      • getPort

        public int getPort()
      • isSecure

        public boolean isSecure()