Uses of Class
co.arago.hiro.client.websocket.EventWebSocket.Conf
-
Packages that use EventWebSocket.Conf Package Description co.arago.hiro.client.websocket -
-
Uses of EventWebSocket.Conf in co.arago.hiro.client.websocket
Classes in co.arago.hiro.client.websocket with type parameters of type EventWebSocket.Conf Modifier and Type Class Description static classEventWebSocket.Conf<T extends EventWebSocket.Conf<T>>Subclasses of EventWebSocket.Conf in co.arago.hiro.client.websocket Modifier and Type Class Description static classEventWebSocket.BuilderMethods in co.arago.hiro.client.websocket that return EventWebSocket.Conf Modifier and Type Method Description static EventWebSocket.Conf<?>EventWebSocket. newBuilder(TokenAPIHandler tokenAPIHandler, EventWebSocketListener eventWebSocketListener)Get aEventWebSocket.BuilderforEventWebSocket.Constructors in co.arago.hiro.client.websocket with parameters of type EventWebSocket.Conf Constructor Description EventWebSocket(EventWebSocket.Conf<?> builder)Protected Constructor.
-