Uses of Class
co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
-
Packages that use AuthenticatedWebSocketHandler.Conf Package Description co.arago.hiro.client.websocket -
-
Uses of AuthenticatedWebSocketHandler.Conf in co.arago.hiro.client.websocket
Classes in co.arago.hiro.client.websocket with type parameters of type AuthenticatedWebSocketHandler.Conf Modifier and Type Class Description static classAuthenticatedWebSocketHandler.Conf<T extends AuthenticatedWebSocketHandler.Conf<T>>Configuration interface for all the parameters of an AuthenticatedAPIHandler.Subclasses of AuthenticatedWebSocketHandler.Conf in co.arago.hiro.client.websocket Modifier and Type Class Description static classActionWebSocket.Builderstatic classActionWebSocket.Conf<T extends ActionWebSocket.Conf<T>>static classEventWebSocket.Builderstatic classEventWebSocket.Conf<T extends EventWebSocket.Conf<T>>Constructors in co.arago.hiro.client.websocket with parameters of type AuthenticatedWebSocketHandler.Conf Constructor Description AuthenticatedWebSocketHandler(AuthenticatedWebSocketHandler.Conf<?> builder)Protected Constructor
-