org.lastbamboo.common.sip.proxy.stateless
Class ExternalDomainForwarder
java.lang.Object
org.lastbamboo.common.sip.proxy.stateless.ExternalDomainForwarder
- All Implemented Interfaces:
- SipRequestForwarder
public class ExternalDomainForwarder
- extends Object
- implements SipRequestForwarder
Message forwarder for forwarding messages to external domains, such as
"vonage.com".
|
Method Summary |
void |
forwardSipRequest(org.lastbamboo.common.sip.stack.message.Invite request)
Forwards the SIP request to the appropriate target. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalDomainForwarder
public ExternalDomainForwarder()
forwardSipRequest
public void forwardSipRequest(org.lastbamboo.common.sip.stack.message.Invite request)
- Description copied from interface:
SipRequestForwarder
- Forwards the SIP request to the appropriate target.
- Specified by:
forwardSipRequest in interface SipRequestForwarder
- Parameters:
request - The request to forward.
Copyright © 2013 LittleShoot. All Rights Reserved.