A B G H I R 
All Classes All Packages

A

addTransferListener(HttpTransferListener) - Method in class be.yildizgames.module.http.HttpRequest
 

B

be.yildizgames.module.http - module be.yildizgames.module.http
 
be.yildizgames.module.http - package be.yildizgames.module.http
 

G

getInputStream(String) - Method in class be.yildizgames.module.http.HttpRequest
 
getInputStream(URI) - Method in class be.yildizgames.module.http.HttpRequest
 
getObject(String, Class<T>) - Method in class be.yildizgames.module.http.HttpRequest
 
getObject(URI, Class<T>) - Method in class be.yildizgames.module.http.HttpRequest
Make a request expecting a json object, and return
getReader(String) - Method in class be.yildizgames.module.http.HttpRequest
 
getReader(URI) - Method in class be.yildizgames.module.http.HttpRequest
 
getText(String) - Method in class be.yildizgames.module.http.HttpRequest
Request the text content.
getText(URI) - Method in class be.yildizgames.module.http.HttpRequest
Request the text content.

H

HttpCode - Class in be.yildizgames.module.http
Helper class to handle easily http codes.
HttpRequest - Class in be.yildizgames.module.http
Http call to retrieve text or binary content.
HttpRequest() - Constructor for class be.yildizgames.module.http.HttpRequest
 
HttpTransferListener - Interface in be.yildizgames.module.http
Provide status about transfer of a file.

I

isError(int) - Static method in class be.yildizgames.module.http.HttpCode
Check if a code is in error range (400 - 599).
isRedirected(int) - Static method in class be.yildizgames.module.http.HttpCode
Check if a code is in redirection range (300 - 399).
isSuccessful(int) - Static method in class be.yildizgames.module.http.HttpCode
Check if a code is in success range (200 - 299).

R

received(URI, long, long) - Method in interface be.yildizgames.module.http.HttpTransferListener
Notify when the transfer is updated.
receiveFile(URI, Path) - Method in class be.yildizgames.module.http.HttpRequest
 
A B G H I R 
All Classes All Packages