Package org.eclipse.jetty.client
Interface Request.CommitListener
- All Superinterfaces:
EventListener
,Request.RequestListener
- All Known Subinterfaces:
Request.Listener
- Enclosing interface:
- Request
Listener for the request committed event.
-
Method Summary
-
Method Details
-
onCommit
Callback method invoked when the request headers (and perhaps small content) have been sent. The request is now committed, and in transit to the server, and further modifications to the request may have no effect.- Parameters:
request
- the request that has been committed
-