Uses of Record Class
io.fluxzero.sdk.common.websocket.WebsocketConnectionOptions
Packages that use WebsocketConnectionOptions
-
Uses of WebsocketConnectionOptions in io.fluxzero.sdk.common.websocket
Methods in io.fluxzero.sdk.common.websocket that return WebsocketConnectionOptionsModifier and TypeMethodDescriptionAbstractWebsocketClient.ConnectionSetup.options()Returns the value of theoptionsrecord component.Methods in io.fluxzero.sdk.common.websocket with parameters of type WebsocketConnectionOptionsModifier and TypeMethodDescriptionJdkWebsocketConnector.connect(WebsocketEndpoint endpoint, WebsocketConnectionOptions options, URI uri) Opens a native JDK WebSocket and adapts it to Fluxzero's low-levelWebsocketSessioncontract.WebsocketConnector.connect(WebsocketEndpoint endpoint, WebsocketConnectionOptions options, URI uri) Opens a WebSocket connection to the given URI.Constructors in io.fluxzero.sdk.common.websocket with parameters of type WebsocketConnectionOptionsModifierConstructorDescriptionprotectedConnectionSetup(WebsocketConnectionOptions options, AbstractWebsocketClient.ClientHandshakeConfigurator configurator) Creates an instance of aConnectionSetuprecord class.