Package org.jboss.resteasy.reactive.server
-
Interface Summary Interface Description SimpleResourceInfo Type that can be injected into places where ResourceInfo can. -
Class Summary Class Description NoopCloseAndFlushOutputStream This class is needed because some message writers don't give us a way to control if the output stream is going to be closed or not.SimpleResourceInfo.NullValues StreamingOutputStream The only reason we use this is to give MessageBodyWriter classes the ability to tell if they are being called in a streaming context -
Annotation Types Summary Annotation Type Description ServerExceptionMapper When used on a method, then an implementation ofExceptionMapperis generated that calls the annotated method with the proper arguments.ServerRequestFilter When used on a method, then an implementation ofContainerRequestFilteris generated that calls the annotated method with the proper argumentsServerResponseFilter When used on a method, then an implementation ofContainerResponseContextis generated that calls the annotated method with the proper arguments The idea behind using this is to make it much to write aServerResponseFilteras all the necessary information is passed as arguments to the method instead of forcing the author to use a mix of@Contextand programmatic CDI look-ups.WithFormRead Forces the form body to be read and parsed before filters and the endpoint are invoked.