Package kong.unirest.core
Class SocketSet<S extends java.net.http.WebSocket,L extends java.net.http.WebSocket.Listener>
- java.lang.Object
-
- kong.unirest.core.SocketSet<S,L>
-
public class SocketSet<S extends java.net.http.WebSocket,L extends java.net.http.WebSocket.Listener> extends java.lang.Object
A socket set represents a websocket and the listener for a target. Each side of a websocket communication would be represented by a set
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description L
getListener()
java.lang.String
getName()
S
getSocket()
void
open()
java.lang.String
toString()
-