Package com.sun.faban.harness.logging

The Faban harness log server and logging facilities.

See:
          Description

Interface Summary
ProtocolHandler The protocol handler interface defines the standard interface for protocol handlers.
 

Class Summary
Acceptor The acceptor thread does nothing but accepts incoming network connections.
FlexBuffer FlexBuffer is an expandable byte buffer.
Listener The generic listener listens to incoming requests and handles them appropriately.
LogConfig The log server configuration class.
LogHandler Protocol handler for log requests.
LogServer Startup class for LogServer.
PrimaryListener The primary selector is the single entry point another thread may use to modify the select channels and configurations.
ProtocolHandlerFactory The protocol handler factory analyzes the input buffer for different supported protocols and returns the appropriate protocol handler upon determining the correct one.
RequestProxy The request proxy represents the request for both the selector end and the service thread end.
XMLFormatter Overrides the XML header provided by the XMLFormatter in the JavaSE logging package.
 

Exception Summary
TimedOutException Signals a time out.
UnsupportedProtocolException If the data stream cannot be identified to match a supported protocol, and UnsupportedProtocolException is thrown.
 

Package com.sun.faban.harness.logging Description

The Faban harness log server and logging facilities.