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 SummaryConstructorsConstructorDescriptionTrampoline(scala.Function1<org.apache.pekko.util.ByteString, HttpMessageParser.StateResult> f) 
- 
Method SummaryModifier and TypeMethodDescriptionscala.Function1<org.apache.pekko.util.ByteString,HttpMessageParser.StateResult> f()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
Trampolinepublic Trampoline(scala.Function1<org.apache.pekko.util.ByteString, HttpMessageParser.StateResult> f) 
 
- 
- 
Method Details- 
f
 
-