C D E G H O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- com.speedment.common.rest - module com.speedment.common.rest
- com.speedment.common.rest - package com.speedment.common.rest
-
The base package of RestUp.
- connect(String) - Static method in interface com.speedment.common.rest.Rest
- connect(String, int) - Static method in interface com.speedment.common.rest.Rest
- connect(String, int, String, String) - Static method in interface com.speedment.common.rest.Rest
- connect(String, String, String) - Static method in interface com.speedment.common.rest.Rest
- connectHttps(String) - Static method in interface com.speedment.common.rest.Rest
- connectHttps(String, int) - Static method in interface com.speedment.common.rest.Rest
- connectHttps(String, int, String, String) - Static method in interface com.speedment.common.rest.Rest
- connectHttps(String, String, String) - Static method in interface com.speedment.common.rest.Rest
D
- decodeJson() - Method in class com.speedment.common.rest.Response
- decodeJsonArray() - Method in class com.speedment.common.rest.Response
- delete(String, Option...) - Method in interface com.speedment.common.rest.Rest
- delete(String, InputStream, Option...) - Method in interface com.speedment.common.rest.Rest
- delete(String, String, Option...) - Method in interface com.speedment.common.rest.Rest
- delete(String, Iterator<String>, Option...) - Method in interface com.speedment.common.rest.Rest
- DELETE - com.speedment.common.rest.Rest.Method
E
- encode(String) - Static method in interface com.speedment.common.rest.Rest
G
- get(String, Option...) - Method in interface com.speedment.common.rest.Rest
- get(String, InputStream, Option...) - Method in interface com.speedment.common.rest.Rest
- get(String, String, Option...) - Method in interface com.speedment.common.rest.Rest
- get(String, Iterator<String>, Option...) - Method in interface com.speedment.common.rest.Rest
- GET - com.speedment.common.rest.Rest.Method
- getHeaders() - Method in class com.speedment.common.rest.Response
- getKey() - Method in interface com.speedment.common.rest.Option
-
The key of this option.
- getStatus() - Method in class com.speedment.common.rest.Response
- getText() - Method in class com.speedment.common.rest.Response
- getType() - Method in class com.speedment.common.rest.Header
- getType() - Method in interface com.speedment.common.rest.Option
-
What type of option this is.
- getType() - Method in class com.speedment.common.rest.Param
- getValue() - Method in interface com.speedment.common.rest.Option
-
The value of this option.
H
- head(String, Option...) - Method in interface com.speedment.common.rest.Rest
- head(String, InputStream, Option...) - Method in interface com.speedment.common.rest.Rest
- head(String, String, Option...) - Method in interface com.speedment.common.rest.Rest
- head(String, Iterator<String>, Option...) - Method in interface com.speedment.common.rest.Rest
- HEAD - com.speedment.common.rest.Rest.Method
- header(String, String) - Static method in class com.speedment.common.rest.Header
-
Returns a new
Headeroption. - Header - Class in com.speedment.common.rest
-
A header parameter that will become part of the connection header.
- HEADER - com.speedment.common.rest.Option.Type
- HTTP - com.speedment.common.rest.Rest.Protocol
- HTTPS - com.speedment.common.rest.Rest.Protocol
O
- Option - Interface in com.speedment.common.rest
-
An open interface for different types of options that can be passed to the connector.
- Option.Type - Enum in com.speedment.common.rest
-
Enumeration of the different implementations of the
Optioninterface. - options(String, Option...) - Method in interface com.speedment.common.rest.Rest
- options(String, InputStream, Option...) - Method in interface com.speedment.common.rest.Rest
- options(String, String, Option...) - Method in interface com.speedment.common.rest.Rest
- options(String, Iterator<String>, Option...) - Method in interface com.speedment.common.rest.Rest
- OPTIONS - com.speedment.common.rest.Rest.Method
P
- param(String, String) - Static method in class com.speedment.common.rest.Param
-
Returns a new
Paramoption. - Param - Class in com.speedment.common.rest
-
A query parameter that will become part of the command URL.
- PARAM - com.speedment.common.rest.Option.Type
- post(String, Option...) - Method in interface com.speedment.common.rest.Rest
- post(String, InputStream, Option...) - Method in interface com.speedment.common.rest.Rest
- post(String, String, Option...) - Method in interface com.speedment.common.rest.Rest
- post(String, Iterator<String>, Option...) - Method in interface com.speedment.common.rest.Rest
- POST - com.speedment.common.rest.Rest.Method
- put(String, Option...) - Method in interface com.speedment.common.rest.Rest
- put(String, InputStream, Option...) - Method in interface com.speedment.common.rest.Rest
- put(String, String, Option...) - Method in interface com.speedment.common.rest.Rest
- put(String, Iterator<String>, Option...) - Method in interface com.speedment.common.rest.Rest
- PUT - com.speedment.common.rest.Rest.Method
R
- Response - Class in com.speedment.common.rest
-
A response from the server than can be parsed into json, or just read to get the status code.
- Response(int, String, Map<String, List<String>>) - Constructor for class com.speedment.common.rest.Response
- Rest - Interface in com.speedment.common.rest
-
This is the main interface of the REST system.
- Rest.Method - Enum in com.speedment.common.rest
- Rest.Protocol - Enum in com.speedment.common.rest
- RestException - Exception in com.speedment.common.rest
-
Exception thrown by a
Restobject containing additional information about the service that was requested. - RestException(Throwable, Rest.Protocol, Rest.Method, String, String, int, String, Option[]) - Constructor for exception com.speedment.common.rest.RestException
S
T
- toString() - Method in exception com.speedment.common.rest.RestException
V
- valueOf(String) - Static method in enum com.speedment.common.rest.Option.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.speedment.common.rest.Rest.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.speedment.common.rest.Rest.Protocol
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.speedment.common.rest.Option.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.speedment.common.rest.Rest.Method
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.speedment.common.rest.Rest.Protocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages