|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.red5.server.net.remoting.message.RemotingPacket
public class RemotingPacket
Packet of remote calls. Used by RemoteProtocolDecoder.
Field Summary | |
---|---|
protected List<RemotingCall> |
calls
List of calls |
protected ByteBuffer |
data
Byte buffer data |
protected Map<String,Object> |
headers
Headers sent with request. |
protected javax.servlet.http.HttpServletRequest |
request
HTTP request object |
protected String |
scopePath
Scope path |
Constructor Summary | |
---|---|
RemotingPacket(Map<String,Object> headers,
List<RemotingCall> calls)
Create remoting packet from list of pending calls |
Method Summary | |
---|---|
List<RemotingCall> |
getCalls()
Getter for calls. |
IConnection.Encoding |
getEncoding()
Return the encoding of the included calls. |
Map<String,Object> |
getHeaders()
Get the headers sent with the request. |
String |
getScopePath()
Getter for property scope path. |
void |
setScopePath(String path)
Setter for scope path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.servlet.http.HttpServletRequest request
protected ByteBuffer data
protected Map<String,Object> headers
protected List<RemotingCall> calls
protected String scopePath
Constructor Detail |
---|
public RemotingPacket(Map<String,Object> headers, List<RemotingCall> calls)
headers
- headerscalls
- List of call objectsMethod Detail |
---|
public Map<String,Object> getHeaders()
public List<RemotingCall> getCalls()
public void setScopePath(String path)
path
- Value to set for property 'scopePath'.public String getScopePath()
public IConnection.Encoding getEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |