org.lastbamboo.common.sip.proxy
Interface SipRequestForwarder

All Known Subinterfaces:
SipRequestAndResponseForwarder
All Known Implementing Classes:
ExternalDomainForwarder, StatelessSipProxy, UnregisteredUriForwarder

public interface SipRequestForwarder

Interface for classes that forward SIP requests.


Method Summary
 void forwardSipRequest(org.lastbamboo.common.sip.stack.message.Invite request)
          Forwards the SIP request to the appropriate target.
 

Method Detail

forwardSipRequest

void forwardSipRequest(org.lastbamboo.common.sip.stack.message.Invite request)
Forwards the SIP request to the appropriate target.

Parameters:
request - The request to forward.


Copyright © 2013 LittleShoot. All Rights Reserved.