final case class RequestKey(scheme: Scheme, authority: Authority) extends Product with Serializable
Represents a key for requests that can conceivably share a Connection.
- Source
- RequestKey.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RequestKey
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All