コード例 #1
0
  protected void tearDown() throws Exception {
    if (client != null) {
      client.disconnect();
    }

    if (clientAsync != null) {
      clientAsync.disconnect();
    }
    server.stop();
    super.tearDown();
  }
コード例 #2
0
 protected void tearDown() throws Exception {
   ((MinaHTWorkItemHandler) getHandler()).dispose();
   getClient().disconnect();
   server.stop();
   super.tearDown();
 }
コード例 #3
0
 /** Stops the server */
 @Override
 protected void tearDown() throws Exception {
   server.stop();
 }
コード例 #4
0
 protected void tearDown() throws Exception {
   client.disconnect();
   server.stop();
   super.tearDown();
 }