Uses of Class
org.jboss.resteasy.spi.config.Options
Packages that use Options
-
Uses of Options in org.jboss.resteasy.plugins.providers.jackson
Subclasses of Options in org.jboss.resteasy.plugins.providers.jacksonModifier and TypeClassDescriptionclassConfiguration options for Jackson providers. -
Uses of Options in org.jboss.resteasy.spi.config
Fields in org.jboss.resteasy.spi.config declared as OptionsModifier and TypeFieldDescriptionOptions.CLIENT_SSL_CONTEXT_ALGORITHMAn option for defining theSSLContextalgorithm for the REST client.Options.ENABLE_DEFAULT_EXCEPTION_MAPPERAn option for enabling or disabling the default exception mapper.Options.ENTITY_FILE_THRESHOLDAn option for the threshold of theEntityOutputStreamto write to a file.Options.ENTITY_MEMORY_THRESHOLDAn option for the threshold of theEntityOutputStream.Options.ENTITY_TMP_DIRAn option used to override the temporary directory where entities that exceed theENTITY_MEMORY_THRESHOLDare stored.Options.SSE_CLOSED_RESPONSE_CODEAn option which allows which HTTP status code should be sent when theSseEventSink.close()is invoked.