Uses of Class
org.red5.server.net.remoting.message.RemotingCall

Packages that use RemotingCall
org.red5.server.net.remoting.codec   
org.red5.server.net.remoting.message   
 

Uses of RemotingCall in org.red5.server.net.remoting.codec
 

Methods in org.red5.server.net.remoting.codec that return types with arguments of type RemotingCall
protected  List<RemotingCall> RemotingProtocolDecoder.decodeCalls(IoBuffer in)
          Decode calls.
 

Uses of RemotingCall in org.red5.server.net.remoting.message
 

Fields in org.red5.server.net.remoting.message with type parameters of type RemotingCall
protected  List<RemotingCall> RemotingPacket.calls
          List of calls
 

Methods in org.red5.server.net.remoting.message that return types with arguments of type RemotingCall
 List<RemotingCall> RemotingPacket.getCalls()
          Getter for calls.
 

Constructor parameters in org.red5.server.net.remoting.message with type arguments of type RemotingCall
RemotingPacket(Map<String,Object> headers, List<RemotingCall> calls)
          Create remoting packet from list of pending calls
 



Copyright © 2006-2012 The Red5 Project