Package org.ws4d.java.communication.monitor

Interface Summary
StreamMonitor This interfaces allows to assign the message and the given stream.
 

Class Summary
DefaultMonitoredStreamFactory Simple extension of the MonitorStreamFactory which allows to write any incoming or outgoing Message to the default error output stream.
MonitoredInputStream This is a stream wrapper which allows to pass-through data to a given OutputStream for monitoring.
MonitoredOutputStream This is a stream wrapper which allows to pass-through data to a given OutputStream for monitoring.
MonitoringContext  
MonitorStreamFactory Factory which allows to create an OutputStream to catch incoming and outgoing data which allows the creation of Message objects.
ResourceLoader