public static interface Request.HeadersListener extends Request.RequestListener
| Modifier and Type | Method and Description |
|---|---|
void |
onHeaders(Request request)
Callback method invoked when the request headers (and perhaps small content) are ready to be sent.
|
void onHeaders(Request request)
request - the request that is about to be committedCopyright © 1995–2017 Webtide. All rights reserved.