D G H L P R T
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- delete(String, String...) - Method in class hu.szit.resclient.ResClient
-
The method delete a resource from the server.
- delete(String, String...) - Method in class hu.szit.resclient.ResClientAsync
-
The method delete a resource from the server.
G
- get(String, String...) - Method in class hu.szit.resclient.ResClient
-
The method request a resource from the server.
- get(String, String...) - Method in class hu.szit.resclient.ResClientAsync
-
The method request a resource from the server.
H
- hu.szit.resclient - module hu.szit.resclient
-
Defines the Java Client API.
- hu.szit.resclient - package hu.szit.resclient
L
- listToJson(ArrayList<T>) - Static method in class hu.szit.resclient.ResConvert
-
Convert Java ArrayList object to JSON string.
P
- post(String, String, String...) - Method in class hu.szit.resclient.ResClient
-
The method create a new resource on the server.
- post(String, String, String...) - Method in class hu.szit.resclient.ResClientAsync
-
The method create a new resource on the server.
- put(String, String, String...) - Method in class hu.szit.resclient.ResClient
-
The method modify an existing resource on the server.
- put(String, String, String...) - Method in class hu.szit.resclient.ResClientAsync
-
The method modify an existing resource on the server.
R
- ResClient - Class in hu.szit.resclient
-
REST API client.
- ResClient() - Constructor for class hu.szit.resclient.ResClient
-
Create a instance of the Client class.
- ResClientAsync - Class in hu.szit.resclient
-
REST API client.
- ResClientAsync() - Constructor for class hu.szit.resclient.ResClientAsync
-
Create a instance of the Client class.
- ResConvert - Class in hu.szit.resclient
-
JSON Java object converter.
- ResConvert() - Constructor for class hu.szit.resclient.ResConvert
-
Create an instance of this class.
T
- toJson(T) - Static method in class hu.szit.resclient.ResConvert
-
Convert Java object to JSON string.
- toListObject(String, Class<T>) - Static method in class hu.szit.resclient.ResConvert
-
Convert JSON string to Java list object.
- toObject(String, Class<T>) - Static method in class hu.szit.resclient.ResConvert
-
Convert JSON string to Java object.
All Classes All Packages