public static final class RawNetworkMessageFilter.FilterRX extends Object implements NetworkMessageFilter.FilterRx
| Constructor and Description |
|---|
FilterRX()
Creates a new RawNetworkMessageFilter.FilterRX
|
| Modifier and Type | Method and Description |
|---|---|
Object |
filterRX(byte[] bytes)
Decodes an incoming byte array.
|
public Object filterRX(byte[] bytes)
filterRX in interface NetworkMessageFilter.FilterRxbytes - The bytes received in an incoming messageCopyright © 1996–2015. All rights reserved.