@Override
protected void doProcess() throws CommunicationException ,InterruptedException {
this.lastClientAddress = this.socket.getInetAddress();
new JdmkHtmlRequestHandler(this.socket, this ,getMBeanServer(), getServedClientCount());
this.socket = null;
}