public interface SipResponsePacket extends SipPacket
| Modifier and Type | Method and Description |
|---|---|
SipResponsePacket |
clone() |
int |
getStatus()
Get the status code of this SIP response
|
boolean |
is100Trying()
Convenience method for checking whether this is a 100 Trying response or
not.
|
boolean |
isClientError()
Convenience method for checking whether this is a 4xx response or not.
|
boolean |
isGlobalError()
Convenience method for checking whether this is a 6xx response or not.
|
boolean |
isProvisional()
Convenience method for checking whether this is a 1xx response or not.
|
boolean |
isRedirect()
Convenience method for checking whether this is a 3xx response or not.
|
boolean |
isRinging()
Convenience method for checking whether this is a 180 Ringing response or
or a 183 Early Media response.
|
boolean |
isServerError()
Convenience method for checking whether this is a 5xx response or not.
|
boolean |
isSuccess()
Convenience method for checking whether this is a 2xx response or not.
|
boolean |
isTimeout()
Convenience method for checking whether this is a 480 Timeout response or
not.
|
getCallIDHeader, getContactHeader, getContent, getContentTypeHeader, getCSeqHeader, getFromHeader, getHeader, getHeader, getHeaders, getHeaderValues, getInitialLine, getMaxForwards, getMethod, getRawContent, getRecordRouteHeader, getRecordRouteHeaders, getRouteHeader, getRouteHeaders, getToHeader, getViaHeader, getViaHeaders, hasContent, isAck, isBye, isCancel, isInfo, isInitial, isInvite, isMessage, isOptions, isRequest, isResponse, toBuffer, toRequest, toResponse, verifygetArrivalTime, getName, getNextPacket, getPacket, getParentPacket, getPayload, getProtocol, hasProtocol, write, writeint getStatus()
boolean isProvisional()
boolean isSuccess()
boolean isRedirect()
boolean isClientError()
boolean isServerError()
boolean isGlobalError()
boolean is100Trying()
boolean isRinging()
boolean isTimeout()
SipResponsePacket clone()
Copyright © 2021. All Rights Reserved.