|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
A field is a line of text in the SDP message. Each field contain information specific some aspect of the session. There are several field types: each field type is identified by a unique character and has a fixed format for its content.
Field Summary | |
---|---|
static char |
ATTRIBUTE_FIELD
The attribute field char type character: a |
static char |
BANDWITH_FIELD
The bandwith field char type character: b |
static char |
CONNECTION_FIELD
The connection field char type character: c |
static char |
EMAIL_FIELD
The email field char type character: e |
static String |
END_OF_FIELD
The field terminator characters sequence: \r\n |
static char |
INFORMATION_FIELD
The information field char type character: i |
static char |
KEY_FIELD
The encryption key field char type character: k |
static char |
MEDIA_FIELD
The media field char type character: m |
static char |
ORIGIN_FIELD
The origin field char type character: o |
static char |
PHONE_FIELD
The phone field char type character: p |
static char |
REPEAT_TIME_FIELD
The repeat time field char type character: r |
static char |
SESSION_NAME_FIELD
The session name field char type character: s |
static char |
TIME_FIELD
The time field char type character: t |
static char |
TIMEZONE_FIELD
The timezone field char type character: z |
static char |
URI_FIELD
The uri field char type character: u |
static char |
VERSION_FIELD
The information field char type character: v |
Method Summary | |
---|---|
Object |
clone()
Returns a clone of this field. |
char |
getType()
Returns the type character for the field. |
String |
toString()
Returns a string representation of the field. |
Field Detail |
---|
static final String END_OF_FIELD
static final char ATTRIBUTE_FIELD
static final char BANDWITH_FIELD
static final char CONNECTION_FIELD
static final char EMAIL_FIELD
static final char INFORMATION_FIELD
static final char KEY_FIELD
static final char MEDIA_FIELD
static final char ORIGIN_FIELD
static final char PHONE_FIELD
static final char REPEAT_TIME_FIELD
static final char SESSION_NAME_FIELD
static final char TIME_FIELD
static final char TIMEZONE_FIELD
static final char URI_FIELD
static final char VERSION_FIELD
Method Detail |
---|
Object clone()
char getType()
String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |