Class HttpCookie$
java.lang.Object
org.apache.pekko.http.scaladsl.model.headers.HttpCookie$
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final HttpCookie$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(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.CharPredicateorg.parboiled2.CharPredicateorg.parboiled2.CharPredicateorg.parboiled2.CharPredicateorg.parboiled2.CharPredicatehttp://tools.ietf.org/html/rfc6265#section-4.1.1 US-ASCII characters excluding CTLs, whitespace DQUOTE, comma, semicolon, and backslash
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
HttpCookie$public HttpCookie$()
 
- 
- 
Method Details- 
applypublic 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)
 
- 
nameCharspublic org.parboiled2.CharPredicate nameChars()
- 
valueCharspublic 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)
 
- 
rawValueCharspublic org.parboiled2.CharPredicate rawValueChars()
- 
domainCharspublic org.parboiled2.CharPredicate domainChars()
- 
pathOrExtCharspublic org.parboiled2.CharPredicate pathOrExtChars()
 
-