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

Quick Search    Search Deep
A B C D E G H I L M N P R S T U V W

A

addCookie(String, String) - Method in class com.eireneh.net.WebBrowser
Adds a new Cookie
addCookie(Cookie) - Method in class com.eireneh.net.WebBrowser
Adds a new Cookie
addHeader(String, String) - Method in class com.eireneh.net.WebBrowser
Adds a new header
addHeader(Header) - Method in class com.eireneh.net.WebBrowser
Adds a new header

B

browser - Variable in class com.eireneh.net.WebPage
The Web browser we were grabbed from

C

Cookie - class com.eireneh.net.Cookie.
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server when the client accesses the same Web page.
Cookie(String, String) - Constructor for class com.eireneh.net.Cookie
Constructs a cookie with a specified name and value.
Cookie(String) - Constructor for class com.eireneh.net.Cookie
Constructs a cookie from a Set-cookie HTTP header
clone() - Method in class com.eireneh.net.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
code - Variable in class com.eireneh.net.WebPage
The response code
com.eireneh.net - package com.eireneh.net
 
comment - Variable in class com.eireneh.net.Cookie
Comment=VALUE ...
contains(String) - Method in class com.eireneh.net.WebPage
Check that the given string exists in the data
cook_head - Variable in class com.eireneh.net.WebBrowser
The special cookie header
cookies - Variable in class com.eireneh.net.WebBrowser
The set of cookies
cookies() - Method in class com.eireneh.net.WebBrowser
An enumeration over all the cookies
cookies - Variable in class com.eireneh.net.WebPage
The new cookies delivered with this page

D

data - Variable in class com.eireneh.net.WebPage
The page source
domain - Variable in class com.eireneh.net.Cookie
Domain=VALUE ...

E

expiry - Variable in class com.eireneh.net.Cookie
Max-Age=VALUE ...

G

getBrowser() - Method in class com.eireneh.net.WebEnvironment
Works out the reply number 404 or something public void alert(String contents) { log.fine(contents); } /** Works out the reply number 404 or something
getComment() - Method in class com.eireneh.net.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getCookie() - Method in class com.eireneh.net.Header
Get Cookie
getDomain() - Method in class com.eireneh.net.Cookie
Returns the domain name set for this cookie.
getInstanceID() - Method in class com.eireneh.net.WebEnvironment
Get a number that is garantteed unique in this VM
getInstanceIDStatic() - Static method in class com.eireneh.net.WebEnvironment
Get a number that is garantteed unique in this VM
getMaxAge() - Method in class com.eireneh.net.Cookie
Returns the maximum age of the cookie, specified in seconds.
getName() - Method in class com.eireneh.net.Cookie
Returns the name of the cookie.
getName() - Method in class com.eireneh.net.Header
Returns the name of the header.
getPageContents() - Method in class com.eireneh.net.WebPage
Gets the page contents
getPath() - Method in class com.eireneh.net.Cookie
Returns the paths (that is, URIs) on the server to which the browser returns this cookie.
getSecure() - Method in class com.eireneh.net.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can use a standard protocol.
getStatus() - Method in class com.eireneh.net.WebPage
Works out the reply number 404 or something
getValue() - Method in class com.eireneh.net.Cookie
Returns the value of the cookie.
getValue() - Method in class com.eireneh.net.Header
Returns the value of the header.
getVersion() - Method in class com.eireneh.net.Cookie
Returns the version of the protocol this cookie complies with.
getWebPage(String) - Method in class com.eireneh.net.WebBrowser
Fetch a URL

H

Header - class com.eireneh.net.Header.
A set of Headers are set from the server to the browser before the actual web page data is sent, these headers include meta-information about the data including Cookies
Header(String, String) - Constructor for class com.eireneh.net.Header
Constructs a header with a specified name and value.
headers - Variable in class com.eireneh.net.WebBrowser
The set of additional headers
headers() - Method in class com.eireneh.net.WebBrowser
An enumeration over all the headers
headers - Variable in class com.eireneh.net.WebPage
The page headers

I

id - Static variable in class com.eireneh.net.WebEnvironment
The next unique id
isCookie() - Method in class com.eireneh.net.Header
Does this Header represent a request for a new Cookie
isToken(String) - Method in class com.eireneh.net.Cookie
 
isValid() - Method in class com.eireneh.net.Header
If the name and value of the Header are null then the header is not valid - and should be ignored

L

log - Static variable in class com.eireneh.net.WebBrowser
The log stream
log - Static variable in class com.eireneh.net.WebPage
The log stream

M

mode - Static variable in class com.eireneh.net.WebPage
How are the pages displayed

N

name - Variable in class com.eireneh.net.Cookie
NAME= ...
name - Variable in class com.eireneh.net.Header
NAME= ...

P

path - Variable in class com.eireneh.net.Cookie
Path=VALUE ...
printContent() - Method in class com.eireneh.net.WebPage
The page data
printCookies() - Method in class com.eireneh.net.WebBrowser
The cookies
printHeaders() - Method in class com.eireneh.net.WebBrowser
The page headers
printHeaders() - Method in class com.eireneh.net.WebPage
The page headers
printNewCookies() - Method in class com.eireneh.net.WebPage
The page headers

R

removeCookie(Cookie) - Method in class com.eireneh.net.WebBrowser
Removes a Cookie
removeHeader(Header) - Method in class com.eireneh.net.WebBrowser
Removes a header

S

secure - Variable in class com.eireneh.net.Cookie
Secure ...
setComment(String) - Method in class com.eireneh.net.Cookie
Specifies a comment that describes a cookie's purpose.
setCookieHeader() - Method in class com.eireneh.net.WebBrowser
Sort the cookie header out
setDomain(String) - Method in class com.eireneh.net.Cookie
Specifies the domain within which this cookie should be presented.
setMaxAge(int) - Method in class com.eireneh.net.Cookie
Sets the maximum age of the cookie in seconds.
setPath(String) - Method in class com.eireneh.net.Cookie
Specifies a path for the cookie, which is the set of URIs (Universal Resource Identifiers, the part of an URL that represents the server path) to which the client should return the cookie.
setProxy(String, int) - Method in class com.eireneh.net.WebEnvironment
Sets new proxy settings
setSecure(boolean) - Method in class com.eireneh.net.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setValue(String) - Method in class com.eireneh.net.Cookie
Assigns a new value to a cookie after the cookie is created.
setVersion(int) - Method in class com.eireneh.net.Cookie
Sets the version of the cookie protocol this cookie complies with.
snooze(int) - Method in class com.eireneh.net.WebEnvironment
Check that the given string exists in the data
sync - Static variable in class com.eireneh.net.WebEnvironment
The object to sync on

T

toString() - Method in class com.eireneh.net.Cookie
Returns a text version of this cookie
toString() - Method in class com.eireneh.net.Header
Returns a text version of this cookie
tspecials - Static variable in class com.eireneh.net.Cookie
Note -- disabled for now to allow full Netscape compatibility from RFC 2068, token special case characters private static final String tspecials = "()<>@,;:\\\"/[]?={} \t";

U

url - Variable in class com.eireneh.net.WebPage
The URL we went after in the first place

V

value - Variable in class com.eireneh.net.Cookie
value of NAME
value - Variable in class com.eireneh.net.Header
value of NAME
version - Variable in class com.eireneh.net.Cookie
Version=1 ...

W

WebBrowser - class com.eireneh.net.WebBrowser.
 
WebBrowser() - Constructor for class com.eireneh.net.WebBrowser
 
WebEnvironment - class com.eireneh.net.WebEnvironment.
A quick way of testing CommsXL
WebEnvironment() - Constructor for class com.eireneh.net.WebEnvironment
 
WebPage - class com.eireneh.net.WebPage.
Represents a single web page.
WebPage(WebBrowser, String) - Constructor for class com.eireneh.net.WebPage
Create a URLData object from a URL string

A B C D E G H I L M N P R S T U V W