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.MemoryUnitApacheHttpClient4Engine. fileUploadMemoryUnitThe unit forApacheHttpClient4Engine.fileUploadInMemoryThresholdLimit.Methods in org.jboss.resteasy.client.jaxrs.engines that return ApacheHttpClient4Engine.MemoryUnit Modifier and Type Method Description ApacheHttpClient4Engine.MemoryUnitApacheHttpClient4Engine. getFileUploadMemoryUnit()static ApacheHttpClient4Engine.MemoryUnitApacheHttpClient4Engine.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 voidApacheHttpClient4Engine. setFileUploadMemoryUnit(ApacheHttpClient4Engine.MemoryUnit fileUploadMemoryUnit)
-