예제 #1
0
 private static boolean isEngineClosed(SSLEngine engine) {
   return (engine.isOutboundDone() && engine.isInboundDone());
 }