Package | Description |
---|---|
org.red5.server.net.remoting.codec | |
org.red5.server.net.remoting.message |
Modifier and Type | Method and Description |
---|---|
protected List<RemotingCall> |
RemotingProtocolDecoder.decodeCalls(IoBuffer in)
Decode calls.
|
Modifier and Type | Field and Description |
---|---|
protected List<RemotingCall> |
RemotingPacket.calls
List of calls
|
Modifier and Type | Method and Description |
---|---|
List<RemotingCall> |
RemotingPacket.getCalls()
Getter for calls.
|
Constructor and Description |
---|
RemotingPacket(Map<String,Object> headers,
List<RemotingCall> calls)
Create remoting packet from list of pending calls
|
Copyright © 2006-2012 The Red5 Project