Package org.zoolu.sip.header

Examples of org.zoolu.sip.header.ProxyAuthorizationHeader


   }


   /** Gets a new ProxyAuthorizationHeader based on current authentication attributes. */
   public ProxyAuthorizationHeader getProxyAuthorizationHeader()
   {  return new ProxyAuthorizationHeader(getAuthorizationHeader().getValue());
   }
View Full Code Here

TOP

Related Classes of org.zoolu.sip.header.ProxyAuthorizationHeader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.