Beispiel #1
0
 public void close() {
   builder.close();
   if (getChannel() != null && getChannel().isActive()) getChannel().close();
 }