1package javax.sip.header;
2
3public interface ProxyAuthorizationHeader extends AuthorizationHeader {
4    String NAME = "Proxy-Authorization";
5}
6