Index

C E F G H P Q S T 
All Classes and Interfaces|All Packages|Serialized Form

C

com.authlete.http - package com.authlete.http
 

E

equals(Object) - Method in class com.authlete.http.ForwardedPair
 
equals(Object) - Method in class com.authlete.http.QuotedString
 
equals(Object) - Method in class com.authlete.http.Token
 

F

ForwardedElement - Class in com.authlete.http
This class represents the forwarded element as defined in RFC 7239: Forwarded HTTP Extension, Section 4. Forwarded HTTP Header Field.
ForwardedElement() - Constructor for class com.authlete.http.ForwardedElement
The default constructor.
ForwardedElement(int) - Constructor for class com.authlete.http.ForwardedElement
A constructor with the initial capacity.
ForwardedElement(Collection<? extends ForwardedPair>) - Constructor for class com.authlete.http.ForwardedElement
A constructor with the initial elements.
ForwardedFieldValue - Class in com.authlete.http
This class represents the value of the Forwarded HTTP field as defined in RFC 7239: Forwarded HTTP Extension, Section 4. Forwarded HTTP Header Field.
ForwardedFieldValue() - Constructor for class com.authlete.http.ForwardedFieldValue
The default constructor.
ForwardedFieldValue(int) - Constructor for class com.authlete.http.ForwardedFieldValue
A constructor with the initial capacity.
ForwardedFieldValue(Collection<? extends ForwardedElement>) - Constructor for class com.authlete.http.ForwardedFieldValue
A constructor with the initial elements.
ForwardedPair - Class in com.authlete.http
This class represents the forwarded pair as defined in RFC 7239: Forwarded HTTP Extension, Section 4. Forwarded HTTP Header Field.
ForwardedPair() - Constructor for class com.authlete.http.ForwardedPair
The default constructor.
ForwardedPair(Token, Object) - Constructor for class com.authlete.http.ForwardedPair
A constructor with the name and value of this forwarded pair.

G

getBy() - Method in class com.authlete.http.ForwardedElement
Get the value of the forwarded pair whose parameter name is "by" (case-insensitive).
getByPair() - Method in class com.authlete.http.ForwardedElement
Get the forwarded pair whose parameter name is "by" (case-insensitive).
getFor() - Method in class com.authlete.http.ForwardedElement
Get the value of the forwarded pair whose parameter name is "for" (case-insensitive).
getForPair() - Method in class com.authlete.http.ForwardedElement
Get the forwarded pair whose parameter name is "for" (case-insensitive).
getHost() - Method in class com.authlete.http.ForwardedElement
Get the value of the forwarded pair whose parameter name is "host" (case-insensitive).
getHostPair() - Method in class com.authlete.http.ForwardedElement
Get the forwarded pair whose parameter name is "host" (case-insensitive).
getName() - Method in class com.authlete.http.ForwardedPair
Get the name of this forwarded pair.
getPair(String) - Method in class com.authlete.http.ForwardedElement
Get the forwarded pair that has the specified parameter name.
getProto() - Method in class com.authlete.http.ForwardedElement
Get the value of the forwarded pair whose parameter name is "proto" (case-insensitive).
getProtoPair() - Method in class com.authlete.http.ForwardedElement
Get the forwarded pair whose parameter name is "proto" (case-insensitive).
getUnescapedValue() - Method in class com.authlete.http.QuotedString
Get the content of this quoted string with quoted pairs unescaped.
getValue() - Method in class com.authlete.http.ForwardedPair
Get the value of this forwarded pair.
getValue() - Method in class com.authlete.http.QuotedString
Get the content of this quoted string.
getValue() - Method in class com.authlete.http.Token
Get the raw value of this token.
getValue(String) - Method in class com.authlete.http.ForwardedElement
Get the value of the forwarded pair that has the specified parameter name.

H

hashCode() - Method in class com.authlete.http.ForwardedPair
 
hashCode() - Method in class com.authlete.http.QuotedString
 
hashCode() - Method in class com.authlete.http.Token
 

P

parse(String) - Static method in class com.authlete.http.ForwardedElement
Parse the input string as a forwarded element.
parse(String) - Static method in class com.authlete.http.ForwardedFieldValue
Parse the input string as the value of a Forwarded HTTP field.
parse(String) - Static method in class com.authlete.http.ForwardedPair
Parse the input string as a forwarded pair.
parse(String) - Static method in class com.authlete.http.QuotedString
Parse the input string as a quoted string.
parse(String) - Static method in class com.authlete.http.Token
Parse the input string as a token.

Q

QuotedString - Class in com.authlete.http
This class represents the quoted string as defined in RFC 9110: HTTP Semantics, Section 5.6.4. Quoted Strings.
QuotedString() - Constructor for class com.authlete.http.QuotedString
The default constructor.
QuotedString(String) - Constructor for class com.authlete.http.QuotedString
A constructor with the content of this quoted string.

S

setName(Token) - Method in class com.authlete.http.ForwardedPair
Set the name of this forwarded pair.
setValue(Object) - Method in class com.authlete.http.ForwardedPair
Set the value of this forwarded pair.
setValue(String) - Method in class com.authlete.http.QuotedString
Set the content of this quoted string.
setValue(String) - Method in class com.authlete.http.Token
Set the raw value of this token.

T

Token - Class in com.authlete.http
This class represents the token as defined in RFC 9110: HTTP Semantics, Section 5.6.2. Tokens.
Token() - Constructor for class com.authlete.http.Token
The default constructor.
Token(String) - Constructor for class com.authlete.http.Token
A constructor with the raw value of this token.
toString() - Method in class com.authlete.http.ForwardedElement
 
toString() - Method in class com.authlete.http.ForwardedFieldValue
 
toString() - Method in class com.authlete.http.ForwardedPair
 
toString() - Method in class com.authlete.http.QuotedString
 
toString() - Method in class com.authlete.http.Token
 
C E F G H P Q S T 
All Classes and Interfaces|All Packages|Serialized Form