Package net.i2p.client.streaming
Interface StatefulConnectionFilter
- All Superinterfaces:
IncomingConnectionFilter
- All Known Implementing Classes:
AccessFilter
A ConnectionFilter that may hold state, can be started and stopped
- Since:
- 0.9.40
-
Field Summary
Fields inherited from interface net.i2p.client.streaming.IncomingConnectionFilter
ALLOW, DENY
-
Method Summary
Methods inherited from interface net.i2p.client.streaming.IncomingConnectionFilter
allowDestination
-
Method Details
-
start
void start()Tells this filter to start -
stop
void stop()Tells this filter to stop and release any resources
-