deliveryAgent = new DeliveryAgent(targetConfiguration, targetConnections);
// we need to set the delivery agent
connectCallback.setDeliveryAgent(deliveryAgent);
TargetHandler handler = new TargetHandler(deliveryAgent, targetConfiguration);
final IOEventDispatch ioEventDispatch =
getEventDispatch(handler, sslContext,
sslSetupHandler, targetConfiguration.getHttpParameters(),
transportOutDescription);
// start the Sender in a separate thread