Class ResponseRenderingContext
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.ResponseRenderingContext
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
INTERNAL API
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceINTERNAL APIstatic class
- 
Constructor SummaryConstructorsConstructorDescriptionResponseRenderingContext(HttpResponse response, HttpMethod requestMethod, HttpProtocol requestProtocol, ResponseRenderingContext.CloseRequested closeRequested) 
- 
Method SummaryMethods 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- 
ResponseRenderingContextpublic ResponseRenderingContext(HttpResponse response, HttpMethod requestMethod, HttpProtocol requestProtocol, ResponseRenderingContext.CloseRequested closeRequested) 
 
- 
- 
Method Details- 
response
- 
requestMethod
- 
requestProtocol
- 
closeRequested
 
-