Class HttpResponseParser.ResponseContext
java.lang.Object
org.apache.pekko.http.impl.engine.parsing.HttpResponseParser.ResponseContext
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- Enclosing class:
- HttpResponseParser
public static final class HttpResponseParser.ResponseContext
extends Object
implements scala.Product, Serializable
param:  requestMethod the request's HTTP method
 param:  oneHundredContinueTrigger if the request contains an 
Expect: 100-continue header this option contains
                                  a promise whose completion either triggers the sending of the (suspended)
                                  request entity or the closing of the connection (for error completion)- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionResponseContext(HttpMethod requestMethod, scala.Option<scala.concurrent.Promise<scala.runtime.BoxedUnit>> oneHundredContinueTrigger) 
- 
Method SummaryModifier and TypeMethodDescriptionscala.Option<scala.concurrent.Promise<scala.runtime.BoxedUnit>>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- 
ResponseContextpublic ResponseContext(HttpMethod requestMethod, scala.Option<scala.concurrent.Promise<scala.runtime.BoxedUnit>> oneHundredContinueTrigger) 
 
- 
- 
Method Details- 
requestMethod
- 
oneHundredContinueTriggerpublic scala.Option<scala.concurrent.Promise<scala.runtime.BoxedUnit>> oneHundredContinueTrigger()
 
-