Package | Description |
---|---|
org.red5.server.api | |
org.red5.server.net.remoting | |
org.red5.server.net.remoting.message | |
org.red5.server.net.rtmp | |
org.red5.server.net.rtmp.codec |
Modifier and Type | Method and Description |
---|---|
IConnection.Encoding |
IConnection.getEncoding()
Get the object encoding (AMF version) for this connection.
|
static IConnection.Encoding |
IConnection.Encoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IConnection.Encoding[] |
IConnection.Encoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IConnection.Encoding |
RemotingConnection.getEncoding()
Return encoding (AMF0 or AMF3).
|
Modifier and Type | Method and Description |
---|---|
IConnection.Encoding |
RemotingPacket.getEncoding()
Return the encoding of the included calls.
|
Modifier and Type | Method and Description |
---|---|
IConnection.Encoding |
RTMPConnection.getEncoding()
Return AMF protocol encoding used by this connection.
|
Modifier and Type | Method and Description |
---|---|
IConnection.Encoding |
RTMP.getEncoding()
Getter for encoding version.
|
Modifier and Type | Method and Description |
---|---|
void |
RTMP.setEncoding(IConnection.Encoding encoding)
Setter for encoding version.
|
Copyright © 2006-2012 The Red5 Project