public interface Protocol<PACKET>
| Modifier and Type | Method and Description |
|---|---|
void |
inforceInbound(PACKET packet)
Checks if the packet complies to the protocol semantics assuming the
packet as been received remote host
|
void |
infourceOutbound(PACKET packet)
Checks if the packet complies to the protocol semantics
|
Copyright © 2019. All rights reserved.