javax.sip.message |
|
Java Source File Name | Type | Comment |
Message.java | Interface | A SIP message is either a request from a client to a server, or a
response from a server to a client. |
MessageFactory.java | Interface | This interface provides factory methods that allow an application to create
Request and Response messages from a particular implementation of JAIN SIP. |
Request.java | Interface | A SIP Request is a request from a client to a server. |
Response.java | Interface | A Response message is sent by a recipient of Request once it has received
and interpreted the Request. |