org.red5.server.net.remoting
public class RemotingHeader extends Object implements IRemotingHeader
Modifier and Type | Field and Description |
---|---|
protected Object |
data
The actual data of the header.
|
protected String |
name
The name of the header.
|
protected boolean |
required
Is this header required?
|
APPEND_TO_GATEWAY_URL, CREDENTIALS, DEBUG_SERVER, PERSISTENT_HEADER, REPLACE_GATEWAY_URL
Constructor and Description |
---|
RemotingHeader(String name,
boolean required,
Object data)
Create a new header to be sent through remoting.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getMustUnderstand()
Return boolean flag if receiver must process header before handling
other headers or messages.
|
String |
getName()
Return name of header.
|
Object |
getValue()
Return value of header.
|
protected String name
protected boolean required
protected Object data
public boolean getMustUnderstand()
getMustUnderstand
in interface IRemotingHeader
public String getName()
getName
in interface IRemotingHeader
public Object getValue()
getValue
in interface IRemotingHeader
Copyright © 2006-2012 The Red5 Project