org.echarts.servlet.sip.messages
Class Invite

java.lang.Object
  extended by org.echarts.servlet.sip.messages.Request
      extended by org.echarts.servlet.sip.messages.Invite
All Implemented Interfaces:
java.lang.Cloneable, javax.servlet.ServletRequest, SipServletMessage, SipServletRequest
Direct Known Subclasses:
Reinvite

public class Invite
extends Request

Represents SIP INVITE request.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.servlet.sip.SipServletMessage
SipServletMessage.HeaderForm
 
Constructor Summary
Invite(SipServletRequest r)
           
 
Method Summary
 
Methods inherited from class org.echarts.servlet.sip.messages.Request
addAcceptLanguage, addAddressHeader, addAuthHeader, addAuthHeader, addHeader, addParameterableHeader, createCancel, createMessage, createResponse, createResponse, getAcceptLanguage, getAcceptLanguages, getAddressHeader, getAddressHeaders, getApplicationSession, getApplicationSession, getAttribute, getAttributeNames, getB2buaHelper, getCallId, getCharacterEncoding, getContent, getContentAsBytes, getContentAsString, getContentLanguage, getContentLength, getContentType, getExpires, getFrom, getHeader, getHeaderForm, getHeaderNames, getHeaders, getInitialPoppedRoute, getInitialRemoteAddr, getInitialRemotePort, getInitialTransport, getInputStream, getLocalAddr, getLocale, getLocales, getLocalName, getLocalPort, getMaxForwards, getMethod, getOriginalMessage, getParameter, getParameterableHeader, getParameterableHeaders, getParameterMap, getParameterNames, getParameterValues, getPoppedRoute, getProtocol, getProxy, getProxy, getRawContent, getReader, getRealPath, getRegion, getRemoteAddr, getRemoteHost, getRemotePort, getRemoteUser, getRequestDispatcher, getRequestURI, getRoutingDirective, getScheme, getServerName, getServerPort, getSession, getSession, getSubscriberURI, getTo, getTransport, getUserPrincipal, isCommitted, isInitial, isSecure, isUserInRole, pushPath, pushRoute, pushRoute, removeAttribute, removeHeader, send, setAcceptLanguage, setAddressHeader, setAttribute, setCharacterEncoding, setContent, setContentLanguage, setContentLength, setContentType, setExpires, setHeader, setHeaderForm, setMaxForwards, setOriginalRequestURI, setParameterableHeader, setRequestURI, setRoutingDirective, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invite

public Invite(SipServletRequest r)