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 Summary
Nested classes/interfaces inherited from interface org.apache.pekko.http.impl.engine.rendering.ResponseRenderingOutput
ResponseRenderingOutput.HttpData, ResponseRenderingOutput.HttpData$, ResponseRenderingOutput.SwitchToOtherProtocol, ResponseRenderingOutput.SwitchToOtherProtocol$
-
Constructor Summary
ConstructorsConstructorDescriptionSwitchToOtherProtocol
(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 Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.util.ByteString
org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,
org.apache.pekko.util.ByteString, Object> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
SwitchToOtherProtocol
public 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
-
httpResponseBytes
public org.apache.pekko.util.ByteString httpResponseBytes() -
newHandler
public org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, newHandler()Object>
-