Class HttpResponseRendererFactory.SwitchToOtherProtocol

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

public class HttpResponseRendererFactory.SwitchToOtherProtocol extends Object implements HttpResponseRendererFactory.CloseMode, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SwitchToOtherProtocol(akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,Object> handler)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1)
     
    akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,Object>
     
    static String
     

    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(akka.stream.scaladsl.Flow<akka.util.ByteString,akka.util.ByteString,Object> handler)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • handler

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