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(SipFactoryImpl sipFactoryImpl, ProxyImpl proxy)
           
 
Method Summary
 javax.sip.message.Request createProxiedRequest(SipServletRequestImpl originalRequest, ProxyBranchImpl proxyBranch, ProxyParams params)
           
 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(SipFactoryImpl sipFactoryImpl,
                  ProxyImpl proxy)
Method Detail

createProxiedRequest

public javax.sip.message.Request createProxiedRequest(SipServletRequestImpl originalRequest,
                                                      ProxyBranchImpl proxyBranch,
                                                      ProxyParams params)

createProxiedResponse

public SipServletResponseImpl createProxiedResponse(SipServletResponseImpl sipServetResponse,
                                                    ProxyBranchImpl proxyBranch)

toHexString

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


Copyright © 2008. All Rights Reserved.