Package org.zoolu.sip.header

Examples of org.zoolu.sip.header.AllowEventsHeader


   }
   /** Gets AllowEventsHeader */
   public AllowEventsHeader getAllowEventsHeader()
   {  Header h=getHeader(SipHeaders.Allow_Events);
      if (h==null) return null;
      return new AllowEventsHeader(h);
  
View Full Code Here

TOP

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

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.