long writeBytes = -1;
readBytes = tcpConnection.getSocket().getTotalReadBytes();
writeBytes = tcpConnection.getSocket().getTotalWriteBytes();
ClientDisconnectException clientDisconnectException = null;
try {
_next.doFilter(request, response);
} catch (ClientDisconnectException ex) {
clientDisconnectException = ex;