Interface WlssSipServletMessage

All Superinterfaces:
javax.servlet.sip.AttributeStore, Cloneable, javax.servlet.sip.SipServletMessage
All Known Subinterfaces:
WlssSipServletResponse

public interface WlssSipServletMessage extends javax.servlet.sip.SipServletMessage
Deprecated.
This feature is now available in the SipServletMessage interface as of JSR 289.
Author:
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Deprecated.

    Nested classes/interfaces inherited from interface javax.servlet.sip.SipServletMessage

    javax.servlet.sip.SipServletMessage.HeaderForm
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    void
    Deprecated.
    This feature is now available in the SipServletMessage interface as of JSR 289.

    Methods inherited from interface javax.servlet.sip.AttributeStore

    clearAttributes, getAttribute, getAttributeNameSet, removeAttribute, setAttribute

    Methods inherited from interface javax.servlet.sip.SipServletMessage

    addAcceptLanguage, addAddressHeader, addHeader, addParameterableHeader, getAcceptLanguage, getAcceptLanguages, getAcceptLanguageSet, getAddressHeader, getAddressHeaderList, getAddressHeaders, getApplicationSession, getApplicationSession, getAttributeNames, getCallId, getCharacterEncoding, getContent, getContentLanguage, getContentLength, getContentType, getExpires, getFrom, getHeader, getHeaderForm, getHeaderList, getHeaderNameList, getHeaderNames, getHeaders, getInitialRemoteAddr, getInitialRemotePort, getInitialTransport, getLocalAddr, getLocalPort, getLocalSipWebSocketContext, getMethod, getParameterableHeader, getParameterableHeaderList, getParameterableHeaders, getProtocol, getRawContent, getRemoteAddr, getRemotePort, getRemoteUser, getSession, getSession, getSessionKeepAlivePreference, getTo, getTransport, getUserPrincipal, isCommitted, isInternallyRouted, isSecure, isUserInRole, pushLocalPath, pushPath, removeHeader, send, setAcceptLanguage, setAddressHeader, setCharacterEncoding, setContent, setContentLanguage, setContentLength, setContentType, setExpires, setHeader, setHeaderForm, setParameterableHeader
  • Method Details