| 
 | ||||||||||
| 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_FIELDThe attribute field char type character: a | 
| static char | BANDWITH_FIELDThe bandwith field char type character: b | 
| static char | CONNECTION_FIELDThe connection field char type character: c | 
| static char | EMAIL_FIELDThe email field char type character: e | 
| static String | END_OF_FIELDThe field terminator characters sequence: \r\n | 
| static char | INFORMATION_FIELDThe information field char type character: i | 
| static char | KEY_FIELDThe encryption key field char type character: k | 
| static char | MEDIA_FIELDThe media field char type character: m | 
| static char | ORIGIN_FIELDThe origin field char type character: o | 
| static char | PHONE_FIELDThe phone field char type character: p | 
| static char | REPEAT_TIME_FIELDThe repeat time field char type character: r | 
| static char | SESSION_NAME_FIELDThe session name field char type character: s | 
| static char | TIME_FIELDThe time field char type character: t | 
| static char | TIMEZONE_FIELDThe timezone field char type character: z | 
| static char | URI_FIELDThe uri field char type character: u | 
| static char | VERSION_FIELDThe 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 | |||||||||