public interface ConnectionPredicate
JabbixSecurityManager
service determining the
permission to connect to or from the particular host and port.Modifier and Type | Method and Description |
---|---|
boolean |
isAllowed(java.lang.String host,
int port)
Indicates whether the connection defined by the parameters is allowed.
|