All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AccessCheckHandler |
A handler that checks if the current user has access to the following
handlers.
|
| AccessCheckHandler.AccessByRole<R extends Role> |
|
| AccessCheckHandler.AccessRestriction |
|
| ActionBuilder<C,B,R> |
Builder for HTTP actions.
|
| ActionBuilder.Action0 |
|
| ActionBuilder.Action0R<R> |
|
| ActionBuilder.Action1<P1> |
|
| ActionBuilder.Action1R<P1,R> |
|
| ActionBuilder.Action2<P1,P2> |
|
| ActionBuilder.Action2R<P1,P2,R> |
|
| ActionBuilder.Action3<P1,P2,P3> |
|
| ActionBuilder.Action3R<P1,P2,P3,R> |
|
| ActionBuilder.ActionC0<C> |
|
| ActionBuilder.ActionC0R<C,R> |
|
| ActionBuilder.ActionC1<C,P1> |
|
| ActionBuilder.ActionC1R<C,P1,R> |
|
| ActionBuilder.ActionC2<C,P1,P2> |
|
| ActionBuilder.ActionC2R<C,P1,P2,R> |
|
| ActionBuilder.ActionC3<C,P1,P2,P3> |
|
| ActionBuilder.ActionC3R<C,P1,P2,P3,R> |
|
| ActionBuilder.None2None<C> |
|
| ActionBuilder.None2Some<C,R> |
|
| ActionBuilder.Some2None<C,B> |
|
| ActionBuilder.Some2Some<C,B,R> |
|
| ActionHandler<C,B,R> |
Handler for actions written in the routing DSL.
|
| ActionHandler.Invoker<C,B,R> |
|
| AdvisedDispatchHandler |
TODO JavaDoc
|
| Blocks |
TODO JavaDoc
|
| Blocks.Block0 |
|
| Blocks.Block1<V1> |
|
| Blocks.Block2<V1,V2> |
|
| Blocks.Block3<V1,V2,V3> |
|
| Capture<T> |
A capture of some value from the request (path segment, query parameter).
|
| Capture.Attachment<T> |
|
| Capture.BiMapper<T1,T2,R> |
|
| Capture.Mapper<T,R> |
|
| DispatchMode |
|
| DispatchToWorkerHandler |
This handler dispatches the request to workers and then continues.
|
| EmptyBody |
Represents an empty body and provides codecs for it.
|
| ErrorMessageHandler |
|
| ErrorMessageHandler.ExceptionRenderer |
|
| ErrorMessageHandler.MessageRenderer |
|
| ExceptionLogger |
TODO JavaDoc
|
| ExceptionLogger.Default |
|
| HttpContentTypes |
Utilities for dealing with content types.
|
| HttpDecoder<C,B> |
Read the HTTP request body data to a Java object.
|
| HttpDecoder.Consumer<C,B> |
|
| HttpEncoder<C,R> |
Write a Java object as HTTP response body.
|
| HttpMethodHandler |
TODO JavaDoc
|
| HttpMethodHandler.Method |
|
| HttpObjectCodecFactory<C> |
Factory for encoders and decoders that marshal/unmarshal Java objects
(like JSON or XML, i.e.
|
| HttpObjectCodecFactory.Adapter |
|
| HttpStatusException |
Throw this exception to return an HTTP error.
|
| HttpStatusException.Handler |
|
| HttpStatusException.Kind |
|
| PathSegmentHandler |
TODO JavaDoc
|
| PathSegmentHandler.Builder |
|
| QueryCaptureBuilder |
TODO JavaDoc
|
| QueryCaptureBuilder.Single<T> |
|
| RequestContexts |
TODO JavaDoc
|
| RequestContexts.Empty |
|
| RequestContexts.WithServerExchange |
|
| RequestContexts.WithServerExchange.Default |
|
| RequestContextStore<C> |
Support for storing a request context in the HttpServerExchange.
|
| RequestLoggingHandler |
A simple logging handler
|
| RequestLoggingHandler.Level |
|
| Role |
Represents a role.
|
| Role.Flat |
|
| Role.Hierarchy<R extends Role> |
|
| Role.OfName |
|
| RoutingBuilder<C> |
Builder for child DSL frames (path segments and captures).
|
| RoutingDefinition<C> |
Base class for routing definitions.
|
| RoutingDefinitionException |
TODO JavaDoc
|
| RoutingDefinitions |
|
| StandardHttpServerParams |
Some constants encouraging some conventions in configuration parameters.
|
| TextCodec |
Simple string codecs.
|
| UndertowBlueprint<C> |
Acceptor for the base Undertow configuration.
|
| UndertowBlueprint.EP<C> |
|
| UndertowBlueprint.SecurityBuilder<C> |
|
| UndertowServerFeature<C> |
Default Undertow server.
|
| UndertowServerFeature.WithSharedWorkers<C> |
|
| UndertowServerFeature.WithSharedWorkersAndShutdown<C> |
|
| UndertowServerFeature.WithShutdown<C> |
|
| XnioOptions |
|
| XnioOptions.Consumer |
|