this.connections.putIfAbsent(channel, new StrestConnectionChannel(channel));
StrestConnectionChannel con = this.connections.get(channel);
String txnId = request.getHeader(StrestUtil.HEADERS.TXN_ID);
con.incoming(request);
StrestController controller = null;
try {
try {
controller = this.getRouteLookup().find(request.getUri());
if (controller == null) {