public interface ProtocolEvent
Modifier and Type | Method and Description |
---|---|
<C> void |
delegate(C context,
ProtocolDelegate<C> delegate) |
int |
getChannel() |
byte |
getEncodedTrack() |
boolean |
isConnectionControl() |
void |
setChannel(int channel) |
int getChannel()
void setChannel(int channel)
byte getEncodedTrack()
<C> void delegate(C context, ProtocolDelegate<C> delegate)
boolean isConnectionControl()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.