protected void tearDown() throws Exception { if (client != null) { client.disconnect(); } if (clientAsync != null) { clientAsync.disconnect(); } server.stop(); super.tearDown(); }
protected void tearDown() throws Exception { ((MinaHTWorkItemHandler) getHandler()).dispose(); getClient().disconnect(); server.stop(); super.tearDown(); }
/** Stops the server */ @Override protected void tearDown() throws Exception { server.stop(); }
protected void tearDown() throws Exception { client.disconnect(); server.stop(); super.tearDown(); }