Uses of Class
org.red5.server.net.rtmp.event.BytesRead
Packages that use BytesRead
-
Uses of BytesRead in org.red5.server.net.rtmp
Methods in org.red5.server.net.rtmp with parameters of type BytesReadModifier and TypeMethodDescriptionprotected void
BaseRTMPHandler.onStreamBytesRead
(RTMPConnection conn, Channel channel, Header source, BytesRead streamBytesRead) Stream bytes read event handler. -
Uses of BytesRead in org.red5.server.net.rtmp.codec
Methods in org.red5.server.net.rtmp.codec that return BytesReadModifier and TypeMethodDescriptionIEventDecoder.decodeBytesRead
(org.apache.mina.core.buffer.IoBuffer in) Decodes BytesRead event.RTMPProtocolDecoder.decodeBytesRead
(org.apache.mina.core.buffer.IoBuffer in) Decodes BytesRead event.Methods in org.red5.server.net.rtmp.codec with parameters of type BytesReadModifier and TypeMethodDescriptionorg.apache.mina.core.buffer.IoBuffer
IEventEncoder.encodeBytesRead
(BytesRead streamBytesRead) Encodes BytesRead event to byte buffer.org.apache.mina.core.buffer.IoBuffer
RTMPProtocolEncoder.encodeBytesRead
(BytesRead bytesRead) Encodes BytesRead event to byte buffer.