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:
  • 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,Object> newHandler()