Interface Request.BeginListener
- All Superinterfaces:
 EventListener, Request.RequestListener
- All Known Subinterfaces:
 Request.Listener
- Enclosing interface:
 Request
Listener for the request begin event.
- 
Method Summary
 
- 
Method Details
- 
onBegin
Callback method invoked when the request begins being processed in order to be sent. This is the last opportunity to modify the request.- Parameters:
 request- the request that begins being processed
 
 -