Uses of Annotation Interface
io.fluxcapacitor.javaclient.web.HandleWeb

Packages that use HandleWeb
Package
Description
 
  • Uses of HandleWeb in io.fluxcapacitor.javaclient.web

    Classes in io.fluxcapacitor.javaclient.web with annotations of type HandleWeb
    Modifier and Type
    Class
    Description
    @interface 
    Handles incoming HTTP DELETE requests for the specified path(s).
    @interface 
    Handles incoming HTTP GET requests for the specified path(s).
    @interface 
    Handles incoming HTTP HEAD requests for the specified path(s).
    @interface 
    Handles incoming HTTP OPTIONS requests for the specified path(s).
    @interface 
    Handles incoming HTTP PATCH requests for the specified path(s).
    @interface 
    Handles incoming HTTP POST requests for the specified path(s).
    @interface 
    Handles incoming HTTP PUT 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 specialised GET request.
    @interface 
    Handles an incoming WebSocket message.
    @interface 
    Handles the opening of a WebSocket connection (after handshake).
    @interface 
    Handles a PONG WebSocket frame, typically sent in response to a PING.
    @interface 
    Handles incoming HTTP TRACE requests for the specified path(s).