|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.resource.Resource
org.restlet.resource.UniformResource
org.restlet.resource.ServerResource
org.restlet.ext.sip.SipServerResource
public class SipServerResource
SIP server resource handling a received SIP transaction.
Constructor Summary | |
---|---|
SipServerResource()
|
Method Summary | |
---|---|
String |
getCallId()
Returns the request's call ID. |
String |
getCommandSequence()
Returns the request's command sequence. |
Address |
getFrom()
Returns the request initiator's address. |
SipRequest |
getRequest()
|
SipResponse |
getResponse()
|
Address |
getTo()
Returns the request recipient's address. |
void |
init(Context context,
Request request,
Response response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SipServerResource()
Method Detail |
---|
public String getCallId()
public String getCommandSequence()
public Address getFrom()
public SipRequest getRequest()
getRequest
in class Resource
public SipResponse getResponse()
getResponse
in class Resource
public Address getTo()
public void init(Context context, Request request, Response response)
init
in class Resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |