Package org.lastbamboo.common.sip.stack.message

Interface Summary
SingleSipMessageFactory Interface for classes responsible for creating individual SIP messages, such as INVITE.
SipMessage Interface for a single SIP message.
SipMessageFactory Interface for factories for creating SIP messages.
SipMessageVisitor Interface for classes that visit SIP messages using the visitor pattern.
SipMessageVisitorFactory Factory for creating SIP message visitors.
 

Class Summary
AbstractSipMessage Abstracts out generalized functions common to all SIP messages.
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
Invite A SIP INVITE message.
Register SIP REGISTER request class.
RequestTimeoutResponse Response message for a request timing out.
SipInviteFactory Factory for creating a single SIP INVITE message.
SipMessageFactoryImpl Factory for creating SIP messages.
SipMessageUtils Collection of utility methods for handling SIP messages.
SipRegisterFactory Factory for creating a single SIP REGISTER request.
SipResponse SIP response class.
SipResponseCode Type-safe enumeration of SIP response codes.
SipResponseFactory Factory for creating SIP responses.
UnknownSipRequest Class containing data for an unknown SIP message.
UnknownSipRequestFactory Factory for createing unknown request types.
 



Copyright © 2013 LittleShoot. All Rights Reserved.