public interface IRemotingHeader
Modifier and Type | Field and Description |
---|---|
static String |
APPEND_TO_GATEWAY_URL
Name of header specifying string to add to gateway url.
|
static String |
CREDENTIALS
Name of header containing authentication data.
|
static String |
DEBUG_SERVER
Name of header to request debug informations from the server.
|
static String |
PERSISTENT_HEADER
Name of header specifying new header to send.
|
static String |
REPLACE_GATEWAY_URL
Name of header specifying new gateway url to use.
|
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.
|
static final String APPEND_TO_GATEWAY_URL
static final String REPLACE_GATEWAY_URL
static final String PERSISTENT_HEADER
static final String CREDENTIALS
static final String DEBUG_SERVER
String getName()
Object getValue()
boolean getMustUnderstand()
Copyright © 2006-2012 The Red5 Project