|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipHeader
Interface for a single SIP header.
| Method Summary | |
|---|---|
void |
addValue(SipHeaderValue headerValue)
Adds the value of the specified header to the value for this header. |
String |
getName()
Accessor for the name of the header. |
SipHeaderValue |
getValue()
Accessor for the header value. |
List<SipHeaderValue> |
getValues()
Accessor for the header values. |
| Method Detail |
|---|
String getName()
List<SipHeaderValue> getValues()
Collection will
contain only a single entry.
Collection of header field values. Each entry in
the collection is a header value.void addValue(SipHeaderValue headerValue)
headerValue - The header value to add to this header.SipHeaderValue getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||