Uses of Interface
org.jboss.resteasy.reactive.server.spi.ServerHttpRequest
-
Packages that use ServerHttpRequest Package Description org.jboss.resteasy.reactive.server.core -
-
Uses of ServerHttpRequest in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return ServerHttpRequest Modifier and Type Method Description abstract ServerHttpRequestResteasyReactiveRequestContext. serverRequest()Methods in org.jboss.resteasy.reactive.server.core with parameters of type ServerHttpRequest Modifier and Type Method Description ServerSerialisers.BestMatchingServerWriterResultServerSerialisers. 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
-