Module com.speedment.common.rest
Package com.speedment.common.rest
The base package of RestUp.
-
Interface Summary Interface Description Option An open interface for different types of options that can be passed to the connector.Rest This is the main interface of the REST system. -
Class Summary Class Description Header A header parameter that will become part of the connection header.Param A query parameter that will become part of the command URL.Response A response from the server than can be parsed into json, or just read to get the status code. -
Enum Summary Enum Description Option.Type Enumeration of the different implementations of theOptioninterface.Rest.Method Rest.Protocol -
Exception Summary Exception Description RestException Exception thrown by aRestobject containing additional information about the service that was requested.