REQUEST
- the specific request typeRESPONSE
- the specific response typepublic interface Request<REQUEST extends Request,RESPONSE extends Response>
This class represents a request that can be sent to the API server. This interface isn’t intended to be used directly, applications should instead use the extensions for specific operations.
Modifier and Type | Method and Description |
---|---|
RESPONSE |
send()
Sends the request to the server, and waits for the response.
|
RESPONSE send()
Sends the request to the server, and waits for the response.
Copyright © 2016. All rights reserved.