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