Uses of Interface
org.jainslee.resources.sip.SipMessage
-
Packages that use SipMessage Package Description org.jainslee.resources.sip -
-
Uses of SipMessage in org.jainslee.resources.sip
Subinterfaces of SipMessage in org.jainslee.resources.sip Modifier and Type Interface Description interfaceIncomingSipRequestRepresents an incoming SIP request and it's underlying server transaction.interfaceIncomingSipResponseA SIP response that has been received by the service.interfaceOutgoingSipRequestRepresents an outgoing SIP request and it's underlying client transaction.interfaceOutgoingSipResponseA SIP response that has been created by a service, in response to a previousIncomingSipRequest.interfaceSipRequestinterfaceSipResponseinterfaceStatelessSipResponseAn outgoing provisional SIP response that will be sent statelessly, without affecting dialog state.Methods in org.jainslee.resources.sip that return SipMessage Modifier and Type Method Description SipMessageSipFactory. decodeMessage(DataInput in)Decode aSipMessagefrom an input stream that was previously encoded bySipFactory.encodeMessage(SipMessage, DataOutput).Methods in org.jainslee.resources.sip with parameters of type SipMessage Modifier and Type Method Description voidSipFactory. encodeMessage(SipMessage message, DataOutput out)Encode aSipMessageto an output stream, for storage in CMP.
-