Uses of Class
com.neovisionaries.ws.client.StateManager
-
-
Uses of StateManager in com.neovisionaries.ws.client
Fields in com.neovisionaries.ws.client declared as StateManager Modifier and Type Field Description private StateManager
WebSocket. mStateManager
Methods in com.neovisionaries.ws.client that return StateManager Modifier and Type Method Description (package private) StateManager
WebSocket. getStateManager()
Get the manager that manages the state of thisWebSocket
instance.
-