Uses of Class
org.jboss.resteasy.spi.config.Threshold
Packages that use Threshold
Package
Description
-
Uses of Threshold in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines that return ThresholdModifier and TypeMethodDescriptionManualClosingApacheHttpClient43Engine.getFileUploadMemoryThreshold()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the memory threshold of the amount of data to hold in memory.Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type ThresholdModifier and TypeMethodDescriptionvoid
ManualClosingApacheHttpClient43Engine.setFileUploadMemoryThreshold
(Threshold threshold) Deprecated, for removal: This API element is subject to removal in a future version.Sets the memory threshold for the amount of content to hold in memory before it offloads to offline storage. -
Uses of Threshold in org.jboss.resteasy.resteasy_jaxrs.i18n
Methods in org.jboss.resteasy.resteasy_jaxrs.i18n with parameters of type ThresholdModifier and TypeMethodDescriptionfinal IllegalStateException
Messages_$bundle.fileLimitReached
(Threshold limit, String propertyName) Messages.fileLimitReached
(Threshold limit, String propertyName) -
Uses of Threshold in org.jboss.resteasy.spi
Constructors in org.jboss.resteasy.spi with parameters of type ThresholdModifierConstructorDescriptionEntityOutputStream
(Threshold memoryThreshold) Creates a new entity stream with the maximum in memory threshold of the supplied value.EntityOutputStream
(Threshold memoryThreshold, Path tmpDir, Supplier<String> filePrefix) Creates a new entity stream with the maximum in memory threshold and a file prefix to be used if the stream needs to be written to a file due to the threshold.EntityOutputStream
(Threshold memoryThreshold, Path tmpDir, Threshold fileThreshold, Supplier<String> filePrefix) Creates a new entity stream with the maximum in memory threshold and a file prefix to be used if the stream needs to be written to a file due to the threshold.EntityOutputStream
(Threshold memoryThreshold, Supplier<String> filePrefix) Creates a new entity stream with the maximum in memory threshold and a file prefix to be used if the stream needs to be written to a file due to the threshold. -
Uses of Threshold in org.jboss.resteasy.spi.config
Fields in org.jboss.resteasy.spi.config declared as ThresholdModifier and TypeFieldDescriptionstatic final Threshold
Threshold.DEFAULT
static final Threshold
Threshold.NONE
Fields in org.jboss.resteasy.spi.config with type parameters of type ThresholdModifier and TypeFieldDescriptionOptions.ENTITY_FILE_THRESHOLD
An option for the threshold of theEntityOutputStream
to write to a file.Options.ENTITY_MEMORY_THRESHOLD
An option for the threshold of theEntityOutputStream
.Methods in org.jboss.resteasy.spi.config that return Threshold