| Home >> All >> org >> jwall >> [ object Javadoc ] |
org.jwall.object: Javadoc index of package org.jwall.object.
Package Samples:
org.jwall.object
Classes:
FirewallDataEventSourceHandler: This class implements the functionality required for the event handling. It was designed that it can be used a delegate object by all other classed that implement the FirewallDataEventSource interface. Therefore this objects do not need to reproduce the code required to notify the listeners. Please note: This class does not implement strict parameter checking for performance reasons. Please see the the documentation of the methods for more specific information.
ICMPService: This class represents an ICMP service. The Internet Protocol (IP) is not designed to be absolutely reliable. The purpose of these control messages (ICMP) is to provide feedback about problems in the communication environment, not to make IP reliable. The Internet Control Message Protocol (ICMP) has many messages that are identified by a "type" field, these are defined by RFCs. Many of the types of ICMP message are now obsolete and are no longer seen in the Internet.
NetworkObject: A NetworkObject represents an object that can be reached over a network. This can be either a host connected to the network, the network itself or a combination of both.
NetworkGroup: A NetworkGroup can be used to form groups of objects. For example all web servers might be grouped into a group called Webservers.
FirewallDataListener: This interface allows classes to be notified if an object changes so that it can take the appropriate action.
VPNPeer: Title: JWall Description: Java based GUI for IPTables Copyright: Copyright (c) 2001 Company:
FirewallDataEventSource: Objects that need to inform other objects about changes need to implement this interface.
ManagedFirewall: Title: JWall Description: Copyright: Copyright (c) 2001 Company:
FirewallDataEvent: this event is used to signal changes to objects belonging to a firewall.
Host: A Host represents a host that is attached to the network.
Network: A Host object represents a network that can be reached.
AbstractNetworkObject: Implements the event handling routines for the subclasses.
Service: This class represents a service offered by a machine.
Rate: This class represents a rate limit from iptables.
TCPUDPService: This class represents a TCP or UDP service.
ServiceFactory
| Home | Contact Us | Privacy Policy | Terms of Service |