javax.sip.header
Interface RouteHeader
- All Superinterfaces:
- Cloneable, Header, HeaderAddress, Parameters, Serializable
- All Known Implementing Classes:
- Route
public interface RouteHeader
- extends HeaderAddress, Parameters, Header
The Route header field is used to force routing for a request through the
listed set of proxies. Each host removes the first entry and then proxies
the Request to the host listed in that entry using it as the RequestURI.
Explicit Route assignment (if needed) for the initial dialog establishment
is the applications responsibility, but once established Routes are
maintained by the dialog layer and should not be manupulated by the
application. For example the SipProvider queries the dialog for Route
assignment and adds these to the outgoing message as needed. The
Router
may be used by the application to determine
the initial Route of the message.
- Version:
- 1.2
- Author:
- BEA Systems, NIST
- See Also:
RecordRouteHeader
,
HeaderAddress
,
Parameters
Field Summary |
static String |
NAME
Name of RouteHeader |
NAME
static final String NAME
- Name of RouteHeader
- See Also:
- Constant Field Values
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.