Package com.bea.wcp.sip
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 ClassesNested classes/interfaces inherited from interface javax.servlet.sip.SipServletMessage
javax.servlet.sip.SipServletMessage.HeaderForm -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.voidDeprecated.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, setAttributeMethods 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
-
setUseHeaderForm
Deprecated.This feature is now available in the SipServletMessage interface as of JSR 289.Allows applications to set compact form headers on a per message level.- Parameters:
form- whether or not to force compact header
-
getUseHeaderForm
Deprecated.
-