public interface IncomingConnectionFilter
| Modifier and Type | Field and Description |
|---|---|
static IncomingConnectionFilter |
ALLOW
Utility implementation that allows all incoming connections
|
static IncomingConnectionFilter |
DENY
Utility 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