Package io.netty.channel.epoll
Class TcpMd5Util
- java.lang.Object
-
- io.netty.channel.epoll.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)
-
-
-
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
-
-