| Package | Description |
|---|---|
| org.red5.io.amf | |
| org.red5.io.object | |
| org.red5.server | |
| org.red5.server.api.persistence | |
| org.red5.server.net.rtmp.codec | |
| org.red5.server.so |
| Modifier and Type | Class and Description |
|---|---|
class |
Input
Input for Red5 data types
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Deserializer.deserialize(Input in,
Type target)
Deserializes the input parameter and returns an Object which must then be cast to a core data type
|
| Constructor and Description |
|---|
RecordSet(Input input)
Creates recordset from Input object
|
RecordSetPage(Input input)
Creates recordset page from Input object
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistableAttributeStore.deserialize(Input input)
Deserializes data from input to attributes
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPersistable.deserialize(Input input)
Load the object from the passed input stream.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTMPProtocolDecoder.doDecodeSharedObject(SharedObjectMessage so,
IoBuffer in,
Input input)
Perform the actual decoding of the shared object contents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SharedObject.deserialize(Input input)
Load the object from the passed input stream.
|
| Constructor and Description |
|---|
SharedObject(Input input)
Constructs new SO from Input object
|
Copyright © 2006-2012 The Red5 Project