Package | Description |
---|---|
net.i2p.i2ptunnel.access |
These classes are the implementation of a definition-based
incoming connection filter.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AccessFilter
A filter for incoming connections which can be configured
based on access list rules.
|
Modifier and Type | Method and Description |
---|---|
static StatefulConnectionFilter |
FilterFactory.createFilter(I2PAppContext context,
File definition)
Creates an instance of IncomingConnectionFilter based on the definition
contained in the given file.
|