All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AccessLogger AMiddlewarelogging HTTP access logs.AccessLogger.FunctionalLoggerWrapper AccessLogger.LogFormat Some pre-defined log formats.AccessLogger.LoggerWrapper AccessLogger.Slf4jLoggerWrapper AccessLogger.StderrLoggerWrapper AccessLogger.StdoutLoggerWrapper AuthBasic AMiddlewareallows limiting access to resources by validating the user name and password using the "HTTP Basic Authentication" protocol.AuthBasic.BasicUser AHttpServer.Userholding the username parsed from the "HTTP Basic Authentication" protocol.AutoReadNextHandler A specialChannelOutboundHandlerwhich support theAUTO_READfeature for kept aliveChannels which just send aFullHttpResponseto client.BadRequestException HTTP exception for 404 Bad Request.ComponentValue Annotation that indicates method parameter should be bound to some component value of the HTTP server.DefaultHttpResult Default implementation ofHttpResult.DefaultHttpServer The default implementation ofHttpServer.DefaultHttpServerHandlerProvider The default implementation ofHttpServerHandlerProvider.DefaultPathVariables The default implementation ofPathVariables.DefaultWorkerPool The default implementation ofWorkerPool.ExceptionHandler Defines a handler to handle exceptions.HeaderValue Annotation that indicates method parameter should be bound to the HTTP header with the specified name.HstsHandler A specialChannelOutboundHandlerwhich sets the HTTPStrict-Transport-Securityheader automatically.HttpConnect Annotation for mapping HTTPCONNECTrequests onto specific handler methods.HttpDelete Annotation for mapping HTTPDELETErequests onto specific handler methods.HttpFailureException Abstract implementation ofHttpRuntimeExceptionwith aHttpResponseStatus.HttpGet Annotation for mapping HTTPGETrequests onto specific handler methods.HttpHead Annotation for mapping HTTPHEADrequests onto specific handler methods.HttpMethodWrapper Wrappers forHttpMethods.HttpOptions Annotation for mapping HTTPOPTIONSrequests onto specific handler methods.HttpPatch Annotation for mapping HTTPPATCHrequests onto specific handler methods.HttpPath Annotation for path of HTTP services.HttpPost Annotation for mapping HTTPPOSTrequests onto specific handler methods.HttpPut Annotation for mapping HTTPPUTrequests onto specific handler methods.HttpRequestContext A context that runs through each HTTP requests.HttpRequestContext.HttpResponseFactory A factory to createHttpResponses.HttpRequestContextHandler An abstract handler to handleHttpRequestContextmessages.HttpResponder Defines method to respondHttpResponses.HttpResult An operation result of HTTP.HttpRoute Annotation for HTTP route.HttpServer An interface defines an HTTP server.HttpServer.AbstractUser The abstract implementation ofHttpServer.User.HttpServer.User An interface defines a user access to the HTTP server.HttpServerComponent Defines an interface of HTTP server components.HttpServerHandler An interface handles HTTP requests.HttpServerHandlerProvider ProvidesHttpServerHandler.HttpServiceInvoker Represents a function that invokes an HTTP service.HttpTrace Annotation for mapping HTTPTRACErequests onto specific handler methods.Jackson2JsonLibrary Implementation ofJsonLibraryusingjackson2.JsonBody Annotation that indicates a method return value or a method parameter should be bound to the HTTP body as type"application/json".JsonLibrary Provides methods to support JSON features.JsonLibrary.JsonException A runtime exception threw by a JSON encoder/decoder.ManualHttpFailureException AnHttpFailureExceptionwith manual response contents.MethodMatcher An interface defines matching methods for HTTP method.Middleware An interface defines functions which will be applied in HTTP request-response cycle.MiddlewareChain A MiddlewareChain is an object giving a view into the invocation chain of an HTTP request.MiddlewareChains Implementations ofMiddlewareChain.MimeTypeUtil Utility class for mime type.PathFilterMiddleware Delegating aMiddlewarewith a path filter.PathMatcher An interface defines matching methods for HTTP path.PathPattern An interface defines methods for HTTP path pattern.PathPatternUtil Utility class for HTTP path patterns.PathVar Annotation that indicates a parameter variable should be bound to an HTTP path variable.PathVariables Provides methods to access path variables from an HTTP path.PropertyValue Annotation that indicates method parameter should be bound to some property value of the request context.QueryVar Annotation that indicates a parameter variable should be bound to an HTTP query parameter.RemoteAddr Annotation that indicates method parameter should be bound to the remote address (client IP).RequestValidator AMiddlewarevalidates HTTP requests.Router AMiddlewarerouting requests.RouterUtil Utility class for HTTP controller beans.ServeStatic AMiddlewareserves static resources.ServeStatic.EtagGenerator Function to generatesE-TAGs.ServeStatic.Options The options ofServeStatic.SimpleExceptionHandler<E extends java.lang.Throwable> The abstract implementation ofExceptionHandlerwhich allows to explicit only handle a specific type of exceptions.SimpleHttpFailureException The default implementation ofHttpFailureException.StringBody Annotation that indicates a method return value or a method parameter should be bound to the HTTP body as type"text/plain".SupportJson Deprecated. SupportJson.Jackson2JsonLibrary Deprecated. please useJackson2JsonLibraryinsteadSupportJson.JsonException Deprecated. please useJsonLibrary.JsonExceptioninsteadSupportJson.JsonLibrary Deprecated. please useJsonLibraryinsteadThreadLocalMatcher Provides a thread-local variables ofMatchers.WorkerPool Provides a worker thread pool.WrappedWorkerPool The wrapped implementation ofWorkerPool.