org.lastbamboo.common.sip.proxy
Interface SipRequestAndResponseForwarder
- All Superinterfaces:
- SipRequestForwarder
- All Known Implementing Classes:
- StatelessSipProxy
public interface SipRequestAndResponseForwarder
- extends SipRequestForwarder
Interface for classes that can forward SIP requests and responses.
|
Method Summary |
void |
forwardSipResponse(org.lastbamboo.common.sip.stack.message.SipResponse response)
Forwards the SIP response to the appropriate target. |
forwardSipResponse
void forwardSipResponse(org.lastbamboo.common.sip.stack.message.SipResponse response)
throws IOException
- Forwards the SIP response to the appropriate target.
- Parameters:
response - The response to forward.
- Throws:
IOException - If the response could not be forwarded as expected.
Copyright © 2013 LittleShoot. All Rights Reserved.