|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.net.remoting.codec.RemotingProtocolDecoder
public class RemotingProtocolDecoder
Field Summary | |
---|---|
protected static Logger |
log
Logger |
Constructor Summary | |
---|---|
RemotingProtocolDecoder()
|
Method Summary | |
---|---|
Object |
decode(ProtocolState state,
IoBuffer in)
Decodes the buffer and returns a remoting packet. |
List<Object> |
decodeBuffer(ProtocolState state,
IoBuffer buffer)
Decodes the given buffer. |
protected List<RemotingCall> |
decodeCalls(IoBuffer in)
Decode calls. |
protected Map<String,Object> |
readHeaders(IoBuffer in)
Read remoting headers. |
void |
setDeserializer(Deserializer deserializer)
Setter for deserializer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Logger log
Constructor Detail |
---|
public RemotingProtocolDecoder()
Method Detail |
---|
public void setDeserializer(Deserializer deserializer)
deserializer
- Deserializerpublic List<Object> decodeBuffer(ProtocolState state, IoBuffer buffer)
state
- buffer
-
RemotingPacket
objects.public Object decode(ProtocolState state, IoBuffer in) throws Exception
state
- in
-
RemotingPacket
Exception
protected Map<String,Object> readHeaders(IoBuffer in)
in
- Input data as byte bufferprotected List<RemotingCall> decodeCalls(IoBuffer in)
in
- Input data as byte buffer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |