Package org.apache.pekko.http
Class IllegalRequestContext$
java.lang.Object
org.apache.pekko.http.IllegalRequestContext$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IllegalRequestContext$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(scala.Option<HttpMethod> method, scala.Option<String> rawRequestTarget, scala.Option<HttpProtocol> protocol) empty()A context that knows nothing about the request, used when no information could be recovered.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
IllegalRequestContext$
public IllegalRequestContext$()
-
-
Method Details
-
empty
A context that knows nothing about the request, used when no information could be recovered.- Returns:
- (undocumented)
- Since:
- 2.0.0
-
apply
public IllegalRequestContext apply(scala.Option<HttpMethod> method, scala.Option<String> rawRequestTarget, scala.Option<HttpProtocol> protocol)
-