Package | Description |
---|---|
org.apache.ftpserver.ipfilter |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultIpFilter.setType(IpFilterType type)
Sets the type of this filter.
|
Constructor and Description |
---|
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 . |
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.