Uses of Class
kong.unirest.core.SocketSet
-
Packages that use SocketSet Package Description kong.unirest.core -
-
Uses of SocketSet in kong.unirest.core
Fields in kong.unirest.core declared as SocketSet Modifier and Type Field Description private SocketSet
MockClient. remoteSocket
private SocketSet
MockWebSocket. remoteSocketSet
Methods in kong.unirest.core that return SocketSet Modifier and Type Method Description SocketSet<MockWebSocket,MockListener>
MockClient. serversSocket()
Methods in kong.unirest.core with parameters of type SocketSet Modifier and Type Method Description void
MockWebSocket. init(SocketSet otherSide)
-