1package javax.sip.header;
2
3public interface ProxyAuthenticateHeader extends WWWAuthenticateHeader {
4    String NAME = "Proxy-Authenticate";
5}
6