public class ProtocolMessageFilter extends MessageFilter
Represents implementation of message filter by the resource protocol.
MessageFilter| Constructor and Description |
|---|
ProtocolMessageFilter(java.lang.String... protocols)
Initializes a new instance of the
ProtocolMessageFilter class. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(INetworkOperationContext context)
When overridden in a derived class, tests whether a Context satisfies the filter criteria.
|
public ProtocolMessageFilter(java.lang.String... protocols)
Initializes a new instance of the ProtocolMessageFilter class.
protocols - The protocols.public boolean match(INetworkOperationContext context)
When overridden in a derived class, tests whether a Context satisfies the filter criteria.
match in class MessageFiltercontext - The context.
Value: trueValue: false