Uses of Interface
org.lastbamboo.common.sip.stack.message.SipMessage

Packages that use SipMessage
org.lastbamboo.common.sip.stack.codec.encoder   
org.lastbamboo.common.sip.stack.message   
org.lastbamboo.common.sip.stack.transaction.client   
 

Uses of SipMessage in org.lastbamboo.common.sip.stack.codec.encoder
 

Methods in org.lastbamboo.common.sip.stack.codec.encoder with parameters of type SipMessage
 org.littleshoot.mina.common.ByteBuffer SipMessageEncoderImpl.encode(SipMessage message)
           
 org.littleshoot.mina.common.ByteBuffer SipMessageEncoder.encode(SipMessage message)
          Encodes the specified SIP message.
 

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

Classes in org.lastbamboo.common.sip.stack.message that implement SipMessage
 class AbstractSipMessage
          Abstracts out generalized functions common to all SIP messages.
 class DoubleCrlfKeepAlive
          A SIP "message" that is just a double CRLF keep alive message, as specified in the SIP outbound draft at: http://www.ietf.org/internet-drafts/draft-ietf-sip-outbound-08.txt
 class Invite
          A SIP INVITE message.
 class Register
          SIP REGISTER request class.
 class RequestTimeoutResponse
          Response message for a request timing out.
 class SipResponse
          SIP response class.
 class UnknownSipRequest
          Class containing data for an unknown SIP message.
 

Methods in org.lastbamboo.common.sip.stack.message that return SipMessage
 SipMessage SipMessageFactoryImpl.createErrorResponse(SipMessage request, org.apache.commons.id.uuid.UUID instanceId, URI contactUri, int responseCode, String reasonPhrase)
           
 SipMessage SipMessageFactory.createErrorResponse(SipMessage request, org.apache.commons.id.uuid.UUID instanceId, URI contactUri, int responseCode, String reasonPhrase)
          Creates an error response to the specified request.
 SipMessage UnknownSipRequestFactory.createSipMessage(Map<String,SipHeader> headers, org.littleshoot.mina.common.ByteBuffer body)
           
 SipMessage SipResponseFactory.createSipMessage(Map<String,SipHeader> headers, org.littleshoot.mina.common.ByteBuffer body)
           
 SipMessage SipRegisterFactory.createSipMessage(Map<String,SipHeader> headers, org.littleshoot.mina.common.ByteBuffer body)
           
 SipMessage SipInviteFactory.createSipMessage(Map<String,SipHeader> headers, org.littleshoot.mina.common.ByteBuffer body)
           
 SipMessage SingleSipMessageFactory.createSipMessage(Map<String,SipHeader> headers, org.littleshoot.mina.common.ByteBuffer body)
          Creates a new SIP message.
 

Methods in org.lastbamboo.common.sip.stack.message with parameters of type SipMessage
 SipMessage SipMessageFactoryImpl.createErrorResponse(SipMessage request, org.apache.commons.id.uuid.UUID instanceId, URI contactUri, int responseCode, String reasonPhrase)
           
 SipMessage SipMessageFactory.createErrorResponse(SipMessage request, org.apache.commons.id.uuid.UUID instanceId, URI contactUri, int responseCode, String reasonPhrase)
          Creates an error response to the specified request.
 SipResponse SipMessageFactoryImpl.createRequestTimeoutResponse(SipMessage request)
           
 SipResponse SipMessageFactory.createRequestTimeoutResponse(SipMessage request)
          Creates a 408 Request Timeout response.
static int SipMessageUtils.extractCSeqNumber(SipMessage message)
           
static InetSocketAddress SipMessageUtils.extractNextHopFromVia(SipMessage message)
          Utility method for extracting the host and port information from the topmost Via header in a SIP message.
static URI SipMessageUtils.extractUriFromRequestLine(SipMessage request)
          Extracts the URI from the request line of a SIP message.
 

Uses of SipMessage in org.lastbamboo.common.sip.stack.transaction.client
 

Methods in org.lastbamboo.common.sip.stack.transaction.client that return SipMessage
 SipMessage SipClientTransactionImpl.getRequest()
           
 SipMessage SipClientTransaction.getRequest()
          Accessor for the request that started the transaction.
 

Methods in org.lastbamboo.common.sip.stack.transaction.client with parameters of type SipMessage
 SipClientTransaction SipTransactionFactoryImpl.createClientTransaction(SipMessage request, org.lastbamboo.common.offer.answer.OfferAnswerTransactionListener listener)
           
 SipClientTransaction SipTransactionFactory.createClientTransaction(SipMessage request, org.lastbamboo.common.offer.answer.OfferAnswerTransactionListener transactionListener)
          Creates a new client transaction.
 SipClientTransaction SipTransactionTrackerImpl.getClientTransaction(SipMessage message)
           
 SipClientTransaction SipTransactionTracker.getClientTransaction(SipMessage message)
          Accessor for the client transcaction associated with the specified message.
 

Constructors in org.lastbamboo.common.sip.stack.transaction.client with parameters of type SipMessage
SipClientTransactionImpl(SipMessage request, List<org.lastbamboo.common.offer.answer.OfferAnswerTransactionListener> transactionListeners, SipMessageFactory messageFactory, Timer timer, int t1)
          Creates a new SIP client transaction.
 



Copyright © 2013 LittleShoot. All Rights Reserved.