protected abstract void |
BaseRTMPHandler.onChunkSize(RTMPConnection conn,
Channel channel,
Header source,
ChunkSize chunkSize) |
Chunk size change event handler.
|
protected void |
RTMPHandler.onChunkSize(RTMPConnection conn,
Channel channel,
Header source,
ChunkSize chunkSize) |
Chunk size change event handler.
|
protected void |
BaseRTMPHandler.onClientBandwidth(RTMPConnection conn,
Channel channel,
ClientBW message) |
Client bandwidth / Peer bandwidth set event handler.
|
protected abstract void |
BaseRTMPHandler.onCommand(RTMPConnection conn,
Channel channel,
Header source,
ICommand command) |
Command event handler, which current consists of an Invoke or Notify type object.
|
protected void |
RTMPHandler.onCommand(RTMPConnection conn,
Channel channel,
Header source,
ICommand command) |
Command event handler, which current consists of an Invoke or Notify type object.
|
protected abstract void |
BaseRTMPHandler.onPing(RTMPConnection conn,
Channel channel,
Header source,
Ping ping) |
Ping event handler.
|
protected void |
RTMPHandler.onPing(RTMPConnection conn,
Channel channel,
Header source,
Ping ping) |
Ping event handler.
|
protected void |
BaseRTMPHandler.onServerBandwidth(RTMPConnection conn,
Channel channel,
ServerBW message) |
Server bandwidth / Window ACK size event handler.
|
protected abstract void |
BaseRTMPHandler.onSharedObject(RTMPConnection conn,
Channel channel,
Header source,
SharedObjectMessage message) |
Shared object event handler.
|
protected void |
RTMPHandler.onSharedObject(RTMPConnection conn,
Channel channel,
Header source,
SharedObjectMessage message) |
Shared object event handler.
|
protected void |
BaseRTMPHandler.onStreamBytesRead(RTMPConnection conn,
Channel channel,
Header source,
BytesRead streamBytesRead) |
Stream bytes read event handler.
|
void |
DeferredResult.setChannel(Channel channel) |
Setter for channel.
|