Hierarchy For Package io.fluxcapacitor.javaclient.web
Class Hierarchy
- java.lang.Object
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
- io.fluxcapacitor.javaclient.web.WebParameterProcessor
- io.fluxcapacitor.javaclient.web.DefaultSocketSession (implements io.fluxcapacitor.javaclient.web.SocketSession)
- io.fluxcapacitor.javaclient.web.DefaultWebRequestContext (implements io.jooby.DefaultContext, io.fluxcapacitor.javaclient.web.WebRequestContext)
- io.fluxcapacitor.javaclient.web.DefaultWebRequestContext.ConvertingRouter (implements io.jooby.Router)
- io.fluxcapacitor.javaclient.web.DefaultWebRequestContext.DefaultConverter (implements io.jooby.ValueConverter<V>)
- io.fluxcapacitor.javaclient.web.DefaultWebRequestContext.Wrapper<T>
- io.fluxcapacitor.javaclient.web.DefaultWebResponseMapper (implements io.fluxcapacitor.javaclient.web.WebResponseMapper)
- io.fluxcapacitor.javaclient.web.ForwardingWebConsumer (implements java.lang.AutoCloseable)
- java.io.InputStream (implements java.io.Closeable)
- io.fluxcapacitor.javaclient.web.PartialFileInputStream
- 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.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
- io.fluxcapacitor.javaclient.web.OutputStreamCapturer
- io.fluxcapacitor.common.reflection.ParameterRegistry
- io.fluxcapacitor.javaclient.web.StaticFileHandler_params
- io.fluxcapacitor.javaclient.web.ParameterValue
- io.fluxcapacitor.javaclient.web.SocketEndpointHandler (implements io.fluxcapacitor.common.handling.Handler<M>)
- io.fluxcapacitor.javaclient.web.SocketEndpointHandler.SocketEndpointWrapper
- io.fluxcapacitor.javaclient.web.SocketRequest
- io.fluxcapacitor.javaclient.web.SocketResponse
- io.fluxcapacitor.javaclient.web.StaticFileHandler (implements java.io.Closeable)
- io.fluxcapacitor.javaclient.web.WebHandlerMatcher (implements io.fluxcapacitor.common.handling.HandlerMatcher<T,
M>) - io.fluxcapacitor.javaclient.web.WebParameters
- io.fluxcapacitor.javaclient.web.WebParamParameterResolver (implements io.fluxcapacitor.common.handling.ParameterResolver<M>)
- io.fluxcapacitor.javaclient.web.WebPattern
- 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.common.handling.ParameterResolver<M>)
- io.fluxcapacitor.javaclient.web.WebsocketResponseInterceptor (implements io.fluxcapacitor.javaclient.publishing.DispatchInterceptor)
- io.fluxcapacitor.javaclient.web.WebUtils
- javax.annotation.processing.AbstractProcessor (implements javax.annotation.processing.Processor)
Interface Hierarchy
- io.fluxcapacitor.javaclient.web.HttpRequestMethod
- io.fluxcapacitor.javaclient.tracking.handling.ResponseMapper
- io.fluxcapacitor.javaclient.web.WebResponseMapper
- io.fluxcapacitor.javaclient.web.SocketSession
- io.fluxcapacitor.javaclient.web.WebRequestContext
Annotation Interface Hierarchy
- io.fluxcapacitor.javaclient.web.CookieParam (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.FormParam (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleDelete (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleGet (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.HandleHead (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.HandleTrace (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)
- io.fluxcapacitor.javaclient.web.HeaderParam (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.Path (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.PathParam (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.QueryParam (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.ServeStatic (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.SocketEndpoint (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.SocketEndpoint.AliveCheck (implements java.lang.annotation.Annotation)
- io.fluxcapacitor.javaclient.web.WebParam (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.HttpVersion
- io.fluxcapacitor.javaclient.web.StaticFileHandler.Compression
- io.fluxcapacitor.javaclient.web.WebParameterSource
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- io.fluxcapacitor.javaclient.web.StaticFileHandler.ByteRange
- java.lang.Record