Uses of Interface
com.github.rvesse.airline.restrictions.common.PortRange
-
Packages that use PortRange Package Description com.github.rvesse.airline.annotations.restrictions com.github.rvesse.airline.restrictions.common com.github.rvesse.airline.restrictions.factories -
-
Uses of PortRange in com.github.rvesse.airline.annotations.restrictions
Classes in com.github.rvesse.airline.annotations.restrictions that implement PortRange Modifier and Type Class Description class
PortType
Port typesMethods in com.github.rvesse.airline.annotations.restrictions with parameters of type PortRange Modifier and Type Method Description boolean
PortType. contains(PortRange other)
Method parameters in com.github.rvesse.airline.annotations.restrictions with type arguments of type PortRange Modifier and Type Method Description static java.lang.String
PortType. toRangesString(java.util.Set<PortRange> acceptablePorts)
Gets a string denoting all the acceptable port ranges -
Uses of PortRange in com.github.rvesse.airline.restrictions.common
Classes in com.github.rvesse.airline.restrictions.common that implement PortRange Modifier and Type Class Description class
PortRangeImpl
Concrete implementation of a port rangeFields in com.github.rvesse.airline.restrictions.common with type parameters of type PortRange Modifier and Type Field Description private java.util.Set<PortRange>
PortRestriction. acceptablePorts
Methods in com.github.rvesse.airline.restrictions.common with parameters of type PortRange Modifier and Type Method Description int
PortRangeImpl. compareTo(PortRange other)
boolean
PortRange. contains(PortRange other)
Gets whether the port range contains another port range i.e.boolean
PortRangeImpl. contains(PortRange other)
Constructors in com.github.rvesse.airline.restrictions.common with parameters of type PortRange Constructor Description PortRestriction(PortRange... portRanges)
-
Uses of PortRange in com.github.rvesse.airline.restrictions.factories
Methods in com.github.rvesse.airline.restrictions.factories that return PortRange Modifier and Type Method Description protected PortRange
PortRestrictionFactory. createRange(PortRange rangeAnnotation)
Methods in com.github.rvesse.airline.restrictions.factories with parameters of type PortRange Modifier and Type Method Description protected PortRestriction
PortRestrictionFactory. createCommon(PortRange... ranges)
-