| |
|
| javax.sdp.Key
Key | public interface Key extends Field(Code) | | A Key represents the k= field contained within either a MediaDescription or a SessionDescription.
Please refer to IETF RFC 2327 for a description of SDP.
author: deruelle version: 1.0 |
Method Summary | |
public String | getKey() Returns the value of this attribute. | public String | getMethod() | public boolean | hasKey() Determines if this attribute has an associated value. | public void | setKey(String key) Sets the value of this attribute. | public void | setMethod(String name) Sets the id of this attribute. |
|
|
|