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