Package kong.unirest.core
Class WebSocketResponse
- java.lang.Object
-
- kong.unirest.core.WebSocketResponse
-
public class WebSocketResponse extends java.lang.ObjectJust a silly little class that holds on to the socket and listener
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.http.WebSocket.Listenerlistenerprivate java.util.concurrent.CompletableFuture<java.net.http.WebSocket>webSocketFuture
-
Constructor Summary
Constructors Constructor Description WebSocketResponse(java.util.concurrent.CompletableFuture<java.net.http.WebSocket> webSocketFuture, java.net.http.WebSocket.Listener listener)ctor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.http.WebSocket.Listenerlistener()java.util.concurrent.CompletableFuture<java.net.http.WebSocket>socket()
-