Package | Description |
---|---|
org.apache.ftpserver.ipfilter |
Modifier and Type | Method and Description |
---|---|
IpFilterType |
RemoteIpFilter.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 |
RemoteIpFilter.setType(IpFilterType type)
Sets the type of this filter.
|
Constructor and Description |
---|
RemoteIpFilter(IpFilterType type)
Creates a new instance of
RemoteIpFilter . |
RemoteIpFilter(IpFilterType type,
Collection<? extends org.apache.mina.filter.firewall.Subnet> collection)
Creates a new instance of
RemoteIpFilter . |
RemoteIpFilter(IpFilterType type,
String addresses)
Creates a new instance of
RemoteIpFilter . |
Copyright © 2003–2024 The Apache Software Foundation. All rights reserved.