Package org.jboss.resteasy.reactive.server.handlers
package org.jboss.resteasy.reactive.server.handlers
-
ClassDescriptionOur job is to turn an exception into a Response instance.Handler that negotiates the content type for endpoints that only produce a single type.Handler that reads data and sets up the input streamHandler that deals with the case when two methods have the same path, and it needs to select based on content type.This handler is used to push streams of data to the client.Our job is to turn endpoint return types into Response instancesOur job is to write a ResponseOur job is to send initial headers for the SSE requestHandler that negotiates the content type for endpoints that have multiple produces types, or for whatever reason can't have their writer list and media type determined at build time.