|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RTMP | |
---|---|
org.red5.server.net.rtmp | |
org.red5.server.net.rtmp.codec |
Uses of RTMP in org.red5.server.net.rtmp |
---|
Fields in org.red5.server.net.rtmp declared as RTMP | |
---|---|
protected RTMP |
RTMPConnection.state
protocol state |
Methods in org.red5.server.net.rtmp that return RTMP | |
---|---|
RTMP |
RTMPConnection.getState()
|
RTMP |
RTMPOriginConnection.getState()
|
Methods in org.red5.server.net.rtmp with parameters of type RTMP | |
---|---|
void |
BaseRTMPClientHandler.connectionClosed(RTMPConnection conn,
RTMP state)
|
void |
BaseRTMPHandler.connectionClosed(RTMPConnection conn,
RTMP state)
Connection closed |
void |
EdgeRTMPHandler.connectionClosed(RTMPConnection conn,
RTMP state)
|
void |
IRTMPHandler.connectionClosed(RTMPConnection conn,
RTMP state)
Connection closed |
void |
BaseRTMPClientHandler.connectionOpened(RTMPConnection conn,
RTMP state)
Connection open event |
void |
BaseRTMPHandler.connectionOpened(RTMPConnection conn,
RTMP state)
Connection open event |
void |
IRTMPHandler.connectionOpened(RTMPConnection conn,
RTMP state)
Connection open event |
protected void |
EdgeRTMPHandler.handleConnect(RTMPConnection conn,
Channel channel,
Header header,
Invoke invoke,
RTMP rtmp)
|
protected void |
BaseRTMPClientHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler. |
protected abstract void |
BaseRTMPHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler. |
protected void |
RTMPHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler. |
void |
RTMPConnection.setState(RTMP state)
|
Uses of RTMP in org.red5.server.net.rtmp.codec |
---|
Methods in org.red5.server.net.rtmp.codec with parameters of type RTMP | |
---|---|
FlexMessage |
IEventDecoder.decodeFlexMessage(IoBuffer in,
RTMP rtmp)
Decodes Flex message event. |
FlexMessage |
RTMPProtocolDecoder.decodeFlexMessage(IoBuffer in,
RTMP rtmp)
Decodes FlexMessage event. |
ISharedObjectMessage |
IEventDecoder.decodeFlexSharedObject(IoBuffer in,
RTMP rtmp)
Decodes shared object message event from AMF3 encoding. |
ISharedObjectMessage |
RTMPProtocolDecoder.decodeFlexSharedObject(IoBuffer in,
RTMP rtmp)
Decodes shared object message event from AMF3 encoding. |
IoBuffer |
RTMPProtocolDecoder.decodeHandshake(RTMP rtmp,
IoBuffer in)
Decodes handshake message. |
Invoke |
IEventDecoder.decodeInvoke(IoBuffer in,
RTMP rtmp)
Decodes invocation event. |
Invoke |
RTMPProtocolDecoder.decodeInvoke(IoBuffer in,
RTMP rtmp)
Decodes invocation event. |
IRTMPEvent |
RTMPProtocolDecoder.decodeMessage(RTMP rtmp,
Header header,
IoBuffer in)
Decodes RTMP message event. |
Notify |
RTMPProtocolDecoder.decodeNotify(IoBuffer in,
Header header,
RTMP rtmp)
|
Notify |
IEventDecoder.decodeNotify(IoBuffer in,
RTMP rtmp)
Decodes notification event. |
Notify |
RTMPProtocolDecoder.decodeNotify(IoBuffer in,
RTMP rtmp)
Decodes notification event. |
protected Notify |
RTMPProtocolDecoder.decodeNotifyOrInvoke(Notify notify,
IoBuffer in,
Header header,
RTMP rtmp)
Decodes notification event. |
Packet |
RTMPProtocolDecoder.decodePacket(RTMP rtmp,
IoBuffer in)
Decodes packet. |
ISharedObjectMessage |
IEventDecoder.decodeSharedObject(IoBuffer in,
RTMP rtmp)
Decodes shared object message event. |
ISharedObjectMessage |
RTMPProtocolDecoder.decodeSharedObject(IoBuffer in,
RTMP rtmp)
Decodes shared object message event. |
Notify |
RTMPProtocolDecoder.decodeStreamMetadata(IoBuffer in,
RTMP rtmp)
|
void |
RTMPProtocolEncoder.doEncodeSharedObject(ISharedObjectMessage so,
RTMP rtmp,
IoBuffer out)
Perform the actual encoding of the shared object contents. |
protected boolean |
RTMPProtocolEncoder.dropMessage(RTMP rtmp,
int channelId,
IRTMPEvent message)
Determine if this message should be dropped for lateness. |
IoBuffer |
RTMPProtocolEncoder.encodeFlexMessage(FlexMessage msg,
RTMP rtmp)
Encodes Flex message event. |
IoBuffer |
IEventEncoder.encodeFlexSharedObject(ISharedObjectMessage so,
RTMP rtmp)
Encodes SharedObjectMessage event to byte buffer using AMF3 encoding. |
IoBuffer |
RTMPProtocolEncoder.encodeFlexSharedObject(ISharedObjectMessage so,
RTMP rtmp)
Encodes SharedObjectMessage event to byte buffer using AMF3 encoding. |
IoBuffer |
RTMPProtocolEncoder.encodeHeader(RTMP rtmp,
Header header,
Header lastHeader)
Encode RTMP header. |
void |
RTMPProtocolEncoder.encodeHeader(RTMP rtmp,
Header header,
Header lastHeader,
IoBuffer buf)
Encode RTMP header into given IoBuffer. |
IoBuffer |
IEventEncoder.encodeInvoke(Invoke invoke,
RTMP rtmp)
Encodes Invoke event to byte buffer. |
IoBuffer |
RTMPProtocolEncoder.encodeInvoke(Invoke invoke,
RTMP rtmp)
Encodes Invoke event to byte buffer. |
IoBuffer |
RTMPProtocolEncoder.encodeMessage(RTMP rtmp,
Header header,
IRTMPEvent message)
Encode message. |
IoBuffer |
IEventEncoder.encodeNotify(Notify notify,
RTMP rtmp)
Encodes Notify event to byte buffer. |
IoBuffer |
RTMPProtocolEncoder.encodeNotify(Notify notify,
RTMP rtmp)
Encodes Notify event to byte buffer. |
protected void |
RTMPProtocolEncoder.encodeNotifyOrInvoke(IoBuffer out,
Notify invoke,
RTMP rtmp)
Encode notification event and fill given byte buffer. |
protected IoBuffer |
RTMPProtocolEncoder.encodeNotifyOrInvoke(Notify invoke,
RTMP rtmp)
Encode notification event. |
IoBuffer |
RTMPProtocolEncoder.encodePacket(RTMP rtmp,
Packet packet)
Encode packet. |
IoBuffer |
IEventEncoder.encodeSharedObject(ISharedObjectMessage so,
RTMP rtmp)
Encodes SharedObjectMessage event to byte buffer. |
IoBuffer |
RTMPProtocolEncoder.encodeSharedObject(ISharedObjectMessage so,
RTMP rtmp)
Encodes SharedObjectMessage event to byte buffer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |