Package net.i2p.client.streaming
Interface StatefulConnectionFilter
-
- All Superinterfaces:
IncomingConnectionFilter
- All Known Implementing Classes:
AccessFilter
public interface StatefulConnectionFilter extends IncomingConnectionFilter
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Tells this filter to startvoid
stop()
Tells this filter to stop and release any resources-
Methods inherited from interface net.i2p.client.streaming.IncomingConnectionFilter
allowDestination
-
-