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 IRemotingHeaderpublic String getName()
getName in interface IRemotingHeaderpublic Object getValue()
getValue in interface IRemotingHeaderCopyright © 2005–2017 Red5. All rights reserved.