Interface IRemotingHeader


public interface IRemotingHeader
A Remoting header.
Author:
The Red5 Project, Joachim Bauch (jojo@struktur.de)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Modifier and Type
    Method
    Description
    boolean
    Return boolean flag if receiver must process header before handling other headers or messages.
    Return name of header.
    Return value of header.
  • Field Details

    • APPEND_TO_GATEWAY_URL

      static final String APPEND_TO_GATEWAY_URL
      Name of header specifying string to add to gateway url.
      See Also:
    • REPLACE_GATEWAY_URL

      static final String REPLACE_GATEWAY_URL
      Name of header specifying new gateway url to use.
      See Also:
    • PERSISTENT_HEADER

      static final String PERSISTENT_HEADER
      Name of header specifying new header to send.
      See Also:
    • CREDENTIALS

      static final String CREDENTIALS
      Name of header containing authentication data.
      See Also:
    • DEBUG_SERVER

      static final String 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