Class TcpMd5Util


  • final class TcpMd5Util
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private TcpMd5Util()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.util.Collection<java.net.InetAddress> newTcpMd5Sigs​(AbstractEpollChannel channel, java.util.Collection<java.net.InetAddress> current, java.util.Map<java.net.InetAddress,​byte[]> newKeys)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TcpMd5Util

        private TcpMd5Util()
    • Method Detail

      • newTcpMd5Sigs

        static java.util.Collection<java.net.InetAddress> newTcpMd5Sigs​(AbstractEpollChannel channel,
                                                                        java.util.Collection<java.net.InetAddress> current,
                                                                        java.util.Map<java.net.InetAddress,​byte[]> newKeys)
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException