Class ParserOutput.RequestStart$
java.lang.Object
scala.runtime.AbstractFunction8<HttpMethod,Uri,HttpProtocol,scala.collection.immutable.Map<AttributeKey<?>,Object>,scala.collection.immutable.List<HttpHeader>,ParserOutput.EntityCreator<ParserOutput.RequestOutput,RequestEntity>,Object,Object,ParserOutput.RequestStart>
          
org.apache.pekko.http.impl.engine.parsing.ParserOutput.RequestStart$
- All Implemented Interfaces:
- Serializable,- scala.Function8<HttpMethod,- Uri, - HttpProtocol, - scala.collection.immutable.Map<AttributeKey<?>, - Object>, - scala.collection.immutable.List<HttpHeader>, - ParserOutput.EntityCreator<ParserOutput.RequestOutput, - RequestEntity>, - Object, - Object, - ParserOutput.RequestStart> 
- Enclosing interface:
- ParserOutput
public static class ParserOutput.RequestStart$
extends scala.runtime.AbstractFunction8<HttpMethod,Uri,HttpProtocol,scala.collection.immutable.Map<AttributeKey<?>,Object>,scala.collection.immutable.List<HttpHeader>,ParserOutput.EntityCreator<ParserOutput.RequestOutput,RequestEntity>,Object,Object,ParserOutput.RequestStart>
implements Serializable          
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final ParserOutput.RequestStart$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class scala.runtime.AbstractFunction8curried, toString, tupledMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function8apply
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
RequestStart$public RequestStart$()
 
-