Interface IncomingConnectionFilter

All Known Subinterfaces:
StatefulConnectionFilter
All Known Implementing Classes:
AccessFilter

public interface IncomingConnectionFilter
Something that filters incoming streaming connections.
Since:
0.9.40
  • Field Details

  • Method Details

    • allowDestination

      boolean allowDestination(Destination d)
      Parameters:
      d - the destination that wants to establish an incoming connection
      Returns:
      true if the connection should be allowed.