examples.security.net
Class FastFilterEntry
java.lang.Object
|
+--examples.security.net.FilterEntry
|
+--examples.security.net.FastFilterEntry
- class FastFilterEntry
- extends FilterEntry
Fast filter rule.
- Author:
- Copyright (c) 1999-2002 by BEA Systems, Inc. All Rights Reserved.
|
Constructor Summary |
(package private) |
FastFilterEntry(boolean action,
int protomask,
int address,
int netmask)
|
(package private) |
FastFilterEntry(boolean action,
int protomask,
int address,
int netmask,
int lAddr,
int lPort)
|
|
Method Summary |
protected boolean |
match(java.net.InetAddress addr)
|
protected boolean |
match(java.net.InetAddress addr,
java.net.InetAddress lAddr,
int lPort)
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastFilterEntry
FastFilterEntry(boolean action,
int protomask,
int address,
int netmask)
FastFilterEntry
FastFilterEntry(boolean action,
int protomask,
int address,
int netmask,
int lAddr,
int lPort)
match
protected boolean match(java.net.InetAddress addr)
- Overrides:
match in class FilterEntry
match
protected boolean match(java.net.InetAddress addr,
java.net.InetAddress lAddr,
int lPort)
- Overrides:
match in class FilterEntry
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.