| Package | Description |
|---|---|
| gnu.inet.http.event |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestListener.requestCreated(RequestEvent event)
Callback invoked when a request is created from the associated
connection.
|
void |
RequestListener.requestSending(RequestEvent event)
Callback invoked when the request has been initialised with all data
and before sending this data to the server.
|
void |
RequestListener.requestSent(RequestEvent event)
Callback invoked after all request data has been sent to the server.
|
Copyright © 2017. All rights reserved.