Class AtlassianProxyIpList.IpRange
- java.lang.Object
-
- com.atlassian.bamboo.configuration.agent.AtlassianProxyIpList.IpRange
-
- Enclosing class:
- AtlassianProxyIpList
protected static class AtlassianProxyIpList.IpRange extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addressInRange(@NotNull InetAddress inetAddress)
static AtlassianProxyIpList.IpRange
of(@NotNull String low, int bits)
-
-
-
Constructor Detail
-
IpRange
public IpRange(@NotNull @NotNull String low, int bits)
-
-
Method Detail
-
of
public static AtlassianProxyIpList.IpRange of(@NotNull @NotNull String low, int bits)
-
addressInRange
public boolean addressInRange(@NotNull @NotNull InetAddress inetAddress)
-
-