Package akka.http.impl.engine.rendering
Class ResponseRenderingOutput.SwitchToOtherProtocol
- java.lang.Object
-
- akka.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol
-
- All Implemented Interfaces:
ResponseRenderingOutput
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- ResponseRenderingOutput
public static class ResponseRenderingOutput.SwitchToOtherProtocol extends java.lang.Object implements ResponseRenderingOutput, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.http.impl.engine.rendering.ResponseRenderingOutput
ResponseRenderingOutput.HttpData, ResponseRenderingOutput.HttpData$, ResponseRenderingOutput.SwitchToOtherProtocol, ResponseRenderingOutput.SwitchToOtherProtocol$
-
-
Constructor Summary
Constructors Constructor Description SwitchToOtherProtocol(akka.util.ByteString httpResponseBytes, akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,java.lang.Object> newHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.util.ByteString
httpResponseBytes()
akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,java.lang.Object>
newHandler()
-