Uses of Class
dev.adlin.vts4j.network.CloseReason
Packages that use CloseReason
-
Uses of CloseReason in dev.adlin.vts4j.event.impl
Methods in dev.adlin.vts4j.event.impl that return CloseReasonModifier and TypeMethodDescriptionWebsocketCloseEvent.closeReason()Returns the value of thecloseReasonrecord component.Constructors in dev.adlin.vts4j.event.impl with parameters of type CloseReasonModifierConstructorDescriptionWebsocketCloseEvent(CloseReason closeReason) Creates an instance of aWebsocketCloseEventrecord class. -
Uses of CloseReason in dev.adlin.vts4j.network
Method parameters in dev.adlin.vts4j.network with type arguments of type CloseReasonModifier and TypeMethodDescriptionvoidNetworkClient.setCloseHandler(@NotNull Consumer<CloseReason> closeReason) voidSocketClient.setCloseHandler(@NotNull Consumer<CloseReason> onClose) Sets the handler to be called when the WebSocket connection is closed.