Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C E G H I K M S T V

A

add(String, String) - Method in class com.sonalb.net.http.Header
Adds the specified key-value pair to this Header.
add(Object) - Method in class com.sonalb.net.http.Header
 
addCookies(CookieJar) - Method in class com.sonalb.net.http.HTTPRedirectHandler
Adds some Cookies to the existing Cookies in an HTTPRedirectHandler.

B

bConnectMethodAlreadyCalled - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 
bConnected - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 
bCookies - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 

C

CVSID - Static variable in class com.sonalb.net.http.HTTPRedirectHandler
 
CVSID - Static variable in class com.sonalb.net.http.Header
 
CVSID - Static variable in class com.sonalb.net.http.HeaderEntry
 
CVSID - Static variable in class com.sonalb.net.http.HeaderUtils
 
cj - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 
client - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 
clone() - Method in class com.sonalb.net.http.Header
 
clone() - Method in class com.sonalb.net.http.HeaderEntry
 
com.sonalb.net.http - package com.sonalb.net.http
Contains utility classes and other classes with a general scope.
connect() - Method in class com.sonalb.net.http.HTTPRedirectHandler
Connects to initial HttpURLConnection (specified during construction), and initiates cookie-handling and redirect-handling.
containsKey(String) - Method in class com.sonalb.net.http.Header
Checks whether any header entry exists with given key.
containsValue(String) - Method in class com.sonalb.net.http.Header
Checks whether any header entry exists with given value.

E

equals(Object) - Method in class com.sonalb.net.http.HeaderEntry
 
extractHeaders(URLConnection) - Static method in class com.sonalb.net.http.HeaderUtils
Extracts the headers from the input URLConnection, and populates them in a Header instance.

G

getConnection() - Method in class com.sonalb.net.http.HTTPRedirectHandler
Gets the HttpURLConnection for the final successful response.
getCookieJar() - Method in class com.sonalb.net.http.HTTPRedirectHandler
Gets the CookieJar containing any pre-existing Cookies, as well as new ones extracted during processing.
getEntriesForKey(String) - Method in class com.sonalb.net.http.Header
Returns a Header consisting of all HeaderEntries having given key.
getEntriesForValue(String) - Method in class com.sonalb.net.http.Header
Returns a Header consisting of all HeaderEntries having given value.
getEntryAt(int) - Method in class com.sonalb.net.http.Header
Returns the entry at specified index.
getEntryForKey(String, int) - Method in class com.sonalb.net.http.Header
Returns the HeaderEntry corresponding to the first occurrence of the given key, after specified index (non-inclusive).
getEntryForValue(String, int) - Method in class com.sonalb.net.http.Header
Returns the HeaderEntry corresponding to the first occurrence of the given value, after specified index (non-inclusive).
getFirstEntryForKey(String) - Method in class com.sonalb.net.http.Header
Returns the HeaderEntry corresponding to the first occurrence of the given key.
getFirstEntryForValue(String) - Method in class com.sonalb.net.http.Header
Returns the HeaderEntry corresponding to the first occurrence of the given value.
getHeaderField(int) - Method in class com.sonalb.net.http.Header
Returns the header value for entry at specified index.
getHeaderFieldKey(int) - Method in class com.sonalb.net.http.Header
Returns the header key for entry at specified index.
getInputStream() - Method in class com.sonalb.net.http.HTTPRedirectHandler
Gets the InputStream for the final successful response.
getKey() - Method in class com.sonalb.net.http.HeaderEntry
Gets the Key/Name.
getTopLine() - Method in class com.sonalb.net.http.Header
Gets the top-line of this Header.
getValue() - Method in class com.sonalb.net.http.HeaderEntry
Gets the Value.

H

HTTPRedirectHandler - class com.sonalb.net.http.HTTPRedirectHandler.
Convenience class that combines cookie-handling and redirect-handling logic.
HTTPRedirectHandler(HttpURLConnection) - Constructor for class com.sonalb.net.http.HTTPRedirectHandler
Creates a handler for the input HttpURLConnection.
Header - class com.sonalb.net.http.Header.
Represents the Header of an HTTP Message.
Header() - Constructor for class com.sonalb.net.http.Header
Creates an empty Header.
Header(Collection) - Constructor for class com.sonalb.net.http.Header
Creates a Header, and populates it with HeaderEntries from input Collection.
Header(String, Collection) - Constructor for class com.sonalb.net.http.Header
Creates a Header with given top-line, and populates it with HeaderEntries from input Collection.
HeaderEntry - class com.sonalb.net.http.HeaderEntry.
Represents a single name-value pair of an HTTP Header.
HeaderEntry() - Constructor for class com.sonalb.net.http.HeaderEntry
 
HeaderEntry(String, String) - Constructor for class com.sonalb.net.http.HeaderEntry
Creates a HeaderEntry with specified key and value.
HeaderUtils - class com.sonalb.net.http.HeaderUtils.
Utility class with methods relevant to HTTP Headers.
HeaderUtils() - Constructor for class com.sonalb.net.http.HeaderUtils
 
handleCookies(boolean) - Method in class com.sonalb.net.http.HTTPRedirectHandler
Enables/Disables automated cookie-handling.
huc - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 

I

is - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 
isConnected() - Method in class com.sonalb.net.http.HTTPRedirectHandler
Checks whether this handler has successfully connected.
isEmpty() - Method in class com.sonalb.net.http.Header
 
iterator() - Method in class com.sonalb.net.http.Header
 

K

key - Variable in class com.sonalb.net.http.HeaderEntry
 

M

maxRedirects - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 

S

setClient(Client) - Method in class com.sonalb.net.http.HTTPRedirectHandler
Sets the Client to be used for this handler.
setCookieJar(CookieJar) - Method in class com.sonalb.net.http.HTTPRedirectHandler
Sets the CookieJar containing Cookies to be used during cookie-handling.
setHeaders(URLConnection, Header) - Static method in class com.sonalb.net.http.HeaderUtils
Converts the Header input, into properties in the URLConnection.
setMaxRedirects(int) - Method in class com.sonalb.net.http.HTTPRedirectHandler
Sets the maximum number of redirects that will be followed.
setSuccessCode(int) - Method in class com.sonalb.net.http.HTTPRedirectHandler
Sets the HTTP response code designating a successful run.
setTopLine(String) - Method in class com.sonalb.net.http.Header
Sets the top-line of this Header.
size() - Method in class com.sonalb.net.http.Header
 
successCode - Variable in class com.sonalb.net.http.HTTPRedirectHandler
 

T

theHeader - Variable in class com.sonalb.net.http.Header
 
toString() - Method in class com.sonalb.net.http.Header
 
toString() - Method in class com.sonalb.net.http.HeaderEntry
 
topLine - Variable in class com.sonalb.net.http.Header
 

V

value - Variable in class com.sonalb.net.http.HeaderEntry
 

A B C E G H I K M S T V