Uses of Class
org.jboss.resteasy.spi.config.SizeUnit
-
Packages that use SizeUnit Package Description org.jboss.resteasy.spi.config -
-
Uses of SizeUnit in org.jboss.resteasy.spi.config
Methods in org.jboss.resteasy.spi.config that return SizeUnit Modifier and Type Method Description SizeUnitSizeUnit. parent()Returns the parent, previous, unit for this unit.SizeUnitThreshold. sizeUnit()Returns the size unit for this threshold.static SizeUnitSizeUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static SizeUnit[]SizeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.resteasy.spi.config with parameters of type SizeUnit Modifier and Type Method Description doubleSizeUnit. convert(long size, SizeUnit unit)Converts the given size to the given unit to this unit.static ThresholdThreshold. of(long size, SizeUnit unit)Creates a new threshold.
-