public interface NetworkGuard
NetworkChannel by deciding whether remote sources are secure or not. The channel must drop packets that the
Filter deems insecure.| Modifier and Type | Method and Description |
|---|---|
boolean |
isSecure(io.netty.channel.Channel channel,
InetSocketAddress source)
Decides whether a remote peer is secure or not.
|
boolean isSecure(io.netty.channel.Channel channel,
InetSocketAddress source)
channel - The channel who received the packet.source - The address of the remote peer.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.