|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SipServletRequestExt
Interface Extension that adds extra features to the JSR 289 SipServetRequest interface. It adds the following capabilities :
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.servlet.sip.SipServletMessage |
|---|
SipServletMessage.HeaderForm |
| Method Summary | |
|---|---|
SipServletResponse |
createResponse(int statusCode,
java.lang.String reasonPhrase,
boolean copyRecordRouteHeaders)
Creates a response for this request with the specified status code and reason phrase. |
| Methods inherited from interface javax.servlet.sip.SipServletRequest |
|---|
addAuthHeader, addAuthHeader, createCancel, createResponse, createResponse, getB2buaHelper, getInitialPoppedRoute, getInputStream, getMaxForwards, getPoppedRoute, getProxy, getProxy, getReader, getRegion, getRequestURI, getRoutingDirective, getSubscriberURI, isInitial, pushPath, pushRoute, pushRoute, send, setMaxForwards, setRequestURI, setRoutingDirective |
| Methods inherited from interface javax.servlet.ServletRequest |
|---|
getAttribute, getAttributeNames, getCharacterEncoding, getContentLength, getContentType, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getParameter, getParameterMap, getParameterNames, getParameterValues, getProtocol, getRealPath, getRemoteAddr, getRemoteHost, getRemotePort, getRequestDispatcher, getScheme, getServerName, getServerPort, isSecure, removeAttribute, setAttribute, setCharacterEncoding |
| Method Detail |
|---|
SipServletResponse createResponse(int statusCode,
java.lang.String reasonPhrase,
boolean copyRecordRouteHeaders)
statusCode - the status code for the responsereasonPhrase - reason phrase to appear in response linecopyRecordRouteHeaders - whether or not to copy the record route headers on the response to a subsequent INVITE request
java.lang.IllegalArgumentException - if the statuscode is not a valid SIP status code
java.lang.IllegalStateException - if this request has already been responded to with a final status code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||