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

    Modifier and Type
    Method
    Description
    void
    Tells this filter to start
    void
    Tells this filter to stop and release any resources

    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