Class ResponseRenderingOutput.SwitchToOtherProtocol
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol
- All Implemented Interfaces:
- Serializable,- ResponseRenderingOutput,- scala.Equals,- scala.Product
- Enclosing interface:
- ResponseRenderingOutput
public static class ResponseRenderingOutput.SwitchToOtherProtocol
extends Object
implements ResponseRenderingOutput, scala.Product, Serializable
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutputResponseRenderingOutput.HttpData, ResponseRenderingOutput.HttpData$, ResponseRenderingOutput.SwitchToOtherProtocol, ResponseRenderingOutput.SwitchToOtherProtocol$
- 
Constructor SummaryConstructorsConstructorDescriptionSwitchToOtherProtocol(org.apache.pekko.util.ByteString httpResponseBytes, org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, Object> newHandler) 
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.util.ByteStringorg.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, Object> 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- 
SwitchToOtherProtocolpublic SwitchToOtherProtocol(org.apache.pekko.util.ByteString httpResponseBytes, org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, Object> newHandler) 
 
- 
- 
Method Details- 
httpResponseBytespublic org.apache.pekko.util.ByteString httpResponseBytes()
- 
newHandlerpublic org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, newHandler()Object> 
 
-