org.mobicents.servlet.sip.proxy
Class ProxyUtils

java.lang.Object
  extended by org.mobicents.servlet.sip.proxy.ProxyUtils

public class ProxyUtils
extends java.lang.Object

TODO: Use outbound interface from ProxyParams.outboundInterface when adding local listening point addresses.


Constructor Summary
ProxyUtils()
           
 
Method Summary
static javax.sip.message.Request createProxiedRequest(SipServletRequestImpl originalRequest, ProxyBranchImpl proxyBranch, URI destination, SipURI outboundInterface, SipURI routeRecord, SipURI path)
           
static SipServletResponseImpl createProxiedResponse(SipServletResponseImpl sipServetResponse, ProxyBranchImpl proxyBranch)
           
static java.lang.String toHexString(byte[] b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyUtils

public ProxyUtils()
Method Detail

createProxiedRequest

public static javax.sip.message.Request createProxiedRequest(SipServletRequestImpl originalRequest,
                                                             ProxyBranchImpl proxyBranch,
                                                             URI destination,
                                                             SipURI outboundInterface,
                                                             SipURI routeRecord,
                                                             SipURI path)

createProxiedResponse

public static SipServletResponseImpl createProxiedResponse(SipServletResponseImpl sipServetResponse,
                                                           ProxyBranchImpl proxyBranch)

toHexString

public static java.lang.String toHexString(byte[] b)


Copyright © 2011. All Rights Reserved.