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