Package org.red5.server.api.remoting
Interface IRemotingHeader
public interface IRemotingHeader
A Remoting header.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of header specifying string to add to gateway url.static final String
Name of header containing authentication data.static final String
Name of header to request debug informations from the server.static final String
Name of header specifying new header to send.static final String
Name of header specifying new gateway url to use. -
Method Summary
-
Field Details
-
APPEND_TO_GATEWAY_URL
Name of header specifying string to add to gateway url.- See Also:
-
REPLACE_GATEWAY_URL
Name of header specifying new gateway url to use.- See Also:
-
PERSISTENT_HEADER
Name of header specifying new header to send.- See Also:
-
CREDENTIALS
Name of header containing authentication data.- See Also:
-
DEBUG_SERVER
Name of header to request debug informations from the server.- See Also:
-
-
Method Details
-
getName
String getName()Return name of header.- Returns:
- name of header
-
getValue
Object getValue()Return value of header.- Returns:
- value of header
-
getMustUnderstand
boolean getMustUnderstand()Return boolean flag if receiver must process header before handling other headers or messages.- Returns:
- must understand
-