| Package | Description |
|---|---|
| org.jwall.web.audit |
This package encapsulates the AuditEvent-framework that is used to represent,
create, manage and handle audit events within a Java environment.
|
| org.jwall.web.audit.io |
This package contains the interfaces and classes that are used to read
event from various sources or write audit-event to files.
|
| org.jwall.web.audit.net |
The
net-package provides network communication like sending
or receiving of audit data over tcp-connections. |
| Modifier and Type | Class and Description |
|---|---|
class |
AuditEventQueue
A simple queue which holds some audit-events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedAuditEventSource
This is an implementation of a buffered event-source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NetworkAuditEventSource
This class implements a network client-thread that will connect to a
given host and then wait for audit-events to be read from that connection.
|
class |
SSLNetworkAuditEventSource
This class is an SSL-enabled implementation of the network audit event source.
|
Copyright © 2014 jwall.org. All Rights Reserved.