|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransportFilter
Filter raw incoming and outgoing data on a Transport.
| Method Summary | |
|---|---|
void |
incoming(ByteBuffer data)
Called just after raw data is received from the AMPS instance. |
void |
outgoing(ByteBuffer data)
Called when (typically just before) raw data is sent to the AMPS instance. |
| Method Detail |
|---|
void outgoing(ByteBuffer data)
data - A ByteBuffer containing raw data to be sent to the AMPS instance.void incoming(ByteBuffer data)
data - A ByteBuffer containing raw data from the AMPS instance.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||