public interface WarningHeader extends Header
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTE_NOT_UNDERSTOOD |
static int |
INCOMPATIBLE_BANDWIDTH_UNITS |
static int |
INCOMPATIBLE_MEDIA_FORMAT |
static int |
INCOMPATIBLE_NETWORK_ADDRESS_FORMATS |
static int |
INCOMPATIBLE_NETWORK_PROTOCOL |
static int |
INCOMPATIBLE_TRANSPORT_PROTOCOL |
static int |
INSUFFICIENT_BANDWIDTH |
static int |
MEDIA_TYPE_NOT_AVAILABLE |
static int |
MISCELLANEOUS_WARNING |
static int |
MULTICAST_NOT_AVAILABLE |
static String |
NAME |
static int |
SESSION_DESCRIPTION_PARAMETER_NOT_UNDERSTOOD |
static int |
UNICAST_NOT_AVAILABLE |
static final String NAME
static final int INCOMPATIBLE_NETWORK_PROTOCOL
static final int INCOMPATIBLE_NETWORK_ADDRESS_FORMATS
static final int INCOMPATIBLE_TRANSPORT_PROTOCOL
static final int INCOMPATIBLE_BANDWIDTH_UNITS
static final int MEDIA_TYPE_NOT_AVAILABLE
static final int INCOMPATIBLE_MEDIA_FORMAT
static final int ATTRIBUTE_NOT_UNDERSTOOD
static final int SESSION_DESCRIPTION_PARAMETER_NOT_UNDERSTOOD
static final int MULTICAST_NOT_AVAILABLE
static final int UNICAST_NOT_AVAILABLE
static final int INSUFFICIENT_BANDWIDTH
static final int MISCELLANEOUS_WARNING
String getAgent()
void setAgent(String agent) throws ParseException
ParseExceptionString getText()
void setText(String text) throws ParseException
ParseExceptionvoid setCode(int code)
throws InvalidArgumentException
InvalidArgumentExceptionint getCode()
Copyright © 2016. All rights reserved.