Uses of Package
io.fluxcapacitor.javaclient.web
Packages that use io.fluxcapacitor.javaclient.web
Package
Description
-
Classes in io.fluxcapacitor.javaclient.web used by io.fluxcapacitor.javaclient.configurationClassDescriptionA specialized, opt-in {web request consumer that forwards incoming
MessageType.WEBREQUEST
messages to a locally running HTTP server.Configuration for the local HTTP server used to handleWebRequest
messages outside of Flux Capacitor's own web handling framework.Specialization ofResponseMapper
for mapping responses toWebResponse
messages. -
Classes in io.fluxcapacitor.javaclient.web used by io.fluxcapacitor.javaclient.publishingClassDescriptionRepresents a web request message within the Flux platform.Configuration settings for a
WebRequest
sent via theWebRequestGateway
.Represents a response to aWebRequest
in the Flux platform. -
Classes in io.fluxcapacitor.javaclient.web used by io.fluxcapacitor.javaclient.webClassDescriptionDefault implementation of a
SocketSession
for managing Flux WebSocket sessions.Default implementation ofWebRequestContext
that adapts aDeserializingMessage
of typeMessageType.WEBREQUEST
to a Jooby-compatibleContext
.Handles incoming HTTPGET
requests for the specified path(s).Handles a WebSocket connection close event.Handles an incoming WebSocket message.Handles the opening of a WebSocket connection (after handshake).Handles aPONG
WebSocket frame, typically sent in response to aPING
.Marks a method or meta-annotation as a handler for incoming web requests (MessageType.WEBREQUEST
).Enumerates supported HTTP protocol versions for web requests and responses handled through the Flux platform.Configuration for the local HTTP server used to handleWebRequest
messages outside of Flux Capacitor's own web handling framework.Wrapper around aValue
representing a resolved parameter value in a web request.Declares a path prefix that contributes to the final URI of a web handler.Injects a path variable from the URI into a handler method parameter.A wrapper representing a serialized request sent over a WebSocket session.Represents a response to aSocketRequest
sent over a WebSocket session.Represents a WebSocket session that allows sending messages, requests, pings, and handling session lifecycle actions.SpecializedHandlerMatcher
that routesDeserializingMessage
s of typeMessageType.WEBREQUEST
to matching handler methods based on annotated URI patterns, HTTP methods, and optional origins.Meta-annotation for parameter annotations used to inject values from an HTTP request.Enumerates the sources of parameter values in an HTTP or WebSocket request.Represents a pattern used to match incomingWebRequest
s to handler methods.Represents a web request message within the Flux platform.Fluent builder forWebRequest
.Interface representing a context for handling web requests.Represents a response to aWebRequest
in the Flux platform.Fluent builder forWebResponse
.Specialization ofResponseMapper
for mapping responses toWebResponse
messages. -
Classes in io.fluxcapacitor.javaclient.web used by io.fluxcapacitor.proxyClassDescriptionRepresents a web request message within the Flux platform.Configuration settings for a
WebRequest
sent via theWebRequestGateway
.Represents a response to aWebRequest
in the Flux platform.