Connector Implementation
When a message enters the system, the associated connector spawns a new thread to handle the request. At that point, the message is sent to the configured handler chain, which typically includes a handler to translate the transport payload into the objects expected by the Agent internally, and the servlet handler, which is the entry point into the servlet container that runs the service. Each connector contains a unique instance of the handler chain and all handlers configured in the chain.