public interface SIPMessageValve
Modifier and Type | Method and Description |
---|---|
void |
destroy()
This method is called when the valve is about to be destroyed.
|
void |
init(SipStack stack)
This method is called when the valve is initialized.
|
boolean |
processRequest(SIPRequest request,
MessageChannel messageChannel)
The callback method that is called for every request before any transaction/dialog mapping
or allocation occur.
|
boolean |
processResponse(Response response,
MessageChannel messageChannel)
The callback method that is called for every response before any transaction/dialog mapping
or allocation occur.
|
boolean processRequest(SIPRequest request, MessageChannel messageChannel)
request
- messageChannel
- boolean processResponse(Response response, MessageChannel messageChannel)
response
- messageChannel
- void init(SipStack stack)
stack
- void destroy()
Copyright © 2017. All Rights Reserved.