|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRTMPHandler
RTMP events handler
Method Summary | |
---|---|
void |
connectionClosed(RTMPConnection conn,
RTMP state)
Connection closed |
void |
connectionOpened(RTMPConnection conn,
RTMP state)
Connection open event |
void |
messageReceived(RTMPConnection conn,
ProtocolState state,
Object message)
Message recieved |
void |
messageSent(RTMPConnection conn,
Object message)
Message sent |
Method Detail |
---|
void connectionOpened(RTMPConnection conn, RTMP state)
conn
- Connectionstate
- RTMP statevoid messageReceived(RTMPConnection conn, ProtocolState state, Object message) throws Exception
conn
- Connectionstate
- RTMP statemessage
- Message
Exception
- Exceptionvoid messageSent(RTMPConnection conn, Object message)
conn
- Connectionmessage
- Messagevoid connectionClosed(RTMPConnection conn, RTMP state)
conn
- Connectionstate
- RTMP state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |