Uses of Annotation Interface
io.fluxzero.sdk.web.HandleWeb
Packages that use HandleWeb
-
Uses of HandleWeb in io.fluxzero.sdk.web
Classes in io.fluxzero.sdk.web with annotations of type HandleWebModifier and TypeClassDescription@interfaceHandles incoming HTTPDELETErequests for the specified path(s).@interfaceHandles incoming HTTPGETrequests for the specified path(s).@interfaceHandles incoming HTTPHEADrequests for the specified path(s).@interfaceHandles incoming HTTPOPTIONSrequests for the specified path(s).@interfaceHandles incoming HTTPPATCHrequests for the specified path(s).@interfaceHandles incoming HTTPPOSTrequests for the specified path(s).@interfaceHandles incoming HTTPPUTrequests for the specified path(s).@interfaceHandles a WebSocket connection close event.@interfaceHandles a WebSocket handshake request, invoked when a client first attempts to connect using a specialisedGETrequest.@interfaceHandles an incoming WebSocket message.@interfaceHandles the opening of a WebSocket connection (after handshake).@interfaceHandles aPONGWebSocket frame, typically sent in response to aPING.@interfaceHandles incoming HTTPTRACErequests for the specified path(s).