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.ObjectA 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 LgetListener()java.lang.StringgetName()SgetSocket()voidopen()java.lang.StringtoString()
-