|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.server.net.rtmp.event.BaseEvent
org.red5.server.net.rtmp.event.Ping
public class Ping
Ping event, actually combination of different events
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.red5.server.api.event.IEvent |
|---|
IEvent.Type |
| Field Summary | |
|---|---|
static short |
CLIENT_BUFFER
Client buffer |
static short |
PING_CLIENT
Client ping event |
static short |
PONG_SERVER
Server response event |
static short |
STREAM_CLEAR
Stream clear event |
static short |
STREAM_PLAYBUFFER_CLEAR
Stream play |
static short |
STREAM_RESET
Stream reset |
static int |
UNDEFINED
Event type is undefined |
static short |
UNKNOWN_2
Unknown event |
static short |
UNKNOWN_5
One more unknown event |
static short |
UNKNOWN_8
One more unknown event |
| Fields inherited from class org.red5.server.net.rtmp.event.BaseEvent |
|---|
header, object, refcount, source, timestamp |
| Constructor Summary | |
|---|---|
Ping()
Constructs a new Ping. |
|
Ping(short value1,
int value2)
|
|
Ping(short value1,
int value2,
int value3)
|
|
Ping(short value1,
int value2,
int value3,
int value4)
|
|
| Method Summary | |
|---|---|
protected void |
doRelease()
|
byte |
getDataType()
Getter for data type |
String |
getDebug()
Getter for property 'debug'. |
short |
getValue1()
Getter for property 'value1'. |
int |
getValue2()
Getter for property 'value2'. |
int |
getValue3()
Getter for property 'value3'. |
int |
getValue4()
Getter for property 'value4'. |
void |
readExternal(ObjectInput in)
|
protected void |
releaseInternal()
Rekease event |
void |
setDebug(String debug)
Setter for property 'debug'. |
void |
setValue1(short value1)
Setter for property 'value1'. |
void |
setValue2(int value2)
Setter for property 'value2'. |
void |
setValue3(int value3)
Setter for property 'value3'. |
void |
setValue4(int value4)
Setter for property 'value4'. |
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class org.red5.server.net.rtmp.event.BaseEvent |
|---|
getHeader, getObject, getSource, getTimestamp, getType, hasSource, release, retain, setHeader, setSource, setTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final short STREAM_CLEAR
public static final short STREAM_PLAYBUFFER_CLEAR
public static final short UNKNOWN_2
public static final short CLIENT_BUFFER
public static final short STREAM_RESET
public static final short UNKNOWN_5
public static final short PING_CLIENT
public static final short PONG_SERVER
public static final short UNKNOWN_8
public static final int UNDEFINED
| Constructor Detail |
|---|
public Ping()
public Ping(short value1,
int value2)
public Ping(short value1,
int value2,
int value3)
public Ping(short value1,
int value2,
int value3,
int value4)
| Method Detail |
|---|
public byte getDataType()
getDataType in interface IRTMPEventgetDataType in class BaseEventpublic short getValue1()
public void setValue1(short value1)
value1 - Value to set for property 'value1'.public int getValue2()
public void setValue2(int value2)
value2 - Value to set for property 'value2'.public int getValue3()
public void setValue3(int value3)
value3 - Value to set for property 'value3'.public int getValue4()
public void setValue4(int value4)
value4 - Value to set for property 'value4'.public String getDebug()
public void setDebug(String debug)
debug - Value to set for property 'debug'.protected void doRelease()
public String toString()
toString in class Objectprotected void releaseInternal()
releaseInternal in class BaseEvent
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class BaseEventIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class BaseEventIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||