Uses of Package
io.fluxzero.sdk.web
Packages that use io.fluxzero.sdk.web
Package
Description
-
Classes in io.fluxzero.sdk.web used by io.fluxzero.proxyClassDescriptionRepresents a web request message within the Fluxzero Runtime.Configuration settings for a
WebRequestsent via theWebRequestGateway.Represents a response to aWebRequestin the Fluxzero Runtime. -
Classes in io.fluxzero.sdk.web used by io.fluxzero.sdkClassDescriptionRepresents a web request message within the Fluxzero Runtime.Configuration settings for a
WebRequestsent via theWebRequestGateway.Represents a response to aWebRequestin the Fluxzero Runtime. -
Classes in io.fluxzero.sdk.web used by io.fluxzero.sdk.configurationClassDescriptionA specialized, opt-in {web request consumer that forwards incoming
MessageType.WEBREQUESTmessages to a locally running HTTP server.Configuration for the local HTTP server used to handleWebRequestmessages outside of Fluxzero's own web handling framework.Specialization ofResponseMapperfor mapping responses toWebResponsemessages. -
Classes in io.fluxzero.sdk.web used by io.fluxzero.sdk.publishingClassDescriptionRepresents a web request message within the Fluxzero Runtime.Configuration settings for a
WebRequestsent via theWebRequestGateway.Represents a response to aWebRequestin the Fluxzero Runtime. -
Classes in io.fluxzero.sdk.web used by io.fluxzero.sdk.webClassDescriptionDefault implementation of a
SocketSessionfor managing Fluxzero WebSocket sessions.Default implementation ofWebRequestContextthat adapts aDeserializingMessageof typeMessageType.WEBREQUESTto a Jooby-compatibleContext.Default implementation of theWebRequestGatewayinterface that delegates requests to a configuredGenericGateway.Handles incoming HTTPGETrequests 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 aPONGWebSocket 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 Fluxzero Runtime.Configuration for the local HTTP server used to handleWebRequestmessages outside of Fluxzero's own web handling framework.Wrapper around aValuerepresenting 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 aSocketRequestsent over a WebSocket session.Represents a WebSocket session that allows sending messages, requests, pings, and handling session lifecycle actions.SpecializedHandlerMatcherthat routesDeserializingMessages of typeMessageType.WEBREQUESTto 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 incomingWebRequests to handler methods.Represents a web request message within the Fluxzero Runtime.Fluent builder forWebRequest.Interface representing a context for handling web requests.Configuration settings for aWebRequestsent via theWebRequestGateway.Represents a response to aWebRequestin the Fluxzero Runtime.Fluent builder forWebResponse.Specialized implementation of theResultGatewayinterface for sending web response messages.Specialization ofResponseMapperfor mapping responses toWebResponsemessages.