|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IpFilterType | |
---|---|
org.apache.ftpserver.ipfilter |
Uses of IpFilterType in org.apache.ftpserver.ipfilter |
---|
Methods in org.apache.ftpserver.ipfilter that return IpFilterType | |
---|---|
IpFilterType |
DefaultIpFilter.getType()
Returns the type of this filter. |
static IpFilterType |
IpFilterType.parse(String value)
Parses the given string into its equivalent enum. |
static IpFilterType |
IpFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IpFilterType[] |
IpFilterType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.ftpserver.ipfilter with parameters of type IpFilterType | |
---|---|
void |
DefaultIpFilter.setType(IpFilterType type)
Sets the type of this filter. |
Constructors in org.apache.ftpserver.ipfilter with parameters of type IpFilterType | |
---|---|
DefaultIpFilter(IpFilterType type)
Creates a new instance of DefaultIpFilter . |
|
DefaultIpFilter(IpFilterType type,
Collection<? extends org.apache.mina.filter.firewall.Subnet> collection)
Creates a new instance of DefaultIpFilter . |
|
DefaultIpFilter(IpFilterType type,
String addresses)
Creates a new instance of DefaultIpFilter . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |