Uses of Enum
org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor.MemoryUnit
Packages that use ApacheHttpClient4Executor.MemoryUnit
-
Uses of ApacheHttpClient4Executor.MemoryUnit in org.jboss.resteasy.client.core.executors
Subclasses with type arguments of type ApacheHttpClient4Executor.MemoryUnit in org.jboss.resteasy.client.core.executorsModifier and TypeClassDescriptionprivate static enumEnumeration to represent memory units.Fields in org.jboss.resteasy.client.core.executors declared as ApacheHttpClient4Executor.MemoryUnitMethods in org.jboss.resteasy.client.core.executors that return ApacheHttpClient4Executor.MemoryUnitModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ApacheHttpClient4Executor.MemoryUnit[]ApacheHttpClient4Executor.MemoryUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.