Uses of Class
javax.servlet.sip.SipApplicationSession.Protocol

Packages that use SipApplicationSession.Protocol
javax.servlet.sip   
 

Uses of SipApplicationSession.Protocol in javax.servlet.sip
 

Methods in javax.servlet.sip that return SipApplicationSession.Protocol
static SipApplicationSession.Protocol SipApplicationSession.Protocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SipApplicationSession.Protocol[] SipApplicationSession.Protocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in javax.servlet.sip with parameters of type SipApplicationSession.Protocol
 Object SipApplicationSession.getSession(String id, SipApplicationSession.Protocol protocol)
          Returns the session object with the specified id associated with the specified protocol belonging to this application session, or null if not found.
 



Copyright © 2012. All Rights Reserved.