| Package | Description |
|---|---|
| org.gcube.common.gxrest.request |
| Modifier and Type | Method and Description |
|---|---|
static GXWebTargetAdapterRequest |
GXWebTargetAdapterRequest.newRequest(String address)
Creates a new request.
|
GXWebTargetAdapterRequest |
GXWebTargetAdapterRequest.path(String path)
Adds s positional path parameter to the request.
|
GXWebTargetAdapterRequest |
GXWebTargetAdapterRequest.property(String name,
String value)
Sets a new property in the request.
|
GXWebTargetAdapterRequest |
GXWebTargetAdapterRequest.queryParams(Map<String,String> parameters)
Sets the query parameters for the request.
|
GXWebTargetAdapterRequest |
GXWebTargetAdapterRequest.setSecurityToken(String token)
Overrides the default security token.
|
GXWebTargetAdapterRequest |
GXWebTargetAdapterRequest.withEntity(javax.ws.rs.client.Entity<?> entity)
Sets the body of the request.
|
Copyright © 2018. All Rights Reserved.