Java程序  |  6行  |  121 B

package javax.sip.header;

public interface SIPIfMatchHeader extends SIPETagHeader {
    String NAME = "SIP-If-Match";
}