| Package | Description |
|---|---|
| org.gcube.common.gxrest.request |
Requests to web application.
|
| Modifier and Type | Method and Description |
|---|---|
GXInboundResponse |
GXWebTargetAdapterRequest.delete() |
GXInboundResponse |
GXHTTPRequest.delete()
Sends the DELETE request to the web application.
|
GXInboundResponse |
GXWebTargetAdapterRequest.get() |
GXInboundResponse |
GXHTTPRequest.get()
Sends the GET request to the web application.
|
GXInboundResponse |
GXWebTargetAdapterRequest.head() |
GXInboundResponse |
GXHTTPRequest.head()
Sends the HEAD request to the web application.
|
GXInboundResponse |
GXWebTargetAdapterRequest.post(javax.ws.rs.client.Entity<?> body) |
GXInboundResponse |
GXHTTPRequest.post(String body) |
GXInboundResponse |
GXWebTargetAdapterRequest.put(javax.ws.rs.client.Entity<?> body) |
GXInboundResponse |
GXHTTPRequest.put(String body) |
Copyright © 2018. All Rights Reserved.