Uses of Interface
org.jboss.resteasy.reactive.server.spi.ServerHttpRequest
Packages that use ServerHttpRequest
-
Uses of ServerHttpRequest in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return ServerHttpRequestModifier and TypeMethodDescriptionabstract ServerHttpRequest
ResteasyReactiveRequestContext.serverRequest()
Methods in org.jboss.resteasy.reactive.server.core with parameters of type ServerHttpRequestModifier and TypeMethodDescriptionServerSerialisers.findBestMatchingServerWriter
(ConfigurationImpl configuration, Class<?> entityType, ServerHttpRequest request) Find the best matching writer based on the 'Accept' HTTP header This is probably more complex than it needs to be, but some RESTEasy tests show that the response type is influenced by the provider's weight of the media types