OOP HttpGetter Version 1.4
C G H I N O P R S T U

C

com.bentofw.httpgetter - package com.bentofw.httpgetter
Sends the HTTP GET request and returns the response in the various ways.
com.bentofw.util - package com.bentofw.util
The classes and interfaces required for APIs by OOP-Research.

G

get(String, String, int) - Static method in class com.bentofw.httpgetter.HttpGetter
Return the response body of the HTTP GET request.
get(String, Set, int) - Static method in class com.bentofw.httpgetter.HttpGetter
Return the response body of the HTTP GET request.
getCharset() - Method in class com.bentofw.httpgetter.ReturnedResponse
Return the charset value in the content type header.
getContentLength() - Method in class com.bentofw.httpgetter.ReturnedResponse
Return the content length of the response body.
getContents() - Method in class com.bentofw.httpgetter.ReturnedResponse
Return the binary contents of the response body.
getContentType() - Method in class com.bentofw.httpgetter.ReturnedResponse
Return the content type header.
getMessage() - Method in exception com.bentofw.util.NestedException
Returns the error message of original Throwable.
getOriginal() - Method in exception com.bentofw.util.NestedException
Returns the original Throwable.
getReturnedResponse(String, Set, int) - Static method in class com.bentofw.httpgetter.HttpGetter
Return ReturnedResponse object that represents the response body.
getReturnedResponse(String) - Static method in class com.bentofw.httpgetter.HttpGetter
Return ReturnedResponse object that represents the response body.
getTextContents(String) - Static method in class com.bentofw.httpgetter.HttpGetter
Return the text contents of the response body.
getTextContents() - Method in class com.bentofw.httpgetter.ReturnedResponse
Returns the String that was reverted from the binary contents of the response body.

H

HttpGetter - Class in com.bentofw.httpgetter
Sends the HTTP GET request and returns the response in the various ways.
HttpGetter() - Constructor for class com.bentofw.httpgetter.HttpGetter
 

I

InvalidCharsetSpecifiedException - Exception in com.bentofw.httpgetter
Thrown by ReturnedResponse.
InvalidCharsetSpecifiedException(Exception) - Constructor for exception com.bentofw.httpgetter.InvalidCharsetSpecifiedException
Thrown by ReturnedResponse when the value of charset attribute is invalid in the response header.

N

NestedException - Exception in com.bentofw.util
The exception for the system error.
NestedException(Throwable) - Constructor for exception com.bentofw.util.NestedException
The custructor.

O

OverSizeException - Exception in com.bentofw.httpgetter
 
OverSizeException(String, int, int) - Constructor for exception com.bentofw.httpgetter.OverSizeException
 
OverSizeException(String, int) - Constructor for exception com.bentofw.httpgetter.OverSizeException
 

P

printStackTrace() - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the standard error stream.
printStackTrace(PrintStream) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintStream.
printStackTrace(PrintWriter) - Method in exception com.bentofw.util.NestedException
Print this Throwable and its backtrace to the specified PrintWriter.

R

ReturnedResponse - Class in com.bentofw.httpgetter
Represents the response body.

S

SimpleException - Exception in com.bentofw.util
The exception for the logical error.
SimpleException(String) - Constructor for exception com.bentofw.util.SimpleException
The custructor.

T

toString() - Method in exception com.bentofw.httpgetter.UnexpectedTypeException
 

U

UnexpectedTypeException - Exception in com.bentofw.httpgetter
 
UnexpectedTypeException(String, String, String) - Constructor for exception com.bentofw.httpgetter.UnexpectedTypeException
 
UnexpectedTypeException(String, String, Set) - Constructor for exception com.bentofw.httpgetter.UnexpectedTypeException
 

C G H I N O P R S T U
OOP HttpGetter Version 1.4

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.