org.red5.server.net.remoting.message
public class RemotingPacket extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
RemotingPacket(Map<String,Object> headers,
List<RemotingCall> calls)
Create remoting packet from list of pending calls
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected javax.servlet.http.HttpServletRequest request
protected ByteBuffer data
protected List<RemotingCall> calls
protected String scopePath
public RemotingPacket(Map<String,Object> headers, List<RemotingCall> calls)
headers
- headerscalls
- List of call objectspublic 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()
Copyright © 2006-2012 The Red5 Project