Agent
object represents a tracing agent used to monitor events on a connection. Its primary responsibilities are to create Trace
objects that are attached to a specific socket channel. When any event occurs on that channel the trace is notified and can forward the details on to the agent for analysis. An agent implementation must make sure that it does not affect the performance of the server. If there are delays creating a trace or within the trace itself it will have an impact on performance. @author Niall Gallagher @see org.simpleframework.transport.trace.Trace
|
|