trait HeaderNames extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HeaderNames
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Accept: String
- val AcceptCharset: String
- val AcceptEncoding: String
- val AcceptLanguage: String
- val AcceptRanges: String
- val AccessControlAllowCredentials: String
- val AccessControlAllowHeaders: String
- val AccessControlAllowMethods: String
- val AccessControlAllowOrigin: String
- val AccessControlExposeHeaders: String
- val AccessControlMaxAge: String
- val AccessControlRequestHeaders: String
- val AccessControlRequestMethod: String
- val Age: String
- val Allow: String
- val Authorization: String
- val CacheControl: String
- val Connection: String
- val ContentDisposition: String
- val ContentEncoding: String
- val ContentHeaders: Set[String]
- val ContentLanguage: String
- val ContentLength: String
- val ContentLocation: String
- val ContentMd5: String
- val ContentRange: String
- val ContentTransferEncoding: String
- val ContentType: String
- val Cookie: String
- val Date: String
- val Etag: String
- val Expect: String
- val Expires: String
- val Forwarded: String
- val From: String
- val Host: String
- val IfMatch: String
- val IfModifiedSince: String
- val IfNoneMatch: String
- val IfRange: String
- val IfUnmodifiedSince: String
- val LastModified: String
- val Link: String
- val Location: String
- val MaxForwards: String
- val Origin: String
- val Pragma: String
- val ProxyAuthenticate: String
- val ProxyAuthorization: String
- val Range: String
- val Referer: String
- val RemoteAddress: String
- val RetryAfter: String
- val SecWebSocketAccept: String
- val SecWebSocketExtensions: String
- val SecWebSocketKey: String
- val SecWebSocketProtocol: String
- val SecWebSocketVersion: String
- val SensitiveHeaders: Set[String]
- val Server: String
- val SetCookie: String
- val StrictTransportSecurity: String
- val Te: String
- val Trailer: String
- val TransferEncoding: String
- val Upgrade: String
- val UserAgent: String
- val Vary: String
- val Via: String
- val Warning: String
- val WwwAuthenticate: String
- val XForwardedFor: String
- val XForwardedHost: String
- val XForwardedPort: String
- val XForwardedProto: String
- val XFrameOptions: String
- val XRealIp: String
- val XRequestedWith: String
- val XXSSProtection: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
isContent(header: Header): Boolean
Performs a case-insensitive check, whether this header is content-related.
-
def
isContent(headerName: String): Boolean
Performs a case-insensitive check, whether this header name is content-related.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isSensitive(header: Header, sensitiveHeaders: Set[String]): Boolean
Performs a case-insensitive check, whether this header is sensitive.
-
def
isSensitive(header: Header): Boolean
Performs a case-insensitive check, whether this header is sensitive.
-
def
isSensitive(headerName: String, sensitiveHeaders: Set[String]): Boolean
Performs a case-insensitive check, whether this header name is sensitive.
-
def
isSensitive(headerName: String): Boolean
Performs a case-insensitive check, whether this header name is sensitive.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated