A B C E F G H I M S

A

addPattern(String) - Method in class com.atlassian.ip.IPMatcher.Builder
Adds a new pattern to be matched against.
addPatternOrHost(String) - Method in class com.atlassian.ip.IPMatcher.Builder
Adds a new pattern or host to be matched against.
addSubnet(Subnet) - Method in class com.atlassian.ip.IPMatcher.Builder
Adds a new subnet to be matched against.

B

build() - Method in class com.atlassian.ip.IPMatcher.Builder
Return a newly-created IPMatcher based on the contents of the Builder.
builder() - Static method in class com.atlassian.ip.IPMatcher
Returns a new builder.

C

com.atlassian.ip - package com.atlassian.ip
 

E

equals(Object) - Method in class com.atlassian.ip.Subnet
 

F

forAddress(InetAddress) - Static method in class com.atlassian.ip.Subnet
Creates an all ones subnet of the given ip address.
forPattern(String) - Static method in class com.atlassian.ip.Subnet
Creates a subnet of the given pattern.

G

getAddress() - Method in class com.atlassian.ip.Subnet
Returns the network address of this subnet.
getMask() - Method in class com.atlassian.ip.Subnet
Returns the network mask of this subnet.

H

hashCode() - Method in class com.atlassian.ip.Subnet
 

I

IPMatcher - Class in com.atlassian.ip
A Flexible, immutable, IP address matcher.
IPMatcher.Builder - Class in com.atlassian.ip
A builder for creating immutable IPMatcher instances.
isValidPattern(String) - Static method in class com.atlassian.ip.Subnet
Returns true if the given pattern is a valid subnet pattern.
isValidPatternOrHost(String) - Static method in class com.atlassian.ip.IPMatcher
 

M

matches(String) - Method in class com.atlassian.ip.IPMatcher
Returns true if the given ip address matches one of the stored patterns.
matches(InetAddress) - Method in class com.atlassian.ip.IPMatcher
Returns true if the given ip address matches one of the stored patterns.

S

Subnet - Class in com.atlassian.ip
IP subnet consisting of a network address and a network mask.

A B C E F G H I M S

Copyright © 2012 Atlassian. All Rights Reserved.