NettyServerRequest

case
class NettyServerRequest(req: FullHttpRequest) extends ServerRequest
trait Serializable
trait Product
trait Equals
trait ServerRequest
trait RequestMetadata
trait HasHeaders
class Object
trait Matchable
class Any

Value members

Inherited methods

def contentLength: Option[Long]
Inherited from
HasHeaders
def contentType: Option[String]
Inherited from
HasHeaders
def cookies: Seq[Either[String, CookieWithMeta]]
Inherited from
HasHeaders
def header(h: String): Option[String]
Inherited from
HasHeaders
def headers(h: String): Seq[String]
Inherited from
HasHeaders
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString: String
Definition Classes
RequestMetadata -> Any
Inherited from
RequestMetadata
def unsafeCookies: Seq[CookieWithMeta]
Inherited from
HasHeaders

Concrete fields

lazy override
val connectionInfo: ConnectionInfo
lazy override
val headers: Seq[Header]
lazy override
val method: Method
lazy override
val pathSegments: List[String]
lazy override
val protocol: String
lazy override
val queryParameters: QueryParams
lazy override
val underlying: Any
lazy override
val uri: Uri

Inherited fields

lazy
val acceptsContentTypes: Either[String, Seq[ContentTypeRange]]
Inherited from
ServerRequest