Class SocketSet<S extends WebSocket, L extends WebSocket.Listener>
java.lang.Object
kong.unirest.core.SocketSet<S,L>
A socket set represents a websocket and the listener for a target.
Each side of a websocket communication would be represented by a set
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
socket
-
listener
-
name
-
-
Constructor Details
-
SocketSet
-
-
Method Details
-
getSocket
-
getListener
-
getName
-
toString
-
open
public void open()
-