java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
All Implemented Interfaces:
Serializable

public class HttpCookie$ extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HttpCookie$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(String name, String value, scala.Option<DateTime> expires, scala.Option<Object> maxAge, scala.Option<String> domain, scala.Option<String> path, boolean secure, boolean httpOnly, scala.Option<String> extension)
    You are encouraged to provide only 'name' and 'value' here, and use 'withXxx' methods to populate other fields.
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
     
    org.parboiled2.CharPredicate
    http://tools.ietf.org/html/rfc6265#section-4.1.1 US-ASCII characters excluding CTLs, whitespace DQUOTE, comma, semicolon, and backslash

    Methods inherited from class java.lang.Object

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

    • MODULE$

      public static final HttpCookie$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • HttpCookie$

      public HttpCookie$()
  • Method Details

    • apply

      public HttpCookie apply(String name, String value, scala.Option<DateTime> expires, scala.Option<Object> maxAge, scala.Option<String> domain, scala.Option<String> path, boolean secure, boolean httpOnly, scala.Option<String> extension)
      You are encouraged to provide only 'name' and 'value' here, and use 'withXxx' methods to populate other fields.
      Parameters:
      name - (undocumented)
      value - (undocumented)
      expires - (undocumented)
      maxAge - (undocumented)
      domain - (undocumented)
      path - (undocumented)
      secure - (undocumented)
      httpOnly - (undocumented)
      extension - (undocumented)
      Returns:
      (undocumented)
    • nameChars

      public org.parboiled2.CharPredicate nameChars()
    • valueChars

      public org.parboiled2.CharPredicate valueChars()
      http://tools.ietf.org/html/rfc6265#section-4.1.1 US-ASCII characters excluding CTLs, whitespace DQUOTE, comma, semicolon, and backslash
      Returns:
      (undocumented)
    • rawValueChars

      public org.parboiled2.CharPredicate rawValueChars()
    • domainChars

      public org.parboiled2.CharPredicate domainChars()
    • pathOrExtChars

      public org.parboiled2.CharPredicate pathOrExtChars()