- get() - Method in class org.gcube.common.gxrest.request.GXHTTPRequest
-
Sends the GET request to the web application.
- get() - Method in class org.gcube.common.gxrest.request.GXWebTargetAdapterRequest
-
- getEncodedTrace() - Method in class org.gcube.common.gxrest.response.entity.SerializableErrorEntity
-
- getErrorCode() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
- getException() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
- getExceptionClass() - Method in class org.gcube.common.gxrest.response.entity.SerializableErrorEntity
-
- getHeaderFields() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
Returns an unmodifiable Map of the header fields.
- getHTTPCode() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
Gets the status code from the HTTP response message.
- getId() - Method in class org.gcube.common.gxrest.response.entity.SerializableErrorEntity
-
- getId() - Method in interface org.gcube.common.gxrest.response.outbound.ErrorCode
-
Identifier of the code.
- getId() - Method in exception org.gcube.common.gxrest.response.outbound.LocalCodeException
-
- getMessage() - Method in class org.gcube.common.gxrest.response.entity.SerializableErrorEntity
-
- getMessage() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
Gets the message in the response
- getMessage() - Method in interface org.gcube.common.gxrest.response.outbound.ErrorCode
-
The message associated to the code
- getMessage() - Method in exception org.gcube.common.gxrest.response.outbound.LocalCodeException
-
- getSource() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
- getStreamedContent() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
Returns the content of the response as byte array.
- getStreamedContentAsString() - Method in class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
Gets the streamed content as a string, if possible.
- gxError - Static variable in class org.gcube.common.gxrest.response.entity.EntityTag
-
- GXHTTPRequest - Class in org.gcube.common.gxrest.request
-
A context-aware request to a web application.
- GXInboundResponse - Class in org.gcube.common.gxrest.response.inbound
-
The response returned from the web application.
- GXInboundResponse(Response) - Constructor for class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
Builds a new inbound response.
- GXInboundResponse(HttpURLConnection) - Constructor for class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
- GXInboundResponse(Response, MediaType[]) - Constructor for class org.gcube.common.gxrest.response.inbound.GXInboundResponse
-
Builds a new inbound response.
- GXOutboundErrorResponse - Class in org.gcube.common.gxrest.response.outbound
-
An outbound error response message for applications.
- GXOutboundSuccessResponse - Class in org.gcube.common.gxrest.response.outbound
-
An outbound success response message for applications.
- gxSuccess - Static variable in class org.gcube.common.gxrest.response.entity.EntityTag
-
- GXWebTargetAdapterRequest - Class in org.gcube.common.gxrest.request
-
A GX request based on JAX-RS.