public class SipRequest extends SipMessage
| Modifier and Type | Field | Description |
|---|---|---|
protected String |
method |
|
protected SipURI |
requestUri |
body, sipHeaders, sipVersion| Constructor | Description |
|---|---|
SipRequest(String method,
SipURI requestUri) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getMethod() |
|
SipURI |
getRequestUri() |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBody, getSipHeaders, getSipVersion, setBody, setSipHeaderspublic String toString()
toString in class SipMessagepublic String getMethod()
public SipURI getRequestUri()
Copyright © 2018. All rights reserved.