Package co.arago.hiro.client.websocket
Class ActionWebSocket.Builder
- java.lang.Object
-
- co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf<T>
-
- co.arago.hiro.client.websocket.ActionWebSocket.Conf<ActionWebSocket.Builder>
-
- co.arago.hiro.client.websocket.ActionWebSocket.Builder
-
- Enclosing class:
- ActionWebSocket
public static final class ActionWebSocket.Builder extends ActionWebSocket.Conf<ActionWebSocket.Builder>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionWebSocketbuild()protected ActionWebSocket.Builderself()-
Methods inherited from class co.arago.hiro.client.websocket.ActionWebSocket.Conf
getActionWebSocketListener, getResultRetries, setActionWebSocketListener, setResultRetries
-
Methods inherited from class co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Conf
getApiName, getEndpoint, getMaxRetries, getName, getProtocol, getTokenApiHandler, getWebSocketMessageTimeout, isReconnectOnFailedSend, setApiName, setEndpointAndProtocol, setFragment, setHeaderParam, setHeaders, setHeaders, setMaxRetries, setName, setQuery, setQuery, setQueryParam, setReconnectOnFailedSend, setTokenApiHandler, setWebSocketMessageTimeout
-
-
-
-
Method Detail
-
self
protected ActionWebSocket.Builder self()
- Specified by:
selfin classAuthenticatedWebSocketHandler.Conf<ActionWebSocket.Builder>
-
build
public ActionWebSocket build()
- Specified by:
buildin classActionWebSocket.Conf<ActionWebSocket.Builder>
-
-