Uses of Class
org.lastbamboo.common.sip.stack.codec.SipMethod

Packages that use SipMethod
org.lastbamboo.common.sip.stack.codec   
org.lastbamboo.common.sip.stack.message   
 

Uses of SipMethod in org.lastbamboo.common.sip.stack.codec
 

Methods in org.lastbamboo.common.sip.stack.codec that return SipMethod
static SipMethod SipMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SipMethod[] SipMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SipMethod in org.lastbamboo.common.sip.stack.message
 

Methods in org.lastbamboo.common.sip.stack.message that return SipMethod
 SipMethod SipMessage.getMethod()
          The method the SIP message, such as "INVITE" or "REGISTER".
 SipMethod DoubleCrlfKeepAlive.getMethod()
           
 SipMethod AbstractSipMessage.getMethod()
           
 

Constructors in org.lastbamboo.common.sip.stack.message with parameters of type SipMethod
AbstractSipMessage(SipMethod method, URI requestUri, Map<String,SipHeader> headers)
           
AbstractSipMessage(SipMethod method, URI requestUri, Map<String,SipHeader> headers, org.littleshoot.mina.common.ByteBuffer body)
           
AbstractSipMessage(String startLine, SipMethod method, Map<String,SipHeader> headers, org.littleshoot.mina.common.ByteBuffer body)
          Creates a new SIP message with the specified first line of the message, the specified headers, and the specified message body.
 



Copyright © 2013 LittleShoot. All Rights Reserved.