Uses of Class
org.jboss.resteasy.spi.config.Options
-
Packages that use Options Package Description org.jboss.resteasy.spi.config -
-
Uses of Options in org.jboss.resteasy.spi.config
Fields in org.jboss.resteasy.spi.config declared as Options Modifier and Type Field Description static Options<Boolean>Options. ENABLE_DEFAULT_EXCEPTION_MAPPERAn option for enabling or disabling the default exception mapper.static Options<Threshold>Options. ENTITY_FILE_THRESHOLDAn option for the threshold of theEntityOutputStreamto write to a file.static Options<Threshold>Options. ENTITY_MEMORY_THRESHOLDAn option for the threshold of theEntityOutputStream.static Options<Integer>Options. SSE_CLOSED_RESPONSE_CODEAn option which allows which HTTP status code should be sent when theSseEventSink.close()is invoked.
-