Class WebSocketRequest$
java.lang.Object
org.apache.pekko.http.javadsl.model.ws.WebSocketRequest$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final WebSocketRequest$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCreates a WebSocketRequest to a target URI.Creates a WebSocketRequest to a target URI.wrap(WebSocketRequest scalaRequest) Wraps a Scala version of WebSocketRequest.
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
WebSocketRequest$public WebSocketRequest$()
 
- 
- 
Method Details- 
createCreates a WebSocketRequest to a target URI. Use the methods onWebSocketRequestto specify further details.- Parameters:
- uri- (undocumented)
- Returns:
- (undocumented)
 
- 
createCreates a WebSocketRequest to a target URI. Use the methods onWebSocketRequestto specify further details.- Parameters:
- uriString- (undocumented)
- Returns:
- (undocumented)
 
- 
wrapWraps a Scala version of WebSocketRequest.- Parameters:
- scalaRequest- (undocumented)
- Returns:
- (undocumented)
 
 
-