public class DefaultTransportFilter extends java.lang.Object implements TransportFilter
TransportFilter class that
does nothing.| Constructor and Description |
|---|
DefaultTransportFilter() |
| 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.
|
public void outgoing(java.nio.ByteBuffer data)
TransportFilteroutgoing in interface TransportFilterdata - A ByteBuffer containing raw data to be sent to the AMPS instance.public void incoming(java.nio.ByteBuffer data)
TransportFilterincoming in interface TransportFilterdata - A ByteBuffer containing raw data from the AMPS instance.