Class ResponseRenderingOutput.SwitchToOtherProtocol

java.lang.Object
akka.http.impl.engine.rendering.ResponseRenderingOutput.SwitchToOtherProtocol
All Implemented Interfaces:
ResponseRenderingOutput, Serializable, scala.Equals, scala.Product
Enclosing interface:
ResponseRenderingOutput

public static class ResponseRenderingOutput.SwitchToOtherProtocol extends Object implements ResponseRenderingOutput, scala.Product, Serializable
See Also:
  • Constructor Details

    • SwitchToOtherProtocol

      public SwitchToOtherProtocol(akka.util.ByteString httpResponseBytes, akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,Object> newHandler)
  • Method Details

    • httpResponseBytes

      public akka.util.ByteString httpResponseBytes()
    • newHandler

      public akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,Object> newHandler()