Uses of Class
org.jboss.resteasy.spi.config.Threshold
Package
Description
-
Uses of Threshold in org.jboss.resteasy.client.jaxrs.engines
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionfinal IllegalStateException
Messages_$bundle.fileLimitReached
(Threshold limit, String propertyName) Messages.fileLimitReached
(Threshold limit, String propertyName) -
Uses of Threshold in org.jboss.resteasy.spi
ModifierConstructorDescriptionEntityOutputStream
(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
Modifier and TypeFieldDescriptionstatic final Threshold
Threshold.DEFAULT
static final Threshold
Threshold.NONE
Modifier 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
.