Class EndpointBuilder.Decoding
java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder<B,T>
ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder.Response<B,T>
ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder.Processing<EmptyBody,EmptyBody>
ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder.Decoding
- Direct Known Subclasses:
EndpointBuilder.Method
- Enclosing class:
EndpointBuilder<B,T>
public static class EndpointBuilder.Decoding
extends EndpointBuilder.Processing<EmptyBody,EmptyBody>
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder.Processing
EndpointBuilder.Processing.Pipe<V>Nested classes/interfaces inherited from class ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder
EndpointBuilder.Decoding, EndpointBuilder.Method, EndpointBuilder.Processing<B,T>, EndpointBuilder.Response<B, T> -
Method Summary
Modifier and TypeMethodDescription<T> EndpointBuilder.Processing<T,T> accept(HttpDecoder<? extends T> decoder) <T> EndpointBuilder.Processing<T,T> accept(ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.DecoderSupplier<? extends T> decoder) <T> EndpointBuilder.Processing<T,T> Methods inherited from class ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder.Processing
consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, consume, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, exceptionStatus, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, map, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, pipe, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, recover, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tap, tapMethods inherited from class ch.raffael.meldioc.library.http.server.undertow.routing.EndpointBuilder.Response
respond, respond, respond, respond, respond, respond, respond, respond, respondEmpty, respondEmpty
-
Method Details
-
accept
public <T> EndpointBuilder.Processing<T,T> accept(ch.raffael.meldioc.library.http.server.undertow.routing.Codecs.DecoderSupplier<? extends T> decoder) -
accept
-
accept
-