Class Hierarchy
- java.lang.Object
- io.fluxcapacitor.javaclient.web.DefaultWebResponseMapper (implements io.fluxcapacitor.javaclient.web.WebResponseMapper)
- io.fluxcapacitor.javaclient.web.ForwardingWebConsumer (implements java.lang.AutoCloseable)
- io.fluxcapacitor.javaclient.web.LocalServerConfig
- io.fluxcapacitor.javaclient.common.Message (implements io.fluxcapacitor.javaclient.common.HasMessage)
- io.fluxcapacitor.javaclient.web.WebRequest
- io.fluxcapacitor.javaclient.web.WebResponse
- java.lang.Record
- io.fluxcapacitor.javaclient.web.DefaultSocketSession (implements io.fluxcapacitor.javaclient.web.SocketSession)
- io.fluxcapacitor.javaclient.web.SocketSessionParameterResolver (implements io.fluxcapacitor.common.handling.ParameterResolver<M>)
- io.fluxcapacitor.javaclient.web.WebParameters
- io.fluxcapacitor.javaclient.web.WebPayloadParameterResolver (implements io.fluxcapacitor.common.handling.ParameterResolver<M>)
- io.fluxcapacitor.javaclient.web.WebRequest.Builder
- io.fluxcapacitor.javaclient.web.WebRequestSettings
- io.fluxcapacitor.javaclient.web.WebResponse.Builder
- io.fluxcapacitor.javaclient.web.WebResponseCompressingInterceptor (implements io.fluxcapacitor.javaclient.publishing.DispatchInterceptor)
- io.fluxcapacitor.javaclient.web.WebResponseGateway (implements io.fluxcapacitor.javaclient.publishing.ResultGateway)
- io.fluxcapacitor.javaclient.web.WebsocketHandlerDecorator (implements io.fluxcapacitor.javaclient.tracking.handling.HandlerDecorator)
- io.fluxcapacitor.javaclient.web.WebsocketHandlerDecorator.HandshakeInvoker (implements io.fluxcapacitor.common.handling.HandlerInvoker)
- io.fluxcapacitor.javaclient.web.WebsocketHandlerDecorator.WebsocketHandshakeHandler (implements io.fluxcapacitor.common.handling.Handler<M>)
- io.fluxcapacitor.javaclient.web.WebsocketResponseInterceptor (implements io.fluxcapacitor.javaclient.publishing.DispatchInterceptor)
- io.fluxcapacitor.javaclient.web.WebUtils
Interface Hierarchy
- io.fluxcapacitor.javaclient.web.SocketSession
- io.fluxcapacitor.javaclient.web.WebResponseMapper
Annotation Interface Hierarchy
- io.fluxcapacitor.javaclient.web.HandleGet (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleOptions (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandlePatch (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandlePost (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandlePut (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleSocketClose (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleSocketHandshake (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleSocketMessage (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleSocketOpen (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleSocketPong (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleWeb (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleWebResponse (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.fluxcapacitor.javaclient.web.HttpRequestMethod
- io.fluxcapacitor.javaclient.web.HttpVersion
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)