Class HttpMessageParser.Trampoline
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.HttpMessageParser.Trampoline
- All Implemented Interfaces:
Serializable,HttpMessageParser.StateResult,scala.Equals,scala.Product
- Enclosing interface:
- HttpMessageParser<Output extends ParserOutput>
public static final class HttpMessageParser.Trampoline
extends Object
implements HttpMessageParser.StateResult, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTrampoline(scala.Function1<org.apache.pekko.util.ByteString, HttpMessageParser.StateResult> f) -
Method Summary
Modifier and TypeMethodDescriptionscala.Function1<org.apache.pekko.util.ByteString,HttpMessageParser.StateResult> f()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
Trampoline
public Trampoline(scala.Function1<org.apache.pekko.util.ByteString, HttpMessageParser.StateResult> f)
-
-
Method Details
-
f
-