Home | History | Annotate | Download | only in header
      1 package javax.sip.header;
      2 
      3 public interface ProxyAuthorizationHeader extends AuthorizationHeader {
      4     String NAME = "Proxy-Authorization";
      5 }
      6