public interface TransportFilter
| Modifier and Type | Method and Description |
|---|---|
void |
incoming(java.nio.ByteBuffer data)
Called just after raw data is received from the AMPS instance.
|
void |
outgoing(java.nio.ByteBuffer data)
Called when (typically just before) raw data is sent to the AMPS instance.
|
void outgoing(java.nio.ByteBuffer data)
data - A ByteBuffer containing raw data to be sent to the AMPS instance.void incoming(java.nio.ByteBuffer data)
data - A ByteBuffer containing raw data from the AMPS instance.