Class WebSocketClientBlueprint$
java.lang.Object
org.apache.pekko.http.impl.engine.ws.WebSocketClientBlueprint$
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final WebSocketClientBlueprint$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.pekko.stream.scaladsl.BidiFlow<Message,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound, org.apache.pekko.stream.TLSProtocol.SslTlsInbound, Message, scala.concurrent.Future<WebSocketUpgradeResponse>> apply(WebSocketRequest request, ClientConnectionSettings settings, org.apache.pekko.event.LoggingAdapter log) Returns a WebSocketClientLayer that can be materialized once.org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, scala.concurrent.Future<WebSocketUpgradeResponse>> handshake(WebSocketRequest request, ClientConnectionSettings settings, org.apache.pekko.event.LoggingAdapter log) A bidi flow that injects and inspects the WS handshake and then goes out of the way.org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, org.apache.pekko.stream.TLSProtocol.SendBytes, org.apache.pekko.NotUsed> 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
WebSocketClientBlueprint$public WebSocketClientBlueprint$()
 
- 
- 
Method Details- 
applypublic org.apache.pekko.stream.scaladsl.BidiFlow<Message,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound, applyorg.apache.pekko.stream.TLSProtocol.SslTlsInbound, Message, scala.concurrent.Future<WebSocketUpgradeResponse>> (WebSocketRequest request, ClientConnectionSettings settings, org.apache.pekko.event.LoggingAdapter log) Returns a WebSocketClientLayer that can be materialized once.- Parameters:
- request- (undocumented)
- settings- (undocumented)
- log- (undocumented)
- Returns:
- (undocumented)
 
- 
handshakepublic org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString, handshakeorg.apache.pekko.util.ByteString, org.apache.pekko.util.ByteString, scala.concurrent.Future<WebSocketUpgradeResponse>> (WebSocketRequest request, ClientConnectionSettings settings, org.apache.pekko.event.LoggingAdapter log) A bidi flow that injects and inspects the WS handshake and then goes out of the way. This BidiFlow can only be materialized once.- Parameters:
- request- (undocumented)
- settings- (undocumented)
- log- (undocumented)
- Returns:
- (undocumented)
 
- 
simpleTlspublic org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.util.ByteString, simpleTls()org.apache.pekko.util.ByteString, org.apache.pekko.stream.TLSProtocol.SendBytes, org.apache.pekko.NotUsed> 
 
-