Class VoidRequestService
java.lang.Object
pro.gravit.launcher.base.request.websockets.VoidRequestService
- All Implemented Interfaces:
RequestService
-
Nested Class Summary
Nested classes/interfaces inherited from interface RequestService
RequestService.EventHandler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnect()booleanisClosed()void<T extends WebSocketEvent>
CompletableFuture<T> voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestService
requestSync
-
Constructor Details
-
VoidRequestService
-
VoidRequestService
public VoidRequestService()
-
-
Method Details
-
request
- Specified by:
requestin interfaceRequestService
-
connect
public void connect()- Specified by:
connectin interfaceRequestService
-
registerEventHandler
- Specified by:
registerEventHandlerin interfaceRequestService
-
unregisterEventHandler
- Specified by:
unregisterEventHandlerin interfaceRequestService
-
isClosed
public boolean isClosed()- Specified by:
isClosedin interfaceRequestService
-