Uses of Class
org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine.MemoryUnit
-
Packages that use ApacheHttpClient4Engine.MemoryUnit Package Description org.jboss.resteasy.client.jaxrs.engines -
-
Uses of ApacheHttpClient4Engine.MemoryUnit in org.jboss.resteasy.client.jaxrs.engines
Fields in org.jboss.resteasy.client.jaxrs.engines declared as ApacheHttpClient4Engine.MemoryUnit Modifier and Type Field Description protected ApacheHttpClient4Engine.MemoryUnit
ApacheHttpClient4Engine. fileUploadMemoryUnit
The unit forApacheHttpClient4Engine.fileUploadInMemoryThresholdLimit
.Methods in org.jboss.resteasy.client.jaxrs.engines that return ApacheHttpClient4Engine.MemoryUnit Modifier and Type Method Description ApacheHttpClient4Engine.MemoryUnit
ApacheHttpClient4Engine. getFileUploadMemoryUnit()
static ApacheHttpClient4Engine.MemoryUnit
ApacheHttpClient4Engine.MemoryUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApacheHttpClient4Engine.MemoryUnit[]
ApacheHttpClient4Engine.MemoryUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type ApacheHttpClient4Engine.MemoryUnit Modifier and Type Method Description void
ApacheHttpClient4Engine. setFileUploadMemoryUnit(ApacheHttpClient4Engine.MemoryUnit fileUploadMemoryUnit)
-