public class ProtocolSwitch$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ProtocolSwitch$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ProtocolSwitch$() |
Modifier and Type | Method and Description |
---|---|
akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,scala.concurrent.Future<ServerTerminator>> |
apply(scala.Function1<akka.stream.TLSProtocol.SessionBytes,java.lang.String> chosenProtocolAccessor,
akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http1Stack,
akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http2Stack) |
akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,scala.concurrent.Future<ServerTerminator>> |
byPreface(akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http1Stack,
akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http2Stack) |
public static final ProtocolSwitch$ MODULE$
public akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,scala.concurrent.Future<ServerTerminator>> apply(scala.Function1<akka.stream.TLSProtocol.SessionBytes,java.lang.String> chosenProtocolAccessor, akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http1Stack, akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http2Stack)
public akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,scala.concurrent.Future<ServerTerminator>> byPreface(akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http1Stack, akka.stream.scaladsl.Flow<akka.stream.TLSProtocol.SslTlsInbound,akka.stream.TLSProtocol.SslTlsOutbound,ServerTerminator> http2Stack)