Uses of Annotation Interface
io.fluxcapacitor.javaclient.web.HandleWeb
Packages that use HandleWeb
-
Uses of HandleWeb in io.fluxcapacitor.javaclient.web
Classes in io.fluxcapacitor.javaclient.web with annotations of type HandleWebModifier and TypeClassDescription@interface
Handles incoming HTTPDELETE
requests for the specified path(s).@interface
Handles incoming HTTPGET
requests for the specified path(s).@interface
Handles incoming HTTPHEAD
requests for the specified path(s).@interface
Handles incoming HTTPOPTIONS
requests for the specified path(s).@interface
Handles incoming HTTPPATCH
requests for the specified path(s).@interface
Handles incoming HTTPPOST
requests for the specified path(s).@interface
Handles incoming HTTPPUT
requests for the specified path(s).@interface
Handles a WebSocket connection close event.@interface
Handles a WebSocket handshake request, invoked when a client first attempts to connect using a specialisedGET
request.@interface
Handles an incoming WebSocket message.@interface
Handles the opening of a WebSocket connection (after handshake).@interface
Handles aPONG
WebSocket frame, typically sent in response to aPING
.@interface
Handles incoming HTTPTRACE
requests for the specified path(s).