Package com.bea.wcp.sip
Interface WlssProxy
- All Superinterfaces:
javax.servlet.sip.Proxy
public interface WlssProxy
extends javax.servlet.sip.Proxy
Deprecated.
The interface has been deprecated since JSR289
This class is a Oracle Communications Converged Application Server specific extension of the interface
javax.servlet.sip.Proxy. It adds the functionality required to support
the Path header, RFC 3327.
- Author:
- Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetRecordRouteUriTransport(String transport) Deprecated.Specifies the transport parameter to be used in the record route.Methods inherited from interface javax.servlet.sip.Proxy
cancel, cancel, createProxyBranches, getAddToPath, getFlow, getNoCancel, getOriginalRequest, getParallel, getPathURI, getProxyBranch, getProxyBranches, getProxyTimeout, getRecordRoute, getRecordRouteURI, getRecurse, getSequentialSearchTimeout, getStateful, getSupervised, proxyTo, proxyTo, setAddToPath, setFlow, setNoCancel, setOutboundInterface, setOutboundInterface, setParallel, setProxyTimeout, setRecordRoute, setRecurse, setSequentialSearchTimeout, setStateful, setSupervised, startProxy, startProxy
-
Method Details
-
setRecordRouteUriTransport
Deprecated.Specifies the transport parameter to be used in the record route. This is a transport proprietary API to provide application support to set the transport in RR , provided the next hop for subsequent request corresponding to this initial request supports it. http://www.rfc-editor.org/internet-drafts/draft-ietf-sip-record-route-fix-10.txt describes scenarios where in such need might arise.- Parameters:
transport- specifies transport parameter to be used in Reciord Route
-