public interface IncomingConnectionFilter| Modifier and Type | Field and Description |
|---|---|
static IncomingConnectionFilter | ALLOWUtility implementation that allows all incoming connections |
static IncomingConnectionFilter | DENYUtility implementation that denies all incoming connections |
| Modifier and Type | Method and Description |
|---|---|
boolean | allowDestination(Destination d)Check if the destination should be allowed to establish an incoming connection. |
static final IncomingConnectionFilter ALLOW
static final IncomingConnectionFilter DENY
boolean allowDestination(Destination d)
d - the destination that wants to establish an
incoming connection