public interface RemoteNodeValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(byte remoteIdentifier,
SocketAddress remoteAddress)
checks the identifier that is unique and we haven't seen it before, unless it comes from the same port
and host.
|
boolean validate(byte remoteIdentifier,
SocketAddress remoteAddress)
remoteIdentifier - remoteIdentifierremoteAddress - remoteAddressCopyright © 2015. All rights reserved.