Uses of Interface
org.mineskin.response.MineSkinResponse
Packages that use MineSkinResponse
-
Uses of MineSkinResponse in org.mineskin.exception
Methods in org.mineskin.exception that return MineSkinResponseConstructors in org.mineskin.exception with parameters of type MineSkinResponseModifierConstructorDescriptionMineSkinRequestException(String code, String message, MineSkinResponse<?> response) MineSkinRequestException(String code, String message, MineSkinResponse<?> response, Throwable cause) -
Uses of MineSkinResponse in org.mineskin.request
Methods in org.mineskin.request with type parameters of type MineSkinResponseModifier and TypeMethodDescriptionabstract <T,R extends MineSkinResponse<T>>
RRequestHandler.getJson(String url, Class<T> clazz, ResponseConstructor<T, R> constructor) abstract <T,R extends MineSkinResponse<T>>
RRequestHandler.postFormDataFile(String url, String key, String filename, InputStream in, Map<String, String> data, Class<T> clazz, ResponseConstructor<T, R> constructor) abstract <T,R extends MineSkinResponse<T>>
RRequestHandler.postJson(String url, com.google.gson.JsonObject data, Class<T> clazz, ResponseConstructor<T, R> constructor) -
Uses of MineSkinResponse in org.mineskin.response
Classes in org.mineskin.response with type parameters of type MineSkinResponseModifier and TypeInterfaceDescriptioninterfaceResponseConstructor<T,R extends MineSkinResponse<T>> Subinterfaces of MineSkinResponse in org.mineskin.responseModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceClasses in org.mineskin.response that implement MineSkinResponseModifier and TypeClassDescriptionclassclassclassclassclass