A B C D E F G H I J K L M N O P Q R S T U V W _

A

abort() - Method in class org.mortbay.ftp.Ftp
Abort transfer command
AbstractProtocol - class wttools.protocols.AbstractProtocol.
Class AbstractProtocol implements
AbstractProtocol() - Constructor for class wttools.protocols.AbstractProtocol
 
acceptCookie(Cookie, RoRequest, RoResponse) - Method in interface HTTPClient.CookiePolicyHandler
This method is called for each cookie that a server tries to set via the Set-Cookie header.
acceptCookie(Cookie, RoRequest, RoResponse) - Method in class wttools.protocols.extend.http.CookiePolicyHandlerImpl
 
ACTIVE - Static variable in class wttools.protocols.extend.ftp.ProtocolImpl
 
activeConnections - Variable in class wttools.protocols.cache.CacheContext
Hashtbale for keeping active connections for use if there is no data in cache buffers.
addAuthorization(AuthorizationInfo) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list using the default context.
addAuthorization(AuthorizationInfo, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list.
addAuthorization(String, int, String, String, String, NVPair[], Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list using the default context.
addAuthorization(String, int, String, String, String, NVPair[], Object, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry to the list.
addBasicAuthorization(String, int, String, String, String) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Basic" authorization scheme to the list using the default context.
addBasicAuthorization(String, int, String, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Basic" authorization scheme to the list.
addBasicAuthorization(String, String, String) - Method in class HTTPClient.HTTPConnection
Adds an authorization entry for the "basic" authorization scheme to the list.
addCookie(Cookie) - Static method in class HTTPClient.CookieModule
Add the specified cookie to the list of cookies in the default context.
addCookie(Cookie, Object) - Static method in class HTTPClient.CookieModule
Add the specified cookie to the list of cookies for the specified context.
addDefaultModule(Class, int) - Static method in class HTTPClient.HTTPConnection
Adds a module to the default list.
addDigestAuthorization(String, int, String, String, String) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Digest" authorization scheme to the list using the default context.
addDigestAuthorization(String, int, String, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Adds an authorization entry for the "Digest" authorization scheme to the list.
addDigestAuthorization(String, String, String) - Method in class HTTPClient.HTTPConnection
Adds an authorization entry for the "digest" authorization scheme to the list.
addModule(Class, int) - Method in class HTTPClient.HTTPConnection
Adds a module to the current list.
addPath(String) - Method in class HTTPClient.AuthorizationInfo
Adds the path from the given resource to our path list.
ALL - Static variable in class HTTPClient.Log
All the facilities - for use in setLogging (-1)
allCookies - Variable in class wttools.protocols.extend.http.CookiePolicyHandlerImpl
 
allowAllCookies - Variable in class wttools.protocols.AbstractProtocol
 
allowRedirect - Variable in class wttools.protocols.AbstractProtocol
 
allowUI() - Method in class HTTPClient.Request
 
allowUI() - Method in interface HTTPClient.RoRequest
 
allowUserInteraction - Variable in class wttools.protocols.AbstractProtocol
 
alphanumChar - Static variable in class HTTPClient.URI
 
anonymous - Static variable in class org.mortbay.ftp.Ftp
 
appendTo(StringBuffer) - Method in class HTTPClient.HttpHeaderElement
Append this header element to the given buffer.
ASCII - Static variable in class org.mortbay.ftp.Ftp
 
ASN_APPLICATION - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_BIT_STRING - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_BIT8 - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_BOOLEAN - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_CONSTRUCTOR - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_CONSTRUTOR - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
ASN Commands
ASN_CONTEXT - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_CONTEXT - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
ASN Commands
ASN_EXTENSION_ID - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_INTEGER - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_LONG_LENGTH - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_NULL - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_OBJECT_ID - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_OCTECT_STRING - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_PREFIX - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
ASN Commands
ASN_PRIMITIVE - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_PRIVATE - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_SEQUENCE - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_SET - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
ASN_UNIVERSAL - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Constants
assembleHeader(Vector) - Static method in class HTTPClient.Util
Assembles a Vector of HttpHeaderElements into a full header string.
AUTH - Static variable in class HTTPClient.Log
The Authorization facility (8)
authenticate(String, String) - Method in class org.mortbay.ftp.Ftp
Authenticate User
AuthorizationHandler - interface HTTPClient.AuthorizationHandler.
This is the interface that an Authorization handler must implement.
AuthorizationInfo - class HTTPClient.AuthorizationInfo.
Holds the information for an authorization response.
AuthorizationInfo(String, int, String, String, NVPair[], Object) - Constructor for class HTTPClient.AuthorizationInfo
Creates a new info structure for the specified host and port with the specified scheme, realm, params.
AuthorizationInfo(String, int, String, String, String) - Constructor for class HTTPClient.AuthorizationInfo
Creates a new info structure for the specified host and port with the specified scheme, realm and cookie.
AuthorizationPrompter - interface HTTPClient.AuthorizationPrompter.
This is the interface that a username/password prompter must implement.
AuthorizationPrompterImpl - class wttools.protocols.extend.http.AuthorizationPrompterImpl.
AuthorizationPrompterImpl.java Created: Sat Nov 3 22:41:42 2001
AuthorizationPrompterImpl(String, String) - Constructor for class wttools.protocols.extend.http.AuthorizationPrompterImpl
 
AuthSchemeNotImplException - exception HTTPClient.AuthSchemeNotImplException.
Signals that the handling of a authorization scheme is not implemented.
AuthSchemeNotImplException() - Constructor for class HTTPClient.AuthSchemeNotImplException
Constructs an AuthSchemeNotImplException with no detail message.
AuthSchemeNotImplException(String) - Constructor for class HTTPClient.AuthSchemeNotImplException
Constructs an AuthSchemeNotImplException class with the specified detail message.
available() - Method in class org.mortbay.util.LineInput
 

B

Base64 - class wttools.utils.Base64.
Implements Base64 encoding and decoding as defined by RFC 2045: "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies" page 23.
base64Chars - Static variable in class wttools.utils.Base64
Table of the sixty-four characters that are used as the Base64 alphabet: [A-Za-z0-9+/]
base64Decode(byte[]) - Static method in class HTTPClient.Codecs
This method decodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
base64Decode(String) - Static method in class HTTPClient.Codecs
This method decodes the given string using the base64-encoding specified in RFC-2045 (Section 6.8).
base64Encode(byte[]) - Static method in class HTTPClient.Codecs
This method encodes the given byte[] using the base64-encoding specified in RFC-2045 (Section 6.8).
base64Encode(String) - Static method in class HTTPClient.Codecs
This method encodes the given string using the base64-encoding specified in RFC-2045 (Section 6.8).
BINARY - Static variable in class org.mortbay.ftp.Ftp
 
BitShiftMask - class wttools.protocols.snmp.BitShiftMask.
BitShiftMask.java Created: Saturday Dec 08 2001
BitShiftMask() - Constructor for class wttools.protocols.snmp.BitShiftMask
 
BlockingQueue - class org.mortbay.util.BlockingQueue.
Blocking queue.
BlockingQueue(int) - Constructor for class org.mortbay.util.BlockingQueue
Constructor.
buffer - Variable in class org.mortbay.util.LineInput.LineBuffer
 
bufferSize - Static variable in class org.mortbay.util.IO
 
bytes_read - Variable in class wttools.protocols.http.HTTPInputStream
variable bytes_read contains value of bytes already read for current chunk.
bytes_read - Variable in class wttools.protocols.simple.http.HTTPInputStream
variable bytes_read contains value of bytes already read for current chunk.
bytesDownloaded - Variable in class wttools.protocols.AbstractProtocol
 
bytesRequired2encodeLength(int) - Method in class wttools.protocols.snmp.EncodeInBuffer
bytesRequired2encodeLength method evaluated the number of required to write into the buffer.

C

CacheContext - class wttools.protocols.cache.CacheContext.
CacheContext.java Created: Tue Oct 30 18:50:40 2001
CacheContext() - Constructor for class wttools.protocols.cache.CacheContext
 
CacheData - class wttools.protocols.cache.CacheData.
CacheData.java Created: Tue Oct 30 18:16:49 2001
CacheData(byte[]) - Constructor for class wttools.protocols.cache.CacheData
 
CacheKey - class wttools.protocols.cache.CacheKey.
CacheKey.java Created: Tue Oct 30 18:12:41 2001
CacheKey(String) - Constructor for class wttools.protocols.cache.CacheKey
 
canonicalizePath(String) - Static method in class HTTPClient.URI
Remove all "/../" and "/./" from path, where possible.
canonicalizePath(String) - Method in class wttools.protocols.extend.ExtendURI
 
canonicalizePath(String) - Method in interface wttools.protocols.ifc.URIIfc
 
canonicalizePath(String) - Method in class wttools.protocols.simple.SimpleURI
 
CARRIAGE_CONTROL - Static variable in class org.mortbay.ftp.Ftp
 
chunk_size - Variable in class wttools.protocols.http.HTTPInputStream
variable chunk_size contains value of current chunk size in bytes.
chunk_size - Variable in class wttools.protocols.simple.http.HTTPInputStream
variable chunk_size contains value of current chunk size in bytes.
chunkedDecode(InputStream) - Static method in class HTTPClient.Codecs
Decodes chunked data.
chunkedEncode(byte[], int, int, NVPair[], boolean) - Static method in class HTTPClient.Codecs
Encodes data used the chunked encoding.
chunkedEncode(byte[], NVPair[], boolean) - Static method in class HTTPClient.Codecs
Encodes data used the chunked encoding.
cleanUpOid() - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
cleanUpOid every thing in Object Identifier is deleted and made to point to null
clientId - Variable in class wttools.protocols.AbstractProtocol
 
clone() - Method in class HTTPClient.AuthorizationInfo
 
clone() - Method in class HTTPClient.Request
 
clone() - Method in class HTTPClient.Response
 
close() - Method in class HTTPClient.HttpOutputStream
Closes the stream and causes the data to be sent if it has not already been done so.
close() - Method in class org.mortbay.ftp.DataPort
Close this DataPort and cancel any transfer notification
close() - Method in class org.mortbay.ftp.Ftp
close the FTP session
closeSocket() - Method in class wttools.protocols.simple.http.ProtocolImpl
closeSocket method performs
CODE_BAD_REQUEST - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_CONNECTION_ERROR - Static variable in interface wttools.protocols.ifc.ProtocolIfc
Constant CODE_CONNECTION_ERROR means that unknown error occured.
CODE_CONNECTION_OK - Static variable in interface wttools.protocols.ifc.ProtocolIfc
Constant CODE_CONNECTION_OK means that everuthing was correct and successful and application can continue downloading data or can close connection.
CODE_FORBIDDEN - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_HOST_NOT_FOUND - Static variable in interface wttools.protocols.ifc.ProtocolIfc
Constant CODE_HOST_NOT_FOUND means that it was impossible to resolve host name into IP number.
CODE_INTERNAL_SERVER_ERROR - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_LENGTH_REQUIRED - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_NETWORK_NOT_REACHABLE - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_NO_CONTENT - Static variable in interface wttools.protocols.ifc.ProtocolIfc
Constant CODE_NO_CONTENT means that request to resource was correct but resource contains no data.
CODE_NOT_FOUND - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_NOT_INITIALIZED - Static variable in interface wttools.protocols.ifc.ProtocolIfc
Constant CODE_NOT_INITIALIZED means that no connection tries were performed.
CODE_PARTIAL_CONTENT - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_REDIRECT - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_REQUEST_TIMEOUT - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_SERVER_NOT_REACHABLE - Static variable in interface wttools.protocols.ifc.ProtocolIfc
Constant CODE_SERVER_NOT_REACHABLE means that there was no route to host or remote host is reachable but there was no response from web server application (on given remote port).
CODE_UNAUTHORIZED - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
CODE_VERSION_NOT_SUPPORTED - Static variable in interface wttools.protocols.ifc.ProtocolIfc
 
Codecs - class HTTPClient.Codecs.
This class collects various encoders and decoders.
comment - Variable in class HTTPClient.Cookie2
 
comment_url - Variable in class HTTPClient.Cookie2
 
con - Variable in class HTTPClient.HttpURLConnection
the current connection
con - Variable in class wttools.protocols.extend.http.ProtocolImpl
 
CONN - Static variable in class HTTPClient.Log
The HTTPConnection facility (1)
connect() - Method in class HTTPClient.HttpURLConnection
Connects to the server (if connection not still kept alive) and issues the request.
connect() - Method in class wttools.protocols.cache.ProtocolImpl
 
connect() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
connect() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
connect() - Method in class wttools.protocols.ftp.ProtocolImpl
connect method performs
connect() - Method in class wttools.protocols.http.ProtocolImpl
connect method performs
connect() - Method in interface wttools.protocols.ifc.ProtocolIfc
connect method performs all necessary actions required to connect to remote resource.
connect() - Method in class wttools.protocols.simple.http.ProtocolImpl
connect method performs
connect() - Method in class wttools.protocols.sunp.ProtocolImpl
connect method performs
connectCode - Variable in class wttools.protocols.extend.ftp.ProtocolImpl
 
connected - Variable in class wttools.protocols.simple.http.ProtocolImpl
Describe variable connected here.
connectionCode - Variable in class wttools.protocols.simple.http.ProtocolImpl
Describe variable connectionCode here.
connections - Static variable in class HTTPClient.HttpURLConnection
the cache of HTTPConnections
COOKI - Static variable in class HTTPClient.Log
The Cookies facility (16)
Cookie - class HTTPClient.Cookie.
This class represents an http cookie as specified in Netscape's cookie spec; however, because not even Netscape follows their own spec, and because very few folks out there actually read specs but instead just look whether Netscape accepts their stuff, the Set-Cookie header field parser actually tries to follow what Netscape has implemented, instead of what the spec says.
Cookie(RoRequest) - Constructor for class HTTPClient.Cookie
Use parse() to create cookies.
Cookie(String, String, String, String, Date, boolean) - Constructor for class HTTPClient.Cookie
Create a cookie.
Cookie2 - class HTTPClient.Cookie2.
This class represents an http cookie as specified in the HTTP State Management Mechanism spec (also known as a version 1 cookie).
Cookie2(RoRequest) - Constructor for class HTTPClient.Cookie2
Use parse() to create cookies.
Cookie2(String, String, String, int[], String, Date, boolean, boolean, String, URI) - Constructor for class HTTPClient.Cookie2
Create a cookie.
CookieModule - class HTTPClient.CookieModule.
This module handles Netscape cookies (also called Version 0 cookies) and Version 1 cookies.
CookiePolicyHandler - interface HTTPClient.CookiePolicyHandler.
This is the interface that a cookie policy handler must implement.
CookiePolicyHandlerImpl - class wttools.protocols.extend.http.CookiePolicyHandlerImpl.
CookiePolicyHandlerImpl.java Created: Sat Nov 3 21:55:48 2001
CookiePolicyHandlerImpl(boolean) - Constructor for class wttools.protocols.extend.http.CookiePolicyHandlerImpl
 
copy(InputStream, OutputStream) - Static method in class org.mortbay.util.IO
Copy Stream in to Stream out until EOF or exception.
copy(InputStream, OutputStream, long) - Static method in class org.mortbay.util.IO
Copy Stream in to Stream for byteCount bytes or until EOF or exception.
copy(Reader, Writer) - Static method in class org.mortbay.util.IO
Copy Reader to Writer out until EOF or exception.
copy(Reader, Writer, long) - Static method in class org.mortbay.util.IO
Copy Reader to Writer for byteCount bytes or until EOF or exception.
copyFrom(Request) - Method in class HTTPClient.Request
Copy all the fields from other to this request.
copyThread(InputStream, OutputStream) - Static method in class org.mortbay.util.IO
Copy Stream in to Stream out until EOF or exception.
copyThread(Reader, Writer) - Static method in class org.mortbay.util.IO
Copy Stream in to Stream out until EOF or exception in own thread
createBuffer(int) - Static method in class wttools.protocols.snmp.EncodeInBuffer
EncodeInBuffer method creates the data buffer with the size of the passed length
createProtocol(URI) - Static method in class wttools.protocols.ProtocolFactory
createProtocol method performs
createProtocol(URI, boolean) - Static method in class wttools.protocols.ProtocolFactory
createProtocol method performs
createProtocol(URI, String) - Static method in class wttools.protocols.ProtocolFactory
 
createProtocol(URI, String, boolean) - Static method in class wttools.protocols.ProtocolFactory
 
createStandardImpl(URI) - Static method in class wttools.protocols.ProtocolFactory
createStandardImpl method performs
createStandardImpl(URI, boolean) - Static method in class wttools.protocols.ProtocolFactory
createStandardImpl method performs
createTime - Variable in class wttools.protocols.cache.CacheData
 

D

data - Variable in class wttools.protocols.cache.CacheData
 
dataEncodingType - Variable in class wttools.protocols.http.HTTPInputStream
variable dataEncodingType contains value of
dataEncodingType - Variable in class wttools.protocols.simple.http.HTTPInputStream
variable dataEncodingType contains value of
DataPort - class org.mortbay.ftp.DataPort.
 
dataType - Static variable in class wttools.protocols.snmp.SnmpInteger32
 
deb(String) - Method in class wttools.protocols.AbstractProtocol
deb method performs
deb(String) - Method in class wttools.protocols.extend.ExtendURI
 
deb(String) - Static method in class wttools.protocols.http.HTTPConstants
deb method performs
deb(String) - Method in class wttools.protocols.http.HTTPOutputStream
deb method performs
deb(String) - Method in class wttools.protocols.http.HTTPInputStream
deb method performs
deb(String) - Method in class wttools.protocols.simple.http.HTTPOutputStream
deb method performs
deb(String) - Method in class wttools.protocols.simple.http.HTTPInputStream
deb method performs
debug - Variable in class wttools.protocols.AbstractProtocol
 
debug - Static variable in class wttools.protocols.SimpleClient
 
debug - Variable in class wttools.protocols.extend.ExtendURI
 
debug - Variable in class wttools.protocols.http.HTTPOutputStream
variable debug contains value of
debug - Variable in class wttools.protocols.http.HTTPInputStream
variable debug contains value of
debug - Variable in class wttools.protocols.simple.http.HTTPOutputStream
variable debug contains value of
debug - Variable in class wttools.protocols.simple.http.HTTPInputStream
variable debug contains value of
decode(byte[]) - Static method in class wttools.utils.Base64
Decode Base64 encoded bytes.
decode(DecodeFromBuffer) - Method in class wttools.protocols.snmp.SnmpValue
decode method performs decoding of the passed data buffer.
decode(DecodeFromBuffer) - Method in class wttools.protocols.snmp.SnmpInteger32
decode decodes the SnmpInteger32 according to BER encoding from a buffer
decode(DecodeFromBuffer) - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
decode decodes the SnmpObjectIdentifier according to BER encoding from a buffer
decode(DecodeFromBuffer) - Method in class wttools.protocols.snmp.SnmpOctet
decode decodes the SnmpOctet according to BER encoding from a buffer
decode(InputStream, OutputStream, boolean) - Static method in class wttools.utils.Base64
Decode Base64 encoded data from the InputStream to the OutputStream.
decode(String) - Static method in class wttools.utils.Base64
Decode a Base64 encoded String.
decode(String, String) - Static method in class wttools.utils.Base64
Decode a Base64 encoded String.
decodeDataType() - Method in class wttools.protocols.snmp.DecodeFromBuffer
decodeDataType method checks whether the data type is supported or not.
DecodeFromBuffer - class wttools.protocols.snmp.DecodeFromBuffer.
DecodeFromBuffer.java Created: Saturday Dec 08 2001
DecodeFromBuffer(byte[]) - Constructor for class wttools.protocols.snmp.DecodeFromBuffer
DecodeFromBuffer method performs decoding of the passed data buffer.
DecodeFromBuffer(byte[], int) - Constructor for class wttools.protocols.snmp.DecodeFromBuffer
DecodeFromBuffer method performs decoding of the passed data buffer for a specified amount of the length.
decodeLengthOfData() - Method in class wttools.protocols.snmp.DecodeFromBuffer
decodeLengthOfData method decodes the Length of the data buffer.
decodeObjectId() - Method in class wttools.protocols.snmp.DecodeFromBuffer
decodeObjectId method decodes the Object Identifier data type
decodeOctet() - Method in class wttools.protocols.snmp.DecodeFromBuffer
decodeOctet method decodes the Octet data type.
DefaultAuthHandler - class HTTPClient.DefaultAuthHandler.
This class is the default authorization handler.
DefaultAuthHandler() - Constructor for class HTTPClient.DefaultAuthHandler
 
defaultPort - Static variable in class org.mortbay.ftp.Ftp
 
defaultPort(String) - Static method in class HTTPClient.URI
Return the default port used by a given protocol.
defaultPort(String) - Static method in class HTTPClient.Util
Deprecated. use URI.defaultPort() instead
defaultPort(String) - Method in class wttools.protocols.extend.ExtendURI
 
defaultPort(String) - Method in interface wttools.protocols.ifc.URIIfc
 
defaultPort(String) - Method in class wttools.protocols.simple.SimpleURI
 
defaultPorts - Static variable in class HTTPClient.URI
 
delete(String) - Method in class org.mortbay.ftp.Ftp
Delete remote file
Delete(String) - Method in class HTTPClient.HTTPConnection
Requests that file be DELETEd from the server.
Delete(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
Requests that file be DELETEd from the server.
deleteHeader(String) - Method in class HTTPClient.Response
Removes a header field from the list of headers.
deleteTrailer(String) - Method in class HTTPClient.Response
Removes a trailer field from the list of trailers.
DEMUX - Static variable in class HTTPClient.Log
The StreamDemultiplexor facility (4)
dequoteString(String) - Static method in class HTTPClient.Util
Replace quoted characters by their unquoted version.
destroy() - Method in interface org.mortbay.util.LifeCycle
Destroy the LifeCycle.
destroy() - Method in class org.mortbay.util.ThreadPool
Destroy the ThreadPool.
discard - Variable in class HTTPClient.Cookie2
 
discard() - Method in class HTTPClient.Cookie
 
discard() - Method in class HTTPClient.Cookie2
 
discardAllCookies() - Static method in class HTTPClient.CookieModule
Discard all cookies for all contexts.
discardAllCookies(Object) - Static method in class HTTPClient.CookieModule
Discard all cookies for the given context.
disconnect() - Method in class HTTPClient.HttpURLConnection
Closes all the connections to this server.
disconnect() - Method in class wttools.protocols.cache.ProtocolImpl
 
disconnect() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
disconnect() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
disconnect() - Method in class wttools.protocols.ftp.ProtocolImpl
disconnect method performs
disconnect() - Method in class wttools.protocols.http.ProtocolImpl
disconnect method performs
disconnect() - Method in interface wttools.protocols.ifc.ProtocolIfc
disconnect method closes network connection.
disconnect() - Method in class wttools.protocols.simple.http.ProtocolImpl
disconnect method performs
disconnect() - Method in class wttools.protocols.sunp.ProtocolImpl
disconnect method performs
diskCache - Variable in class wttools.protocols.cache.CacheContext
Hashtable for keeping buffers with not recently and not most often used data from the net.
displayHelp() - Static method in class wttools.protocols.SimpleClient
 
domain - Variable in class HTTPClient.Cookie
 
domain_set - Variable in class HTTPClient.Cookie2
 
dontProxyFor(String) - Static method in class HTTPClient.HTTPConnection
Add host to the list of hosts which should be accessed directly, not via any proxy set by setProxyServer().
dontProxyFor(String[]) - Static method in class HTTPClient.HTTPConnection
Convenience method to add a number of hosts at once.
doProxyFor(String) - Static method in class HTTPClient.HTTPConnection
Remove host from the list of hosts for which the proxy should not be used.

E

EBCDIC - Static variable in class org.mortbay.ftp.Ftp
 
ENABLE_BACKWARDS_COMPATIBILITY - Static variable in class HTTPClient.URI
If true, then the parser will resolve certain URI's in backwards compatible (but technically incorrect) manner.
ENC_BINARY - Static variable in class wttools.protocols.http.HTTPInputStream
Describe constant ENC_BINARY here.
ENC_BINARY - Static variable in class wttools.protocols.simple.http.HTTPInputStream
Describe constant ENC_BINARY here.
ENC_CHUNKED - Static variable in class wttools.protocols.http.HTTPInputStream
Describe constant ENC_CHUNKED here.
ENC_CHUNKED - Static variable in class wttools.protocols.simple.http.HTTPInputStream
Describe constant ENC_CHUNKED here.
ENC_UNKNOWN - Static variable in class wttools.protocols.http.HTTPInputStream
Describe constant ENC_UNKNOWN here.
ENC_UNKNOWN - Static variable in class wttools.protocols.simple.http.HTTPInputStream
Describe constant ENC_UNKNOWN here.
encode(byte[]) - Static method in class wttools.utils.Base64
Encode bytes in Base64.
encode(EncodeInBuffer) - Method in class wttools.protocols.snmp.SnmpValue
encode method performs encoding of the passed data buffer.
encode(EncodeInBuffer) - Method in class wttools.protocols.snmp.SnmpInteger32
encode encodes the SnmpInteger32 according to BER encoding and stores in a buffer
encode(EncodeInBuffer) - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
encode encodes the SnmpObjectIdentifier according to BER encoding and stores in a buffer
encode(EncodeInBuffer) - Method in class wttools.protocols.snmp.SnmpOctet
encode encodes the SnmpOctet according to BER encoding and stores in a buffer
encode(InputStream, OutputStream, boolean) - Static method in class wttools.utils.Base64
Encode data from the InputStream to the OutputStream in Base64.
encode(String) - Static method in class wttools.utils.Base64
Encode a String in Base64.
encode(String, String) - Static method in class wttools.utils.Base64
Encode a String in Base64.
encodeDataLength(int) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeDataLength method writes the data length into the data buffer with index being pointed by the current position
encodeDataType(byte) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeDataType method writes the data type into the data buffer with index being pointed by the current position
EncodeDecode - interface wttools.protocols.snmp.EncodeDecode.
EncodeDecode.java Created: Saturday Dec 08 2001
EncodeInBuffer - class wttools.protocols.snmp.EncodeInBuffer.
EncodeInBuffer.java Created: Saturday Dec 08 2001
EncodeInBuffer(int) - Constructor for class wttools.protocols.snmp.EncodeInBuffer
EncodeInBuffer method creates the data buffer with the size of the passed length
encodeInteger32(int) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeInteger32 method encodes the Integer32 data type.
encodeObjectId(SnmpObjectIdentifier) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeObjectId method encodes the Object Identifier
encodeOctet(byte[]) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeOctet method encodes the Octet data type.
encodeSequence(byte, int) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeSequence method encodes and writes the sequence of data type and length into the buffer.
encodeTypeLengthOfData(byte, int) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeTypeLengthOfData method encodes and writes the data type and the length into the buffer.
encodeUnsignedInteger(byte, int) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeUnsignedInteger method encodes the Unsigned data type.
encodeVarHavingNullValue(SnmpObjectIdentifier) - Method in class wttools.protocols.snmp.EncodeInBuffer
encodeVarHavingNullValue method encodes the Object Identifier which has the Null Value.
equals(Object) - Method in class HTTPClient.Cookie
Two cookies match if the name, path and domain match.
equals(Object) - Method in class HTTPClient.URI
 
equals(Object) - Method in class HTTPClient.AuthorizationInfo
Two AuthorizationInfos are considered equal if their host, port, scheme and realm match.
equals(Object) - Method in class HTTPClient.HttpHeaderElement
Two elements are equal if they have the same name.
equals(Object) - Method in class wttools.protocols.cache.CacheKey
 
escape(char[], BitSet, boolean) - Static method in class HTTPClient.URI
Escape any character not in the given character class.
escape(String, BitSet, boolean) - Static method in class HTTPClient.URI
Escape any character not in the given character class.
escpdFragChar - Static variable in class HTTPClient.URI
list of characters which must not be escaped when escaping a fragment identifier
escpdPathChar - Static variable in class HTTPClient.URI
list of characters which must not be escaped when escaping a path
escpdQueryChar - Static variable in class HTTPClient.URI
list of characters which must not be escaped when escaping a query string
expires - Variable in class HTTPClient.Cookie
 
expires() - Method in class HTTPClient.Cookie
 
ExtendURI - class wttools.protocols.extend.ExtendURI.
ExtendURI.java Created: Thu Nov 1 22:16:41 2001
ExtendURI(String) - Constructor for class wttools.protocols.extend.ExtendURI
 
ExtendURI(URL) - Constructor for class wttools.protocols.extend.ExtendURI
 
ExtensionMethod(String, String, byte[], NVPair[]) - Method in class HTTPClient.HTTPConnection
This is here to allow an arbitrary, non-standard request to be sent.
ExtensionMethod(String, String, HttpOutputStream, NVPair[]) - Method in class HTTPClient.HTTPConnection
This is here to allow an arbitrary, non-standard request to be sent.

F

FilenameMangler - interface HTTPClient.FilenameMangler.
Codecs.mpFormDataDecode and Codecs.mpFormDataEncode may be handed an instance of a class which implements this interface in order to control names of the decoded files or the names sent in the encoded data.
files - Static variable in class wttools.protocols.SimpleClient
 
fixupAuthInfo(AuthorizationInfo, RoRequest, AuthorizationInfo, RoResponse) - Method in class HTTPClient.DefaultAuthHandler
For Digest authentication we need to set the uri, response and opaque parameters.
fixupAuthInfo(AuthorizationInfo, RoRequest, AuthorizationInfo, RoResponse) - Method in interface HTTPClient.AuthorizationHandler
This method is called whenever auth info is chosen from the list of known info in the AuthorizationInfo class to be sent with a request.
fragment - Variable in class HTTPClient.URI
 
Ftp - class org.mortbay.ftp.Ftp.
FTP Client
Ftp() - Constructor for class org.mortbay.ftp.Ftp
Ftp constructor
Ftp(InetAddress, int, String, String) - Constructor for class org.mortbay.ftp.Ftp
Ftp constructor Construct an FTP endpoint, open the command port and authenticate the user.
Ftp(InetAddress, String, String) - Constructor for class org.mortbay.ftp.Ftp
Ftp constructor Construct an FTP endpoint, open the default command port and authenticate the user.
FtpCmdStreamException - exception org.mortbay.ftp.FtpCmdStreamException.
 
FtpException - exception org.mortbay.ftp.FtpException.
 
ftpImpl - Variable in class wttools.protocols.extend.ftp.ProtocolImpl
 
ftpImpl - Variable in class wttools.protocols.ftp.ProtocolImpl
 
FtpReplyException - exception org.mortbay.ftp.FtpReplyException.
 

G

GENERIC - Static variable in class HTTPClient.URI
 
get() - Method in class org.mortbay.util.BlockingQueue
Get object from queue.
get(int) - Method in class org.mortbay.util.BlockingQueue
Get from queue.
Get(String) - Method in class HTTPClient.HTTPConnection
GETs the file.
Get(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
GETs the file with a query consisting of the specified form-data.
Get(String, NVPair[], NVPair[]) - Method in class HTTPClient.HTTPConnection
GETs the file with a query consisting of the specified form-data.
Get(String, String) - Method in class HTTPClient.HTTPConnection
GETs the file using the specified query string.
Get(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
GETs the file using the specified query string.
getAllHeaders() - Method in class wttools.protocols.cache.ProtocolImpl
 
getAllHeaders() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getAllHeaders() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getAllHeaders() - Method in class wttools.protocols.ftp.ProtocolImpl
getAllHeaders method performs
getAllHeaders() - Method in class wttools.protocols.http.ProtocolImpl
getAllHeaders method performs
getAllHeaders() - Method in class wttools.protocols.http.HTTPInputStream
getAllHeaders method performs
getAllHeaders() - Method in interface wttools.protocols.ifc.ProtocolIfc
Methods getAllHeaders returns all received header from the web server.
getAllHeaders() - Method in class wttools.protocols.simple.http.HTTPInputStream
getAllHeaders method performs
getAllHeaders() - Method in class wttools.protocols.simple.http.ProtocolImpl
getAllHeaders method performs
getAllHeaders() - Method in class wttools.protocols.sunp.ProtocolImpl
getAllHeaders method performs
getAllowUserInteraction() - Method in class HTTPClient.HTTPConnection
returns whether modules are allowed to prompt or popup dialogs if neccessary.
getAuthHandler() - Static method in class HTTPClient.AuthorizationInfo
Get's the current authorization handler.
getAuthorization(AuthorizationInfo, RoRequest, RoResponse) - Method in class HTTPClient.DefaultAuthHandler
returns the requested authorization, or null if none was given.
getAuthorization(AuthorizationInfo, RoRequest, RoResponse) - Method in interface HTTPClient.AuthorizationHandler
This method is called whenever a 401 or 407 response is received and no candidate info is found in the list of known auth info.
getAuthorization(String, int, String, String) - Static method in class HTTPClient.AuthorizationInfo
Searches for the authorization info using the given host, port, scheme and realm.
getAuthorization(String, int, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Searches for the authorization info in the given context using the given host, port, scheme and realm.
getBuffer() - Method in class wttools.protocols.snmp.DecodeFromBuffer
hasData method checks whether the data variable has data in it or not.
getBuffer() - Method in interface wttools.protocols.snmp.EncodeDecode
getBuffer method returns the handle buffer of the data element.
getBuffer() - Method in class wttools.protocols.snmp.EncodeInBuffer
getBuffer method returns the handle to the data buffer
getBufferLength() - Method in class wttools.protocols.snmp.DecodeFromBuffer
getBufferLength method returns the Length of the data buffer.
getBufferLength() - Method in interface wttools.protocols.snmp.EncodeDecode
getBufferLength method returns the length of the buffer of the data element.
getBufferLength() - Method in class wttools.protocols.snmp.EncodeInBuffer
getBufferLength method returns the length of the data buffer
getByteLimit() - Method in class org.mortbay.util.LineInput
Get the byte limit.
getClientId() - Method in class wttools.protocols.AbstractProtocol
Get the value of clientId.
getClientId() - Method in class wttools.protocols.cache.ProtocolImpl
 
getClientId() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getClientId() - Method in class wttools.protocols.http.ProtocolImpl
 
getClientId() - Method in interface wttools.protocols.ifc.ProtocolIfc
getClientId method returns client identification string which it sends to web sever during connection.
getComment() - Method in class HTTPClient.Cookie2
 
getCommentURL() - Method in class HTTPClient.Cookie2
 
getComponentsOfOid() - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
getComponentsOfOid returns array of integers which are components of Object Identifier
getConnection() - Method in class HTTPClient.Request
 
getConnection() - Method in interface HTTPClient.RoRequest
 
getConnection(URL) - Method in class HTTPClient.HttpURLConnection
Returns an HTTPConnection.
getConnectionInfo() - Method in class wttools.protocols.cache.ProtocolImpl
 
getConnectionInfo() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getConnectionInfo() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getConnectionInfo() - Method in class wttools.protocols.ftp.ProtocolImpl
getConnectionInfo method performs
getConnectionInfo() - Method in class wttools.protocols.http.ProtocolImpl
getConnectionInfo method performs
getConnectionInfo() - Method in interface wttools.protocols.ifc.ProtocolIfc
getConnectionInfo method should return some connection parameters.
getConnectionInfo() - Method in class wttools.protocols.simple.http.ProtocolImpl
getConnectionInfo method performs
getConnectionInfo() - Method in class wttools.protocols.sunp.ProtocolImpl
getConnectionInfo method performs
getConnectionResult() - Method in class wttools.protocols.cache.ProtocolImpl
 
getConnectionResult() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getConnectionResult() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getConnectionResult() - Method in class wttools.protocols.ftp.ProtocolImpl
getConnectionResult method performs
getConnectionResult() - Method in class wttools.protocols.http.ProtocolImpl
getConnectionResult method performs
getConnectionResult() - Method in interface wttools.protocols.ifc.ProtocolIfc
getConnectionResult method returns standarized for all protocols connection with server result.
getConnectionResult() - Method in class wttools.protocols.simple.http.ProtocolImpl
getConnectionResult method performs
getConnectionResult() - Method in class wttools.protocols.sunp.ProtocolImpl
getConnectionResult method performs
getConnectionStatuses() - Method in class wttools.protocols.cache.ProtocolImpl
 
getConnectionStatuses() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getConnectionStatuses() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getConnectionStatuses() - Method in class wttools.protocols.ftp.ProtocolImpl
getConnectionStatuses method performs
getConnectionStatuses() - Method in class wttools.protocols.http.ProtocolImpl
getConnectionStatuses method performs
getConnectionStatuses() - Method in interface wttools.protocols.ifc.ProtocolIfc
getConnectionStatuses method calculates and returns connection statuses in List.
getConnectionStatuses() - Method in class wttools.protocols.simple.http.ProtocolImpl
getConnectionStatuses method performs
getConnectionStatuses() - Method in class wttools.protocols.sunp.ProtocolImpl
 
getContentData() - Method in class wttools.protocols.AbstractProtocol
 
getContentData() - Method in class wttools.protocols.cache.ProtocolImpl
 
getContentData() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getContentData() - Method in class wttools.protocols.http.ProtocolImpl
 
getContentData() - Method in interface wttools.protocols.ifc.ProtocolIfc
 
getContentLength() - Method in class wttools.protocols.cache.ProtocolImpl
 
getContentLength() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getContentLength() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getContentLength() - Method in class wttools.protocols.ftp.ProtocolImpl
getContentLength method performs
getContentLength() - Method in class wttools.protocols.http.ProtocolImpl
getContentLength method performs
getContentLength() - Method in interface wttools.protocols.ifc.ProtocolIfc
getContentLength method returns expected content length.
getContentLength() - Method in class wttools.protocols.simple.http.ProtocolImpl
 
getContentLength() - Method in class wttools.protocols.sunp.ProtocolImpl
getContentLength method performs
getContentType() - Method in class wttools.protocols.cache.ProtocolImpl
 
getContentType() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getContentType() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getContentType() - Method in class wttools.protocols.ftp.ProtocolImpl
getContentType method performs
getContentType() - Method in class wttools.protocols.http.ProtocolImpl
getContentType method performs
getContentType() - Method in interface wttools.protocols.ifc.ProtocolIfc
getContentType method returns type of data stored in resource.
getContentType() - Method in class wttools.protocols.simple.http.ProtocolImpl
 
getContentType() - Method in class wttools.protocols.sunp.ProtocolImpl
getContentType method performs
getContext() - Method in class HTTPClient.HTTPConnection
Returns the current context.
getCookie() - Method in class HTTPClient.AuthorizationInfo
Get the cookie
getCurrentPosition() - Method in class wttools.protocols.snmp.DecodeFromBuffer
getCurrentPosition method returns the reference to the current byte position in the data array.
getCurrentPosition() - Method in interface wttools.protocols.snmp.EncodeDecode
getCurrentPosition method returns the value of the current data bit.
getCurrentPosition() - Method in class wttools.protocols.snmp.EncodeInBuffer
getCurrentPosition method returns the index value of the data buffer
getData() - Method in class HTTPClient.HTTPResponse
Reads all the response data into a byte array.
getData() - Method in class HTTPClient.Request
 
getData() - Method in class HTTPClient.Response
Reads all the response data into a byte array.
getData() - Method in interface HTTPClient.RoResponse
Reads all the response data into a byte array.
getData() - Method in interface HTTPClient.RoRequest
 
getDataBytes() - Method in class wttools.protocols.cache.CacheData
 
getDataInputStream() - Method in class wttools.protocols.cache.CacheData
 
getDataString() - Method in class wttools.protocols.cache.CacheData
 
getDefaultAllowUserInteraction() - Static method in class HTTPClient.HTTPConnection
Gets the default allow-user-action.
getDefaultContext() - Static method in class HTTPClient.HTTPConnection
Returns the default context.
getDefaultHeaders() - Method in class HTTPClient.HTTPConnection
Gets the current list of default http headers.
getDefaultModules() - Static method in class HTTPClient.HTTPConnection
Returns the default list of modules.
getDefaultRequestProperty(String) - Static method in class HTTPClient.HttpURLConnection
Gets the value for a given default request header.
getDefaultTimeout() - Static method in class HTTPClient.HTTPConnection
Gets the default timeout value to be used for each new HTTPConnection.
getDomain() - Method in class HTTPClient.Cookie
Return the domain this cookie is valid in.
getEffectiveURI() - Method in class HTTPClient.HTTPResponse
Get the final URI of the document.
getEffectiveURI() - Method in class HTTPClient.Response
get the final URI of the document.
getEffectiveURI() - Method in class wttools.protocols.cache.ProtocolImpl
 
getEffectiveURI() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getEffectiveURI() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getEffectiveURI() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getEffectiveURI() - Method in class wttools.protocols.http.ProtocolImpl
 
getEffectiveURI() - Method in interface wttools.protocols.ifc.ProtocolIfc
getEffectiveURI returns effective uri of requested resource.
getEffectiveURI() - Method in class wttools.protocols.simple.http.ProtocolImpl
 
getEffectiveURI() - Method in class wttools.protocols.sunp.ProtocolImpl
 
getEffectiveURL() - Method in class HTTPClient.HTTPResponse
Deprecated. use getEffectiveURI() instead
getEffectiveURL() - Method in class HTTPClient.Response
Deprecated. use getEffectiveURI() instead
getElement(Vector, String) - Static method in class HTTPClient.Util
Get the HttpHeaderElement with the name name.
getErrorStream() - Method in class HTTPClient.HttpURLConnection
Returns the error stream if the connection failed but the server sent useful data nonetheless.
getExtraInfo() - Method in class HTTPClient.AuthorizationInfo
Get the extra info.
getFileName() - Method in class wttools.protocols.simple.SimpleURI
 
getFragment() - Method in class HTTPClient.URI
 
getFragment(String) - Static method in class HTTPClient.Util
Extract the fragment part from an http resource.
getFtpPortCommand() - Method in class org.mortbay.ftp.DataPort
 
getHeader(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given header.
getHeader(String) - Method in class HTTPClient.Response
retrieves the field for a given header.
getHeader(String) - Method in interface HTTPClient.RoResponse
retrieves the field for a given header.
getHeaderAsDate(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given header.
getHeaderAsDate(String) - Method in class HTTPClient.Response
retrieves the field for a given header.
getHeaderAsDate(String) - Method in interface HTTPClient.RoResponse
retrieves the field for a given header.
getHeaderAsInt(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given header.
getHeaderAsInt(String) - Method in class HTTPClient.Response
retrieves the field for a given header.
getHeaderAsInt(String) - Method in interface HTTPClient.RoResponse
retrieves the field for a given header.
getHeaderField(int) - Method in class HTTPClient.HttpURLConnection
Gets header value of the n-th header.
getHeaderField(String) - Method in class HTTPClient.HttpURLConnection
Get the value part of a header.
getHeaderFieldDate(String, long) - Method in class HTTPClient.HttpURLConnection
Get the value part of a header, interprets it as a date and converts it to a long representing the number of milliseconds since 1970.
getHeaderFieldInt(String, int) - Method in class HTTPClient.HttpURLConnection
Get the value part of a header and converts it to an int.
getHeaderFieldKey(int) - Method in class HTTPClient.HttpURLConnection
Gets header name of the n-th header.
getHeaderIntValue(String) - Method in class wttools.protocols.AbstractProtocol
 
getHeaderIntValue(String) - Method in class wttools.protocols.cache.ProtocolImpl
 
getHeaderIntValue(String) - Method in class wttools.protocols.ftp.ProtocolImpl
getHeaderIntValue method performs
getHeaderIntValue(String) - Method in class wttools.protocols.http.ProtocolImpl
getHeaderIntValue method performs
getHeaderIntValue(String) - Method in interface wttools.protocols.ifc.ProtocolIfc
Method getHeaderStrValue returns header value as long integer for given header name.
getHeaderIntValue(String) - Method in class wttools.protocols.sunp.ProtocolImpl
getHeaderIntValue method performs
getHeaders() - Method in class HTTPClient.Request
 
getHeaders() - Method in interface HTTPClient.RoRequest
 
getHeaderStrValue(String) - Method in class wttools.protocols.cache.ProtocolImpl
 
getHeaderStrValue(String) - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getHeaderStrValue(String) - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getHeaderStrValue(String) - Method in class wttools.protocols.ftp.ProtocolImpl
getHeaderStrValue method performs
getHeaderStrValue(String) - Method in class wttools.protocols.http.ProtocolImpl
getHeaderStrValue method performs
getHeaderStrValue(String) - Method in interface wttools.protocols.ifc.ProtocolIfc
Method getHeaderStrValue returns header value as String for given header name.
getHeaderStrValue(String) - Method in class wttools.protocols.simple.http.ProtocolImpl
getHeaderStrValue method performs
getHeaderStrValue(String) - Method in class wttools.protocols.sunp.ProtocolImpl
getHeaderStrValue method performs
getHost() - Method in class HTTPClient.URI
 
getHost() - Method in class HTTPClient.AuthorizationInfo
Get the host.
getHost() - Method in class HTTPClient.HTTPConnection
Returns the host this connection is talking to.
getHost() - Method in class wttools.protocols.URI
 
getHost() - Method in class wttools.protocols.extend.ExtendURI
 
getHost() - Method in interface wttools.protocols.ifc.URIIfc
 
getHost() - Method in class wttools.protocols.simple.SimpleURI
 
getHostIP() - Method in class wttools.protocols.URI
getHostIP method performs
getHostIP() - Method in class wttools.protocols.extend.ExtendURI
 
getHostIP() - Method in interface wttools.protocols.ifc.URIIfc
 
getHostIP() - Method in class wttools.protocols.simple.SimpleURI
 
getIdleThreads() - Method in class org.mortbay.util.ThreadPool
Get the number of threads in the pool.
getInputBufferSize() - Method in class wttools.protocols.AbstractProtocol
Get the value of inputBufferSize.
getInputBufferSize() - Method in class wttools.protocols.cache.ProtocolImpl
 
getInputBufferSize() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getInputBufferSize() - Method in class wttools.protocols.http.ProtocolImpl
 
getInputBufferSize() - Method in interface wttools.protocols.ifc.ProtocolIfc
getInputBufferSize method returns input buffer size which is set for this protocol.
getInputStream() - Method in class HTTPClient.HttpURLConnection
Gets an input stream from which the data in the response may be read.
getInputStream() - Method in class HTTPClient.HTTPResponse
Gets an input stream from which the returned data can be read.
getInputStream() - Method in class HTTPClient.Response
Gets an input stream from which the returned data can be read.
getInputStream() - Method in interface HTTPClient.RoResponse
Gets an input stream from which the returned data can be read.
getInputStream() - Method in class wttools.protocols.cache.ProtocolImpl
 
getInputStream() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getInputStream() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getInputStream() - Method in class wttools.protocols.ftp.ProtocolImpl
Get the value of inputStream.
getInputStream() - Method in class wttools.protocols.http.ProtocolImpl
Get the value of inputStream.
getInputStream() - Method in interface wttools.protocols.ifc.ProtocolIfc
getInputStream method returns InputStream where from user can read resource data.
getInputStream() - Method in class wttools.protocols.simple.http.ProtocolImpl
Get the value of inputStream.
getInputStream() - Method in class wttools.protocols.sunp.ProtocolImpl
getInputStream method performs
getInstanceFollowRedirects() - Method in class HTTPClient.HttpURLConnection
 
getIntValue() - Method in class wttools.protocols.snmp.SnmpInteger32
getIntValue returns the value of the SnmpInteger32 variable
getJob() - Method in class org.mortbay.util.ThreadPool.PoolThread
 
getJob(int) - Method in class org.mortbay.util.ThreadPool
Get a job.
getLastModifiedTime(String) - Method in class org.mortbay.ftp.Ftp
 
getLength() - Method in class HTTPClient.HttpOutputStream
Returns the number of bytes this stream is willing to accept, or -1 if it is unbounded.
getLength() - Method in class wttools.protocols.snmp.SnmpValue
getLength method returns the length of the data element.
getLength() - Method in class wttools.protocols.snmp.SnmpInteger32
getLength returns the length of SnmpInteger32 variable in bytes
getLength() - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
getLength returns length of Object Identifier
getLength() - Method in class wttools.protocols.snmp.SnmpOctet
getLength returns length of Octet
getLengthOfOid() - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
getLengthOfOid returns length of Object Identifier
getListenPort() - Method in class org.mortbay.ftp.DataPort
 
getLocalAddress() - Method in class org.mortbay.ftp.Ftp
 
getLongValue() - Method in class wttools.protocols.snmp.SnmpInteger32
getLongValue returns the value of the SnmpInteger32 variable
getMaxIdleTimeMs() - Method in class org.mortbay.util.ThreadPool
Get the maximum thread idle time.
getMaxSize() - Method in class org.mortbay.util.ThreadPool
Deprecated. use getMaxThreads
getMaxStopTimeMs() - Method in class org.mortbay.util.ThreadPool
Get the maximum thread stop time.
getMaxThreads() - Method in class org.mortbay.util.ThreadPool
Set the maximum number of threads.
getMethod() - Method in class HTTPClient.Request
 
getMethod() - Method in interface HTTPClient.RoRequest
 
getMinSize() - Method in class org.mortbay.util.ThreadPool
Deprecated. use getMinThreads
getMinThreads() - Method in class org.mortbay.util.ThreadPool
Get the minimum number of threads.
getModules() - Method in class HTTPClient.HTTPConnection
Returns the list of modules used currently.
getName() - Method in class HTTPClient.Cookie
Return the name of this cookie.
getName() - Method in class HTTPClient.HttpHeaderElement
 
getName() - Method in class HTTPClient.NVPair
Get the name.
getName() - Method in class org.mortbay.util.ThreadPool
 
getNullStream() - Static method in class org.mortbay.util.IO
 
getNullWriter() - Static method in class org.mortbay.util.IO
 
getNumberOfBytesLeft() - Method in class wttools.protocols.snmp.DecodeFromBuffer
getNumberOfBytesLeft method returns the number of bytes left in array to be processed from the reference to the data buffer.
getNumberOfBytesLeft() - Method in interface wttools.protocols.snmp.EncodeDecode
getNumberOfBytesLeft method returns the numbers of Bytes left to be parsed.
getNumberOfBytesLeft() - Method in class wttools.protocols.snmp.EncodeInBuffer
getNumberOfBytesLeft method returns the length of the data buffer with respect to the current position of the data reference
getOctetValue() - Method in class wttools.protocols.snmp.SnmpOctet
getOctetValue returns Octet(array of Bytes)
getOpaque() - Method in class HTTPClient.URI
 
getOriginalURI() - Method in class HTTPClient.HTTPResponse
Get the original URI used in the request.
getOutputStream() - Method in class HTTPClient.HttpURLConnection
Gets an output stream which can be used send an entity with the request.
getParameter(String, String) - Static method in class HTTPClient.Util
retrieves the value associated with the parameter param in a given header string.
getParams() - Method in class HTTPClient.AuthorizationInfo
Get the authentication parameters.
getParams() - Method in class HTTPClient.HttpHeaderElement
 
getParams(String) - Static method in class HTTPClient.Util
Extract the params part from an http resource.
getPassword() - Method in class wttools.protocols.URI
getPassword method performs
getPassword() - Method in class wttools.protocols.extend.ExtendURI
 
getPassword() - Method in interface wttools.protocols.ifc.URIIfc
 
getPassword() - Method in class wttools.protocols.simple.SimpleURI
 
getPath() - Method in class HTTPClient.Cookie
Return the path this cookie is associated with.
getPath() - Method in class HTTPClient.URI
 
getPath() - Method in class wttools.protocols.URI
 
getPath() - Method in class wttools.protocols.extend.ExtendURI
 
getPath() - Method in interface wttools.protocols.ifc.URIIfc
 
getPath() - Method in class wttools.protocols.simple.SimpleURI
 
getPath(String) - Static method in class HTTPClient.Util
Extract the path from an http resource.
getPathAndQuery() - Method in class HTTPClient.URI
 
getPathAndQuery() - Method in class wttools.protocols.URI
 
getPathAndQuery() - Method in class wttools.protocols.extend.ExtendURI
 
getPathAndQuery() - Method in interface wttools.protocols.ifc.URIIfc
 
getPathAndQuery() - Method in class wttools.protocols.simple.SimpleURI
 
getPort() - Method in class HTTPClient.URI
 
getPort() - Method in class HTTPClient.AuthorizationInfo
Get the port.
getPort() - Method in class HTTPClient.HTTPConnection
Returns the port this connection connects to.
getPort() - Method in class wttools.protocols.URI
 
getPort() - Method in class wttools.protocols.extend.ExtendURI
 
getPort() - Method in interface wttools.protocols.ifc.URIIfc
 
getPort() - Method in class wttools.protocols.simple.SimpleURI
 
getPorts() - Method in class HTTPClient.Cookie2
 
getProtocol() - Method in class HTTPClient.HTTPConnection
Returns the protocol this connection is talking.
getProtocol() - Method in class wttools.protocols.URI
getProtocol method performs
getProtocol() - Method in class wttools.protocols.extend.ExtendURI
 
getProtocol() - Method in interface wttools.protocols.ifc.URIIfc
 
getProtocol() - Method in class wttools.protocols.simple.SimpleURI
 
getProtocolType() - Method in class wttools.protocols.cache.ProtocolImpl
 
getProtocolType() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getProtocolType() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getProtocolType() - Method in class wttools.protocols.ftp.ProtocolImpl
getProtocolType method performs
getProtocolType() - Method in class wttools.protocols.http.ProtocolImpl
getProtocolType method performs
getProtocolType() - Method in interface wttools.protocols.ifc.ProtocolIfc
getProtocolType method returns protocols type it implementing.
getProtocolType() - Method in class wttools.protocols.simple.http.ProtocolImpl
getProtocolType method performs
getProtocolType() - Method in class wttools.protocols.sunp.ProtocolImpl
getProtocolType method performs
getProxyHost() - Method in class HTTPClient.HTTPConnection
Returns the host of the proxy this connection is using.
getProxyPort() - Method in class HTTPClient.HTTPConnection
Returns the port of the proxy this connection is using.
getQuery() - Method in class wttools.protocols.URI
getQuery method performs
getQuery() - Method in class wttools.protocols.extend.ExtendURI
 
getQuery() - Method in interface wttools.protocols.ifc.URIIfc
 
getQuery() - Method in class wttools.protocols.simple.SimpleURI
 
getQuery(String) - Static method in class HTTPClient.Util
Extract the query string from an http resource.
getQueryString() - Method in class HTTPClient.URI
 
getRealContentSize() - Method in class wttools.protocols.AbstractProtocol
getRealContentSize method performs
getRealContentSize() - Method in class wttools.protocols.cache.ProtocolImpl
 
getRealContentSize() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getRealContentSize() - Method in class wttools.protocols.http.ProtocolImpl
 
getRealContentSize() - Method in interface wttools.protocols.ifc.ProtocolIfc
getRealContentSize method returns received size of data.
getRealm() - Method in class HTTPClient.AuthorizationInfo
Get the realm.
getReasonLine() - Method in class HTTPClient.HTTPResponse
Give the reason line associated with the status code.
getReasonLine() - Method in class HTTPClient.Response
give the reason line associated with the status code.
getReasonLine() - Method in interface HTTPClient.RoResponse
 
getRequestData() - Method in class wttools.protocols.AbstractProtocol
Get the value of requestData.
getRequestData() - Method in class wttools.protocols.cache.ProtocolImpl
 
getRequestData() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getRequestData() - Method in class wttools.protocols.http.ProtocolImpl
 
getRequestData() - Method in interface wttools.protocols.ifc.ProtocolIfc
 
getRequestMethod() - Method in class HTTPClient.HttpURLConnection
Return the request method used.
getRequestProperty(String) - Method in class HTTPClient.HttpURLConnection
Gets the value of a given request header.
getRequestURI() - Method in class HTTPClient.Request
 
getRequestURI() - Method in interface HTTPClient.RoRequest
 
getResponseCode() - Method in class HTTPClient.HttpURLConnection
Get the response code.
getResponseMessage() - Method in class HTTPClient.HttpURLConnection
Get the response message describing the response code.
getScheme() - Method in class HTTPClient.URI
 
getScheme() - Method in class HTTPClient.AuthorizationInfo
Get the scheme.
getScheme() - Method in class wttools.protocols.extend.ExtendURI
 
getScheme() - Method in interface wttools.protocols.ifc.URIIfc
 
getScheme() - Method in class wttools.protocols.simple.SimpleURI
 
getServer() - Method in class HTTPClient.HTTPResponse
Deprecated. This method is a remnant of V0.1; use getHeader("Server") instead.
getServerId() - Method in class wttools.protocols.cache.ProtocolImpl
 
getServerId() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getServerId() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getServerId() - Method in class wttools.protocols.ftp.ProtocolImpl
getServerId method performs
getServerId() - Method in class wttools.protocols.http.ProtocolImpl
getServerId method performs
getServerId() - Method in interface wttools.protocols.ifc.ProtocolIfc
getServerId method returns web server identification string detected during making connection.
getServerId() - Method in class wttools.protocols.simple.http.ProtocolImpl
 
getServerId() - Method in class wttools.protocols.sunp.ProtocolImpl
getServerId method performs
getSize() - Method in class org.mortbay.util.ThreadPool
Deprecated. use getThreads
getStatusCode() - Method in class HTTPClient.HTTPResponse
Give the status code for this request.
getStatusCode() - Method in class HTTPClient.Response
give the status code for this request.
getStatusCode() - Method in interface HTTPClient.RoResponse
give the status code for this request.
getStream() - Method in class HTTPClient.Request
 
getStream() - Method in interface HTTPClient.RoRequest
 
getStreamReadTimeout() - Method in class wttools.protocols.AbstractProtocol
Get the value of streamReadTimeout.
getStreamReadTimeout() - Method in class wttools.protocols.cache.ProtocolImpl
 
getStreamReadTimeout() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getStreamReadTimeout() - Method in class wttools.protocols.http.ProtocolImpl
 
getStreamReadTimeout() - Method in interface wttools.protocols.ifc.ProtocolIfc
getStreamReadTimeout method returns value of stream read timeout.
getText() - Method in class HTTPClient.HTTPResponse
Reads all the response data into a buffer and turns it into a string using the appropriate character converter.
getThreadClass() - Method in class org.mortbay.util.ThreadPool
 
getThreads() - Method in class org.mortbay.util.ThreadPool
Get the number of threads in the pool.
getTimeout() - Method in class HTTPClient.HTTPConnection
Gets the timeout used for reading response data.
getTrailer(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given trailer.
getTrailer(String) - Method in class HTTPClient.Response
Retrieves the field for a given trailer.
getTrailer(String) - Method in interface HTTPClient.RoResponse
Retrieves the field for a given trailer.
getTrailerAsDate(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given trailer.
getTrailerAsDate(String) - Method in class HTTPClient.Response
Retrieves the field for a given trailer.
getTrailerAsDate(String) - Method in interface HTTPClient.RoResponse
Retrieves the field for a given trailer.
getTrailerAsInt(String) - Method in class HTTPClient.HTTPResponse
Retrieves the value for a given tailer.
getTrailerAsInt(String) - Method in class HTTPClient.Response
Retrieves the field for a given tailer.
getTrailerAsInt(String) - Method in interface HTTPClient.RoResponse
Retrieves the field for a given tailer.
getTrailers() - Method in class HTTPClient.HttpOutputStream
Gets the trailers which were set with setTrailers().
getTransferSpeed() - Method in class wttools.protocols.cache.ProtocolImpl
 
getTransferSpeed() - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
getTransferSpeed() - Method in class wttools.protocols.extend.http.ProtocolImpl
 
getTransferSpeed() - Method in class wttools.protocols.ftp.ProtocolImpl
getTransferSpeed method performs
getTransferSpeed() - Method in class wttools.protocols.http.ProtocolImpl
getTransferSpeed method performs
getTransferSpeed() - Method in interface wttools.protocols.ifc.ProtocolIfc
getTransferSpeed method calculates and returns transfer speed in bytes/sec.
getTransferSpeed() - Method in class wttools.protocols.simple.http.ProtocolImpl
getTransferSpeed method performs
getTransferSpeed() - Method in class wttools.protocols.sunp.ProtocolImpl
getTransferSpeed method performs
getType() - Method in class wttools.protocols.snmp.SnmpValue
getType method returns the data type of the element.
getType() - Method in class wttools.protocols.snmp.SnmpInteger32
getType function returns the Integer32 data type
getType() - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
getType function returns the SnmpObjectIdentifier data type
getType() - Method in class wttools.protocols.snmp.SnmpOctet
getType function returns the SnmpOctet data type
getTypeName() - Method in class wttools.protocols.snmp.SnmpValue
getTypeName method returns the name of the data type of the element.
getTypeName() - Method in class wttools.protocols.snmp.SnmpInteger32
getTypeName function returns the Integer32 data type in String.
getTypeName() - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
getTypeName function returns the SnmpObjectIdentifier data type in String.
getTypeName() - Method in class wttools.protocols.snmp.SnmpOctet
getTypeName function returns the SnmpOctet data type in String.
getUri() - Method in class wttools.protocols.simple.SimpleURI
Gets the value of uri
getURI() - Method in class wttools.protocols.AbstractProtocol
Get the value of uri.
getURI() - Method in class wttools.protocols.cache.ProtocolImpl
 
getURI() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getURI() - Method in class wttools.protocols.http.ProtocolImpl
 
getURI() - Method in interface wttools.protocols.ifc.ProtocolIfc
getURI method returns URI for which performing connection.
getURL() - Method in class HTTPClient.HttpURLConnection
Gets the url for this connection.
getUrl(String, OutputStream) - Method in class org.mortbay.ftp.Ftp
Get file from a URL spec
getUser() - Method in class wttools.protocols.URI
getUser method performs
getUser() - Method in class wttools.protocols.extend.ExtendURI
 
getUser() - Method in interface wttools.protocols.ifc.URIIfc
 
getUser() - Method in class wttools.protocols.simple.SimpleURI
 
getUserinfo() - Method in class HTTPClient.URI
 
getUserName() - Method in class wttools.protocols.AbstractProtocol
Get the value of userName.
getUserName() - Method in class wttools.protocols.cache.ProtocolImpl
 
getUserName() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getUserName() - Method in class wttools.protocols.http.ProtocolImpl
 
getUserName() - Method in interface wttools.protocols.ifc.ProtocolIfc
getUserName method returns user name used during authorization process.
getUsernamePassword(AuthorizationInfo, boolean) - Method in interface HTTPClient.AuthorizationPrompter
This method is invoked whenever a username and password is required for an authentication challenge to proceed.
getUsernamePassword(AuthorizationInfo, boolean) - Method in class wttools.protocols.extend.http.AuthorizationPrompterImpl
 
getUserPassword() - Method in class wttools.protocols.AbstractProtocol
Get the value of userPassword.
getUserPassword() - Method in class wttools.protocols.cache.ProtocolImpl
 
getUserPassword() - Method in class wttools.protocols.ftp.ProtocolImpl
 
getUserPassword() - Method in class wttools.protocols.http.ProtocolImpl
 
getUserPassword() - Method in interface wttools.protocols.ifc.ProtocolIfc
getUserPassword method returns user password used during authorization process.
getValue() - Method in class HTTPClient.Cookie
Return the value of this cookie.
getValue() - Method in class HTTPClient.HttpHeaderElement
 
getValue() - Method in class HTTPClient.NVPair
Get the value.
getVersion() - Method in class HTTPClient.Cookie2
 
getVersion() - Method in class HTTPClient.HTTPResponse
Get the HTTP version used for the response.
getVersion() - Method in class HTTPClient.Response
get the HTTP version used for the response.
getVersion() - Method in interface HTTPClient.RoResponse
 

H

handle() - Method in class org.mortbay.ftp.DataPort
 
handle(Object) - Method in class org.mortbay.util.ThreadPool
Handle a job.
handle(Object) - Method in class org.mortbay.util.IO
Run copy for copyThread()
handleAuthHeaders(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class HTTPClient.DefaultAuthHandler
We handle the "Authentication-Info" and "Proxy-Authentication-Info" headers here.
handleAuthHeaders(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in interface HTTPClient.AuthorizationHandler
Sometimes even non-401 responses will contain headers pertaining to authorization (such as the "Authentication-Info" header).
handleAuthTrailers(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in class HTTPClient.DefaultAuthHandler
We handle the "Authentication-Info" and "Proxy-Authentication-Info" trailers here.
handleAuthTrailers(Response, RoRequest, AuthorizationInfo, AuthorizationInfo) - Method in interface HTTPClient.AuthorizationHandler
This method is similar to handleAuthHeaders except that it is called if any headers in the trailer were sent.
Handler - class HTTPClient.http.Handler.
This class implements a URLStreamHandler for http URLs.
Handler - class HTTPClient.https.Handler.
This class implements a URLStreamHandler for https URLs.
Handler - class HTTPClient.shttp.Handler.
This class implements a URLStreamHandler for shttp URLs.
Handler() - Constructor for class HTTPClient.http.Handler
 
Handler() - Constructor for class HTTPClient.https.Handler
 
Handler() - Constructor for class HTTPClient.shttp.Handler
 
hasData() - Method in class wttools.protocols.snmp.DecodeFromBuffer
hasData method checks whether the data variable has data in it or not.
hasData() - Method in interface wttools.protocols.snmp.EncodeDecode
hasData method returns whether the variable element has data or not.
hasData() - Method in class wttools.protocols.snmp.EncodeInBuffer
hasData method checks whether the data buffer has values or not
hasEntity() - Method in class HTTPClient.Response
Some responses such as those from a HEAD or with certain status codes don't have an entity.
hasExpired() - Method in class HTTPClient.Cookie
 
hashCode() - Method in class HTTPClient.Cookie
Hash up name, path and domain into new hash.
hashCode() - Method in class HTTPClient.URI
The hash code is calculated over scheme, host, path, and query.
hashCode() - Method in class HTTPClient.AuthorizationInfo
Produces a hash code based on host, scheme and realm.
hashCode() - Method in class wttools.protocols.cache.CacheKey
 
hasToken(String, String) - Static method in class HTTPClient.Util
Determines if the given header contains a certain token.
Head(String) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, NVPair[], NVPair[]) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, String) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
Head(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
Sends the HEAD request.
headers - Variable in class wttools.protocols.http.HTTPInputStream
variable headers contains value of
headers - Variable in class wttools.protocols.simple.http.HTTPInputStream
variable headers contains value of
headers - Variable in class wttools.protocols.simple.http.ProtocolImpl
Describe variable headers here.
host - Variable in class HTTPClient.URI
 
host - Variable in class wttools.protocols.http.HTTPOutputStream
Describe variable host here.
host - Variable in class wttools.protocols.simple.http.HTTPOutputStream
Describe variable host here.
hostChar - Static variable in class HTTPClient.URI
 
HTTP_CODE_ACCEPTED - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_ACCEPTED contains value of
HTTP_CODE_BAD_GATEWAY - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_BAD_REQUEST - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_CONFLICT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_CONTINUE - Static variable in class wttools.protocols.http.HTTPConstants
Describe constant HTTP_CODE_CONTINUE here.
HTTP_CODE_CREATED - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_CREATED contains value of
HTTP_CODE_EXPECTATION_FAILED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_FORBIDDEN - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_FOUND - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_FOUND contains value of
HTTP_CODE_GATEWAY_TIMEOUT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_GONE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_HTTP_VERSION_NOT_SUPPORTED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_INTERNAL_SERVER_ERROR - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_LENGTH_REQUIRED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_METHOD_NOT_ALLOWED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_MOVED_PERMANENTLY - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_MOVED_PERMANENTLY contains value of
HTTP_CODE_MULTIPLE_CHOICES - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_MULTIPLE_CHOICES contains value of
HTTP_CODE_NO_CONTENT - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_NO_CONTENT contains value of
HTTP_CODE_NON_AUTHORITATIVE_INFO - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_NON_AUTHORITATIVE_INFO contains value of
HTTP_CODE_NOT_ACCEPTABLE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_NOT_FOUND - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_NOT_IMPLEMENTED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_NOT_MODIFIED - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_NOT_MODIFIED contains value of
HTTP_CODE_OK - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_OK contains value of
HTTP_CODE_PARTIAL_CONTENT - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_PARTIAL_CONTENT contains value of
HTTP_CODE_PAYMENT_REQUIRED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_PRECONDITION_FAILED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_PROXY_AUTHENTICATION_REQUIRED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_REQUEST_ENTITY_TOO_LARGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_REQUEST_RANGE_NOT_SATISFIABLE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_REQUEST_TIMEOUT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_REQUEST_URI_TOO_LARGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_RESET_CONTENT - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_RESET_CONTENT contains value of
HTTP_CODE_SEE_OTHER - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_SEE_OTHER contains value of
HTTP_CODE_SERVICE_UNAVAILABLE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_SWITCHING_PROTOCOL - Static variable in class wttools.protocols.http.HTTPConstants
Describe constant HTTP_CODE_SWITCHING_PROTOCOL here.
HTTP_CODE_TEMPORARY_REDIRECT - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_TEMPORARY_REDIRECT contains value of
HTTP_CODE_UNAUTHORIZED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_UNSUPPORTED_MEDIA_TYPE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_CODE_USE_PROXY - Static variable in class wttools.protocols.http.HTTPConstants
constant HTTP_CODE_USE_PROXY contains value of
HTTP_ENTITY_ALLOW - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_CONTENT_ENCODING - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_CONTENT_LANGUAGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_CONTENT_LENGTH - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_CONTENT_LOCATION - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_CONTENT_MD5 - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_CONTENT_RANGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_CONTENT_TYPE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_EXPIRES - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_LAST_MODIFIED - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_ENTITY_TRANSFER_ENCODING - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_CONNECT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_DELETE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_GET - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_HEAD - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_OPTIONS - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_POST - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_PUT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_METHOD_TRACE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_ACCEPT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_ACCEPT_CHARSET - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_ACCEPT_ENCODING - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_ACCEPT_LANGUAGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_AUTHORIZATION - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_EXPECT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_FROM - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_HOST - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_IF_MATCH - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_IF_MODIFIED_SINCE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_IF_NONE_MATCH - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_IF_RANGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_IF_UNMODIFIED_SINCE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_MAX_FORWARDS - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_PROXY_AUTHORIZATION - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_RANGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_REFERER - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_TE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_REQ_USER_AGENT - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_ACCEPT_RANGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_AGE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_ETAG - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_LOCATION - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_PROXY_AUTHENTICATE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_RETRY_AFTER - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_SERVER - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_VARY - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTP_RES_WWW_AUTHENTICATE - Static variable in class wttools.protocols.http.HTTPConstants
 
HTTPClient - package HTTPClient
This package provides a complete http client library.
HTTPClient.http - package HTTPClient.http
Provides the URLStreamHandler for the http scheme.
HTTPClient.https - package HTTPClient.https
Provides the URLStreamHandler for the https scheme.
HTTPClient.shttp - package HTTPClient.shttp
Provides the URLStreamHandler for the shttp scheme.
HTTPClientModule - interface HTTPClient.HTTPClientModule.
This is the interface that a module must implement.
HTTPClientModuleConstants - interface HTTPClient.HTTPClientModuleConstants.
This interface defines the return codes that the handlers in modules may return.
HTTPConnection - class HTTPClient.HTTPConnection.
This class implements http protocol requests; it contains most of HTTP/1.1 and ought to be unconditionally compliant.
HTTPConnection(Applet) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the host from where the applet was loaded.
HTTPConnection(String) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on port 80
HTTPConnection(String, int) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on the specified port
HTTPConnection(String, String, int) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on the specified port, using the specified protocol (currently only "http" is supported).
HTTPConnection(String, String, int, InetAddress, int) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the specified host on the specified port, using the specified protocol (currently only "http" is supported), local address, and local port.
HTTPConnection(URI) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the host (port) as given in the uri.
HTTPConnection(URL) - Constructor for class HTTPClient.HTTPConnection
Constructs a connection to the host (port) as given in the url.
HTTPConstants - class wttools.protocols.extend.http.HTTPConstants.
HTTPConstans.java Created: Wed Oct 3 23:08:57 2001
HTTPConstants - class wttools.protocols.http.HTTPConstants.
HTTPConstans.java Created: Wed Oct 3 23:08:57 2001
HTTPConstants - class wttools.protocols.simple.http.HTTPConstants.
HTTPConstans.java Created: Wed Oct 3 23:08:57 2001
HTTPConstants() - Constructor for class wttools.protocols.extend.http.HTTPConstants
 
HTTPConstants() - Constructor for class wttools.protocols.http.HTTPConstants
 
HTTPConstants() - Constructor for class wttools.protocols.simple.http.HTTPConstants
 
httpDate(Date) - Static method in class HTTPClient.Util
This returns a string containing the date and time in date formatted according to a subset of RFC-1123.
HttpHeaderElement - class HTTPClient.HttpHeaderElement.
This class holds a description of an http header element.
HttpHeaderElement(String) - Constructor for class HTTPClient.HttpHeaderElement
Construct an element with the given name.
HttpHeaderElement(String, String, NVPair[]) - Constructor for class HTTPClient.HttpHeaderElement
 
httpImpl - Variable in class wttools.protocols.http.ProtocolImpl
 
HTTPInputStream - class wttools.protocols.http.HTTPInputStream.
HTTPInputStream.java Created: Mon Sep 17 16:37:47 2001
HTTPInputStream - class wttools.protocols.simple.http.HTTPInputStream.
HTTPInputStream.java Created: Mon Sep 17 16:37:47 2001
HTTPInputStream(InputStream) - Constructor for class wttools.protocols.http.HTTPInputStream
Creates a new HTTPInputStream instance.
HTTPInputStream(InputStream) - Constructor for class wttools.protocols.simple.http.HTTPInputStream
Creates a new HTTPInputStream instance.
HttpOutputStream - class HTTPClient.HttpOutputStream.
This class provides an output stream for requests.
HTTPOutputStream - class wttools.protocols.http.HTTPOutputStream.
HTTPOutputStream.java Created: Mon Sep 17 16:37:47 2001
HTTPOutputStream - class wttools.protocols.simple.http.HTTPOutputStream.
HTTPOutputStream.java Created: Mon Sep 17 16:37:47 2001
HttpOutputStream() - Constructor for class HTTPClient.HttpOutputStream
Creates an output stream of unspecified length.
HttpOutputStream(int) - Constructor for class HTTPClient.HttpOutputStream
This creates an output stream which will take length bytes of data.
HTTPOutputStream(OutputStream, String, boolean, String) - Constructor for class wttools.protocols.http.HTTPOutputStream
Creates a new HTTPOutputStream instance.
HTTPOutputStream(OutputStream, String, boolean, String) - Constructor for class wttools.protocols.simple.http.HTTPOutputStream
Creates a new HTTPOutputStream instance.
HTTPResponse - class HTTPClient.HTTPResponse.
This defines the http-response class returned by the requests.
HttpURLConnection - class HTTPClient.HttpURLConnection.
This class is a wrapper around HTTPConnection providing the interface defined by java.net.URLConnection and java.net.HttpURLConnection.
HttpURLConnection(URL) - Constructor for class HTTPClient.HttpURLConnection
Construct a connection to the specified url.

I

IllegalProtocolException - exception wttools.protocols.exc.IllegalProtocolException.
IllegalProtocolException.java Created: Fri Oct 5 21:54:42 2001
IllegalProtocolException() - Constructor for class wttools.protocols.exc.IllegalProtocolException
 
IllegalProtocolException(String) - Constructor for class wttools.protocols.exc.IllegalProtocolException
 
IMAGE - Static variable in class org.mortbay.ftp.Ftp
 
initialize() - Method in class wttools.protocols.sunp.ProtocolImpl
initialize method performs
initialize(int) - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
initialize(int) - Method in class wttools.protocols.extend.http.ProtocolImpl
 
initialize(int) - Method in class wttools.protocols.simple.http.ProtocolImpl
initialize method performs
initialize(Object) - Method in class org.mortbay.util.ThreadPool
Not required.
inp_stream - Variable in class HTTPClient.Response
our input stream (usually from the stream demux).
input - Variable in class org.mortbay.ftp.FtpCmdStreamException
 
inputBufferSize - Variable in class wttools.protocols.AbstractProtocol
 
inputStream - Variable in class wttools.protocols.simple.http.ProtocolImpl
Describe variable inputStream here.
instance() - Static method in class org.mortbay.util.IO
 
IO - class org.mortbay.util.IO.
IO Utilities.
IO() - Constructor for class org.mortbay.util.IO
 
ip_num - Variable in class wttools.protocols.extend.ExtendURI
 
ip_num - Variable in class wttools.protocols.simple.SimpleURI
 
isActive() - Method in class org.mortbay.util.ThreadPool.PoolThread
Is the PoolThread active.
isAllowAllCookies() - Method in class wttools.protocols.AbstractProtocol
 
isAllowAllCookies() - Method in class wttools.protocols.cache.ProtocolImpl
 
isAllowAllCookies() - Method in class wttools.protocols.ftp.ProtocolImpl
 
isAllowAllCookies() - Method in class wttools.protocols.http.ProtocolImpl
 
isAllowAllCookies() - Method in interface wttools.protocols.ifc.ProtocolIfc
 
isAllowRedirect() - Method in class wttools.protocols.AbstractProtocol
 
isAllowRedirect() - Method in class wttools.protocols.cache.ProtocolImpl
 
isAllowRedirect() - Method in class wttools.protocols.ftp.ProtocolImpl
 
isAllowRedirect() - Method in class wttools.protocols.http.ProtocolImpl
 
isAllowRedirect() - Method in interface wttools.protocols.ifc.ProtocolIfc
 
isAllowUserInteraction() - Method in class wttools.protocols.AbstractProtocol
 
isAllowUserInteraction() - Method in class wttools.protocols.cache.ProtocolImpl
 
isAllowUserInteraction() - Method in class wttools.protocols.ftp.ProtocolImpl
 
isAllowUserInteraction() - Method in class wttools.protocols.http.ProtocolImpl
 
isAllowUserInteraction() - Method in interface wttools.protocols.ifc.ProtocolIfc
 
isCompatibleWith(URI) - Method in class HTTPClient.HTTPConnection
See if the given uri is compatible with this connection.
isDebug() - Method in class wttools.protocols.AbstractProtocol
Get the value of debug.
isDebug() - Method in class wttools.protocols.cache.ProtocolImpl
 
isDebug() - Method in class wttools.protocols.ftp.ProtocolImpl
 
isDebug() - Method in class wttools.protocols.http.HTTPOutputStream
Get the value of debug.
isDebug() - Method in class wttools.protocols.http.ProtocolImpl
 
isDebug() - Method in class wttools.protocols.http.HTTPInputStream
Get the value of debug.
isDebug() - Method in interface wttools.protocols.ifc.ProtocolIfc
 
isDebug() - Method in class wttools.protocols.simple.http.HTTPOutputStream
Get the value of debug.
isDebug() - Method in class wttools.protocols.simple.http.HTTPInputStream
Get the value of debug.
isDestroyed() - Method in interface org.mortbay.util.LifeCycle
 
isDestroyed() - Method in class org.mortbay.util.ThreadPool
 
isEnabled(int) - Static method in class HTTPClient.Log
Check whether logging for the given facility is enabled or not.
isErrorRecoverable(int) - Method in class wttools.protocols.AbstractProtocol
 
isErrorRecoverable(int) - Method in class wttools.protocols.cache.ProtocolImpl
 
isErrorRecoverable(int) - Method in class wttools.protocols.ftp.ProtocolImpl
 
isErrorRecoverable(int) - Method in class wttools.protocols.http.ProtocolImpl
 
isErrorRecoverable(int) - Method in interface wttools.protocols.ifc.ProtocolIfc
This method isErrorRecoverable should be able to return info if given error code is permanent or not.
isGenericURI() - Method in class HTTPClient.URI
Does the scheme specific part of this URI use the generic-URI syntax?
isKeepAlive() - Method in class wttools.protocols.AbstractProtocol
Get the value of keepAlive.
isKeepAlive() - Method in class wttools.protocols.cache.ProtocolImpl
 
isKeepAlive() - Method in class wttools.protocols.ftp.ProtocolImpl
 
isKeepAlive() - Method in class wttools.protocols.http.ProtocolImpl
 
isKeepAlive() - Method in interface wttools.protocols.ifc.ProtocolIfc
getKeepAlive method returns value of keepAlive field.
isSecure() - Method in class HTTPClient.Cookie
Return whether this cookie should only be sent over secure connections.
isSemiGenericURI() - Method in class HTTPClient.URI
Does the scheme specific part of this URI use the semi-generic-URI syntax?
isStarted() - Method in interface org.mortbay.util.LifeCycle
 
isStarted() - Method in class org.mortbay.util.ThreadPool
Is the pool running jobs.

J

join() - Method in class org.mortbay.util.ThreadPool
Join the ThreadPool.

K

keepAlive - Variable in class wttools.protocols.AbstractProtocol
 
keepAlive - Variable in class wttools.protocols.http.HTTPOutputStream
Describe variable keepAlive here.
keepAlive - Variable in class wttools.protocols.simple.http.HTTPOutputStream
Describe variable keepAlive here.
key - Variable in class wttools.protocols.cache.CacheKey
 

L

lastUsedTime - Variable in class wttools.protocols.cache.CacheData
 
LifeCycle - interface org.mortbay.util.LifeCycle.
A component LifeCycle.
LineInput - class org.mortbay.util.LineInput.
Fast LineInput InputStream.
LineInput.LineBuffer - class org.mortbay.util.LineInput.LineBuffer.
Reusable LineBuffer.
LineInput.LineBuffer(int) - Constructor for class org.mortbay.util.LineInput.LineBuffer
 
LineInput(InputStream) - Constructor for class org.mortbay.util.LineInput
Constructor.
LineInput(InputStream, int) - Constructor for class org.mortbay.util.LineInput
Constructor.
LineInput(InputStream, int, String) - Constructor for class org.mortbay.util.LineInput
Constructor.
list() - Method in class org.mortbay.ftp.Ftp
Get list files in remote working directory
list(String) - Method in class org.mortbay.ftp.Ftp
Get a directory listing from the remote server.
listAllCookies() - Static method in class HTTPClient.CookieModule
List all stored cookies for all contexts.
listAllCookies(Object) - Static method in class HTTPClient.CookieModule
List all stored cookies for a given context.
listHeaders() - Method in class HTTPClient.HTTPResponse
Returns an enumeration of all the headers available via getHeader().
listTrailers() - Method in class HTTPClient.HTTPResponse
Returns an enumeration of all the trailers available via getTrailer().
LOCAL - Static variable in class org.mortbay.ftp.Ftp
 
Log - class HTTPClient.Log.
This is a simple logger for the HTTPClient.

M

main(String[]) - Static method in class HTTPClient.URI
Run test set.
main(String[]) - Static method in class org.mortbay.ftp.DataPort
 
main(String[]) - Static method in class org.mortbay.ftp.Ftp
 
main(String[]) - Static method in class wttools.protocols.SimpleClient
main method performs
mangleFilename(String, String) - Method in interface HTTPClient.FilenameMangler
This is invoked by Codecs.mpFormDataDecode for each file found in the data, just before the file is created and written.
mark(int) - Method in class org.mortbay.util.LineInput
 
markChar - Static variable in class HTTPClient.URI
 
markSupported() - Method in class org.mortbay.util.LineInput
 
MAX_LENGTH_OID - Static variable in class wttools.protocols.snmp.DecodeFromBuffer
Constant for a Maximum Length OID MAX_LENGTH_OID.
MAX_LENGTH_OID - Variable in class wttools.protocols.snmp.EncodeInBuffer
Constant for a Maximum Length OID MAX_LENGTH_OID.
maxSize() - Method in class org.mortbay.util.BlockingQueue
 
method - Variable in class wttools.protocols.extend.ftp.ProtocolImpl
 
METHOD_GET - Static variable in interface wttools.protocols.ifc.ProtocolIfc
constant METHOD_GET contains value of
METHOD_HEAD - Static variable in interface wttools.protocols.ifc.ProtocolIfc
constant METHOD_HEAD contains value of
mkdir(String) - Method in class org.mortbay.ftp.Ftp
Create remote directory
MODS - Static variable in class HTTPClient.Log
The Modules facility (32)
ModuleException - exception HTTPClient.ModuleException.
Signals that an exception occured in a module.
ModuleException() - Constructor for class HTTPClient.ModuleException
Constructs an ModuleException with no detail message.
ModuleException(String) - Constructor for class HTTPClient.ModuleException
Constructs an ModuleException class with the specified detail message.
MORE_TO_FOLLOW - Variable in class wttools.protocols.snmp.EncodeInBuffer
Constant to represent more bytes in the buffer MORE_TO_FOLLOW.
mpFormDataDecode(byte[], String, String) - Static method in class HTTPClient.Codecs
This method decodes a multipart/form-data encoded string.
mpFormDataDecode(byte[], String, String, FilenameMangler) - Static method in class HTTPClient.Codecs
This method decodes a multipart/form-data encoded string.
mpFormDataEncode(NVPair[], NVPair[], NVPair[]) - Static method in class HTTPClient.Codecs
This method encodes name/value pairs and files into a byte array using the multipart/form-data encoding.
mpFormDataEncode(NVPair[], NVPair[], NVPair[], FilenameMangler) - Static method in class HTTPClient.Codecs
This method encodes name/value pairs and files into a byte array using the multipart/form-data encoding.

N

name - Variable in class HTTPClient.Cookie
 
NON_PRINT - Static variable in class org.mortbay.ftp.Ftp
 
nv2query(NVPair[]) - Static method in class HTTPClient.Codecs
Turns an array of name/value pairs into the string "name1=value1&name2=value2&name3=value3".
nvp - Variable in class wttools.protocols.extend.http.AuthorizationPrompterImpl
 
NVPair - class HTTPClient.NVPair.
This class holds a Name/Value pair of strings.
NVPair(NVPair) - Constructor for class HTTPClient.NVPair
Creates a copy of a given name/value pair.
NVPair(String, String) - Constructor for class HTTPClient.NVPair
Creates a new name/value pair and initializes it to the specified name and value.

O

one_byte - Variable in class wttools.protocols.http.HTTPInputStream
Variable one_byte is an array of one byte capasity.
one_byte - Variable in class wttools.protocols.simple.http.HTTPInputStream
Variable one_byte is an array of one byte capasity.
opaque - Variable in class HTTPClient.URI
 
OPAQUE - Static variable in class HTTPClient.URI
 
opaqueChar - Static variable in class HTTPClient.URI
 
open(InetAddress) - Method in class org.mortbay.ftp.Ftp
Open connection
open(InetAddress, int) - Method in class org.mortbay.ftp.Ftp
Open connection
openConnection(URL) - Method in class HTTPClient.http.Handler
 
openConnection(URL) - Method in class HTTPClient.https.Handler
 
openConnection(URL) - Method in class HTTPClient.shttp.Handler
 
openSocket() - Method in class wttools.protocols.simple.http.ProtocolImpl
openSocket method performs
Options(String) - Method in class HTTPClient.HTTPConnection
Request OPTIONS from the server.
Options(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
Request OPTIONS from the server.
Options(String, NVPair[], byte[]) - Method in class HTTPClient.HTTPConnection
Request OPTIONS from the server.
Options(String, NVPair[], HttpOutputStream) - Method in class HTTPClient.HTTPConnection
Request OPTIONS from the server.
org.mortbay.ftp - package org.mortbay.ftp
 
org.mortbay.util - package org.mortbay.util
 
outputStream - Variable in class wttools.protocols.simple.http.ProtocolImpl
Describe variable outputStream here.

P

parse(String, RoRequest) - Static method in class HTTPClient.Cookie
Parses the Set-Cookie header into an array of Cookies.
parse(String, RoRequest) - Static method in class HTTPClient.Cookie2
Parses the Set-Cookie2 header into an array of Cookies.
parseArgs(String[]) - Static method in class wttools.protocols.SimpleClient
 
ParseException - exception HTTPClient.ParseException.
Signals that something went wrong while parsing data.
ParseException() - Constructor for class HTTPClient.ParseException
Constructs an ParseException with no detail message.
ParseException(String) - Constructor for class HTTPClient.ParseException
Constructs an ParseException class with the specified detail message.
parseHeader(String) - Static method in class HTTPClient.Util
This parses the value part of a header.
parseHeader(String) - Static method in class wttools.protocols.http.HTTPConstants
parseHeader method performs
parseHeader(String, boolean) - Static method in class HTTPClient.Util
This parses the value part of a header.
parseResponseCode(String) - Method in class wttools.protocols.simple.http.ProtocolImpl
parseResponseCode method performs
PASSIVE - Static variable in class wttools.protocols.extend.ftp.ProtocolImpl
 
path - Variable in class HTTPClient.Cookie
 
path - Variable in class HTTPClient.URI
 
path_set - Variable in class HTTPClient.Cookie2
 
pcharChar - Static variable in class HTTPClient.URI
 
peek() - Method in class org.mortbay.util.BlockingQueue
Peek at the queue.
peek(int) - Method in class org.mortbay.util.BlockingQueue
Peek at the queue.
port - Variable in class HTTPClient.URI
 
port_list - Variable in class HTTPClient.Cookie2
 
port_list_str - Variable in class HTTPClient.Cookie2
 
port_set - Variable in class HTTPClient.Cookie2
 
Post(String) - Method in class HTTPClient.HTTPConnection
POSTs to the specified file.
Post(String, byte[]) - Method in class HTTPClient.HTTPConnection
POSTs the raw data to the specified file.
Post(String, byte[], NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs the raw data to the specified file using the specified headers.
Post(String, HttpOutputStream) - Method in class HTTPClient.HTTPConnection
POSTs the data written to the output stream to the specified file.
Post(String, HttpOutputStream, NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs the data written to the output stream to the specified file using the specified headers.
Post(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs form-data to the specified file.
Post(String, NVPair[], NVPair[]) - Method in class HTTPClient.HTTPConnection
POST's form-data to the specified file using the specified headers.
Post(String, String) - Method in class HTTPClient.HTTPConnection
POSTs the data to the specified file.
Post(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
POSTs the data to the specified file using the specified headers.
pr(String) - Static method in class wttools.protocols.SimpleClient
 
ProtocolFactory - class wttools.protocols.ProtocolFactory.
Class ProtocolFactory implements
ProtocolFactory() - Constructor for class wttools.protocols.ProtocolFactory
 
ProtocolIfc - interface wttools.protocols.ifc.ProtocolIfc.
Interface ProtocolIfc defines genral interface for reaching network resources.
ProtocolImpl - class wttools.protocols.cache.ProtocolImpl.
It is implementation of cache subsystem for all protocols.
ProtocolImpl - class wttools.protocols.extend.ftp.ProtocolImpl.
ProtocolImpl.java Created: Fri Nov 30 14:13:00 2001
ProtocolImpl - class wttools.protocols.extend.http.ProtocolImpl.
ProtocolImpl.java Created: Thu Nov 1 15:10:01 2001
ProtocolImpl - class wttools.protocols.ftp.ProtocolImpl.
Class FTPImpl implements
ProtocolImpl - class wttools.protocols.http.ProtocolImpl.
Class HTTPImpl implements
ProtocolImpl - class wttools.protocols.nntp.ProtocolImpl.
Class NNTPImpl implements
ProtocolImpl - class wttools.protocols.simple.http.ProtocolImpl.
Class HTTPImpl implements
ProtocolImpl - class wttools.protocols.sunp.ProtocolImpl.
Class FTPImpl implements
ProtocolImpl() - Constructor for class wttools.protocols.extend.ftp.ProtocolImpl
 
ProtocolImpl() - Constructor for class wttools.protocols.extend.http.ProtocolImpl
 
ProtocolImpl() - Constructor for class wttools.protocols.ftp.ProtocolImpl
 
ProtocolImpl() - Constructor for class wttools.protocols.http.ProtocolImpl
 
ProtocolImpl() - Constructor for class wttools.protocols.nntp.ProtocolImpl
 
ProtocolImpl() - Constructor for class wttools.protocols.simple.http.ProtocolImpl
 
ProtocolImpl() - Constructor for class wttools.protocols.sunp.ProtocolImpl
 
ProtocolImpl(CacheContext) - Constructor for class wttools.protocols.cache.ProtocolImpl
 
ProtocolNotSuppException - exception HTTPClient.ProtocolNotSuppException.
Signals that the protocol is not supported.
ProtocolNotSuppException() - Constructor for class HTTPClient.ProtocolNotSuppException
Constructs an ProtocolNotSuppException with no detail message.
ProtocolNotSuppException(String) - Constructor for class HTTPClient.ProtocolNotSuppException
Constructs an ProtocolNotSuppException class with the specified detail message.
protoType - Static variable in class wttools.protocols.SimpleClient
 
put(Object) - Method in class org.mortbay.util.BlockingQueue
Put object in queue.
put(Object, int) - Method in class org.mortbay.util.BlockingQueue
Put object in queue.
Put(String, byte[]) - Method in class HTTPClient.HTTPConnection
PUTs the raw data into the specified file.
Put(String, byte[], NVPair[]) - Method in class HTTPClient.HTTPConnection
PUTs the raw data into the specified file using the additional headers.
Put(String, HttpOutputStream) - Method in class HTTPClient.HTTPConnection
PUTs the data written to the output stream into the specified file.
Put(String, HttpOutputStream, NVPair[]) - Method in class HTTPClient.HTTPConnection
PUTs the data written to the output stream into the specified file using the additional headers.
Put(String, String) - Method in class HTTPClient.HTTPConnection
PUTs the data into the specified file.
Put(String, String, NVPair[]) - Method in class HTTPClient.HTTPConnection
PUTs the data into the specified file using the additional headers for the request.

Q

query - Variable in class HTTPClient.URI
 
query2nv(String) - Static method in class HTTPClient.Codecs
Turns a string of the form "name1=value1&name2=value2&name3=value3" into an array of name/value pairs.
quotedPrintableDecode(String) - Static method in class HTTPClient.Codecs
This method does a quoted-printable decoding of the given string according to RFC-2045 (Section 6.7).
quotedPrintableEncode(String) - Static method in class HTTPClient.Codecs
This method does a quoted-printable encoding of the given string according to RFC-2045 (Section 6.7).
quoteString(String, String) - Static method in class HTTPClient.Util
Replace given characters by their quoted version.

R

ramCache - Variable in class wttools.protocols.cache.CacheContext
Hashtable for keeping buffers with recently and most often used data from the net.
raw(String) - Method in class wttools.protocols.http.HTTPOutputStream
raw method performs
raw(String) - Method in class wttools.protocols.http.HTTPInputStream
raw method performs
raw(String) - Method in class wttools.protocols.simple.http.HTTPOutputStream
raw method performs
raw(String) - Method in class wttools.protocols.simple.http.HTTPInputStream
raw method performs
read() - Method in class org.mortbay.util.LineInput
 
read() - Method in class wttools.protocols.http.HTTPInputStream
read method performs
read() - Method in class wttools.protocols.simple.http.HTTPInputStream
read method performs
read(byte[]) - Method in class wttools.protocols.http.HTTPInputStream
read method performs
read(byte[]) - Method in class wttools.protocols.simple.http.HTTPInputStream
read method performs
read(byte[], int, int) - Method in class org.mortbay.util.LineInput
 
read(byte[], int, int) - Method in class wttools.protocols.http.HTTPInputStream
read method performs
read(byte[], int, int) - Method in class wttools.protocols.simple.http.HTTPInputStream
read method performs
readBinary(byte[], int, int) - Method in class wttools.protocols.http.HTTPInputStream
readBinary method performs
readBinary(byte[], int, int) - Method in class wttools.protocols.simple.http.HTTPInputStream
readBinary method performs
readBytes - Variable in class wttools.protocols.http.HTTPInputStream
variable readBytes contains value of
readBytes - Variable in class wttools.protocols.simple.http.HTTPInputStream
variable readBytes contains value of
readChunked(byte[], int, int) - Method in class wttools.protocols.http.HTTPInputStream
readChunked method streams chunked data from http server.
readChunked(byte[], int, int) - Method in class wttools.protocols.simple.http.HTTPInputStream
readChunked method streams chunked data from http server.
readLine() - Method in class org.mortbay.util.LineInput
Read a line ended by CR, LF or CRLF.
readLine(byte[], int, int) - Method in class org.mortbay.util.LineInput
Read a line ended by CR, LF or CRLF.
readLine(char[], int, int) - Method in class org.mortbay.util.LineInput
Read a line ended by CR, LF or CRLF.
readLineBuffer() - Method in class org.mortbay.util.LineInput
Read a Line ended by CR, LF or CRLF.
readLineBuffer(int) - Method in class org.mortbay.util.LineInput
Read a Line ended by CR, LF or CRLF.
readMilis - Variable in class wttools.protocols.http.HTTPInputStream
variable readMilis contains value of
readMilis - Variable in class wttools.protocols.simple.http.HTTPInputStream
variable readMilis contains value of
readNextChunkSize() - Method in class wttools.protocols.http.HTTPInputStream
readNextChunkSize method performs
readNextChunkSize() - Method in class wttools.protocols.simple.http.HTTPInputStream
readNextChunkSize method performs
reg_nameChar - Static variable in class HTTPClient.URI
 
removeAuthorization(AuthorizationInfo) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list using the default context.
removeAuthorization(AuthorizationInfo, Object) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list.
removeAuthorization(String, int, String, String) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list using the default context.
removeAuthorization(String, int, String, String, Object) - Static method in class HTTPClient.AuthorizationInfo
Removes an authorization entry from the list.
removeCookie(Cookie) - Static method in class HTTPClient.CookieModule
Remove the specified cookie from the list of cookies in the default context.
removeCookie(Cookie, Object) - Static method in class HTTPClient.CookieModule
Remove the specified cookie from the list of cookies for the specified context.
removeDefaultModule(Class) - Static method in class HTTPClient.HTTPConnection
Removes a module from the default list.
removeModule(Class) - Method in class HTTPClient.HTTPConnection
Removes a module from the current list.
rename(String, String) - Method in class org.mortbay.ftp.Ftp
Rename remote file
reply - Variable in class org.mortbay.ftp.FtpReplyException
 
REQ_CONTINUE - Static variable in interface HTTPClient.HTTPClientModuleConstants
continue processing the request
REQ_NEWCON_RST - Static variable in interface HTTPClient.HTTPClientModuleConstants
using a new HTTPConnection, restart request processing
REQ_NEWCON_SND - Static variable in interface HTTPClient.HTTPClientModuleConstants
using a new HTTPConnection, send request immediately
REQ_RESPONSE - Static variable in interface HTTPClient.HTTPClientModuleConstants
response generated; go to phase 2
REQ_RESTART - Static variable in interface HTTPClient.HTTPClientModuleConstants
restart request processing with first module
REQ_RETURN - Static variable in interface HTTPClient.HTTPClientModuleConstants
response generated; return response immediately (no processing)
REQ_SHORTCIRC - Static variable in interface HTTPClient.HTTPClientModuleConstants
stop processing and send the request
Request - class HTTPClient.Request.
This class represents an http request.
Request(HTTPConnection, String, String, NVPair[], byte[], HttpOutputStream, boolean) - Constructor for class HTTPClient.Request
Creates a new request structure.
requestData - Variable in class wttools.protocols.AbstractProtocol
 
requestForData(String) - Method in class wttools.protocols.http.HTTPOutputStream
requestForData method performs
requestForData(String) - Method in class wttools.protocols.simple.http.HTTPOutputStream
requestForData method performs
requestForHeaders(String) - Method in class wttools.protocols.http.HTTPOutputStream
requestForHeaders method performs
requestForHeaders(String) - Method in class wttools.protocols.simple.http.HTTPOutputStream
requestForHeaders method performs
requestHandler(Request, Response[]) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
requestHandler(Request, Response[]) - Method in interface HTTPClient.HTTPClientModule
This is invoked before the request is sent.
res - Variable in class wttools.protocols.extend.http.ProtocolImpl
 
reservedChar - Static variable in class HTTPClient.URI
 
reset() - Method in class HTTPClient.HttpOutputStream
Reset this output stream, so it may be reused in a retried request.
reset() - Method in class org.mortbay.util.LineInput
 
reset() - Method in class wttools.protocols.snmp.DecodeFromBuffer
reset method resets the reference.
reset() - Method in interface wttools.protocols.snmp.EncodeDecode
reset method resets the variable data element.
reset() - Method in class wttools.protocols.snmp.EncodeInBuffer
reset method resets the data reference to zero
resolveNameToIntArray(String) - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
resolveNameToIntArray resolves a given string to an array of integers deleting all dots
resp - Variable in class HTTPClient.HttpURLConnection
the response
RESP - Static variable in class HTTPClient.Log
The HTTPResponse facility (2)
Response - class HTTPClient.Response.
This class represents an intermediate response.
Response(String, int, String, NVPair[], byte[], InputStream, int) - Constructor for class HTTPClient.Response
Create a new response with the given info.
responsePhase1Handler(Response, RoRequest) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
responsePhase1Handler(Response, RoRequest) - Method in interface HTTPClient.HTTPClientModule
The phase 1 response handler.
responsePhase2Handler(Response, Request) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
responsePhase2Handler(Response, Request) - Method in interface HTTPClient.HTTPClientModule
The phase 2 response handler.
responsePhase3Handler(Response, RoRequest) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
responsePhase3Handler(Response, RoRequest) - Method in interface HTTPClient.HTTPClientModule
The phase 3 response handler.
resvdHostChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a host
resvdPathChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a path
resvdQueryChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a query string
resvdSchemeChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a scheme
resvdUIChar - Static variable in class HTTPClient.URI
list of characters which must not be unescaped when unescaping a userinfo
retryRequest() - Method in class HTTPClient.HTTPResponse
Should the request be retried by the application? If the application used an HttpOutputStream in the request then various modules (such as the redirection and authorization modules) are not able to resend the request themselves.
retryRequest() - Method in class HTTPClient.Response
 
reverseBase64Chars - Static variable in class wttools.utils.Base64
Reverse lookup table for the Base64 alphabet.
rmdir(String) - Method in class org.mortbay.ftp.Ftp
Delete remote directory
RoRequest - interface HTTPClient.RoRequest.
This interface represents the read-only interface of an http request.
RoResponse - interface HTTPClient.RoResponse.
This interface represents read-only interface of an intermediate http response.
RSP_CONTINUE - Static variable in interface HTTPClient.HTTPClientModuleConstants
continue processing response
RSP_NEWCON_REQ - Static variable in interface HTTPClient.HTTPClientModuleConstants
go to phase 1 using a new HTTPConnection
RSP_NEWCON_SND - Static variable in interface HTTPClient.HTTPClientModuleConstants
send request using a new HTTPConnection
RSP_REQUEST - Static variable in interface HTTPClient.HTTPClientModuleConstants
new request generated; go to phase 1
RSP_RESTART - Static variable in interface HTTPClient.HTTPClientModuleConstants
restart response processing with first module
RSP_SEND - Static variable in interface HTTPClient.HTTPClientModuleConstants
new request generated; send request immediately (no processing)
RSP_SHORTCIRC - Static variable in interface HTTPClient.HTTPClientModuleConstants
stop processing and return response
run() - Method in class org.mortbay.ftp.DataPort
 
run(Object) - Method in class org.mortbay.util.ThreadPool
Run job.

S

sameHttpURL(URL, URL) - Static method in class HTTPClient.Util
Compares two http urls for equality.
saveContent(OutputStream) - Method in class wttools.protocols.AbstractProtocol
saveContent method performs
saveContent(OutputStream) - Method in class wttools.protocols.cache.ProtocolImpl
 
saveContent(OutputStream) - Method in class wttools.protocols.ftp.ProtocolImpl
 
saveContent(OutputStream) - Method in class wttools.protocols.http.ProtocolImpl
 
saveContent(OutputStream) - Method in interface wttools.protocols.ifc.ProtocolIfc
saveContent method performs saving resource data to given OutputStream.
saveContent(String) - Method in class wttools.protocols.AbstractProtocol
saveContent method performs
saveContent(String) - Method in class wttools.protocols.cache.ProtocolImpl
 
saveContent(String) - Method in class wttools.protocols.ftp.ProtocolImpl
 
saveContent(String) - Method in class wttools.protocols.http.ProtocolImpl
 
saveContent(String) - Method in interface wttools.protocols.ifc.ProtocolIfc
saveContent method performs saving resource data to given disk file.
scheme - Variable in class HTTPClient.URI
 
schemeChar - Static variable in class HTTPClient.URI
 
secure - Variable in class HTTPClient.Cookie
 
SEMI_GENERIC - Static variable in class HTTPClient.URI
 
sendCookie(Cookie, RoRequest) - Method in interface HTTPClient.CookiePolicyHandler
This method is called for each cookie that is eligible for sending with a request (according to the matching rules for the path, domain, protocol, etc).
sendCookie(Cookie, RoRequest) - Method in class wttools.protocols.extend.http.CookiePolicyHandlerImpl
 
sendFile(String, InetAddress, int, String, String, String) - Method in class org.mortbay.ftp.Ftp
send file Do a file transfer remote file to remote file on another server.
sendRequest(String, String) - Method in class wttools.protocols.http.HTTPOutputStream
sendRequest method performs
sendRequest(String, String) - Method in class wttools.protocols.simple.http.HTTPOutputStream
sendRequest method performs
sendWith(RoRequest) - Method in class HTTPClient.Cookie
 
sendWith(RoRequest) - Method in class HTTPClient.Cookie2
 
setActive(boolean) - Method in class org.mortbay.util.ThreadPool.PoolThread
Set active state.
setAllowAllCookies(boolean) - Method in class wttools.protocols.AbstractProtocol
 
setAllowAllCookies(boolean) - Method in class wttools.protocols.cache.ProtocolImpl
 
setAllowAllCookies(boolean) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setAllowAllCookies(boolean) - Method in class wttools.protocols.http.ProtocolImpl
 
setAllowAllCookies(boolean) - Method in interface wttools.protocols.ifc.ProtocolIfc
 
setAllowRedirect(boolean) - Method in class wttools.protocols.AbstractProtocol
 
setAllowRedirect(boolean) - Method in class wttools.protocols.cache.ProtocolImpl
 
setAllowRedirect(boolean) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setAllowRedirect(boolean) - Method in class wttools.protocols.http.ProtocolImpl
 
setAllowRedirect(boolean) - Method in interface wttools.protocols.ifc.ProtocolIfc
 
setAllowUI(boolean) - Method in class HTTPClient.Request
 
setAllowUserInteraction(boolean) - Method in class HTTPClient.HTTPConnection
Controls whether modules are allowed to prompt the user or pop up dialogs if neccessary.
setAllowUserInteraction(boolean) - Method in class wttools.protocols.AbstractProtocol
 
setAllowUserInteraction(boolean) - Method in class wttools.protocols.cache.ProtocolImpl
 
setAllowUserInteraction(boolean) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setAllowUserInteraction(boolean) - Method in class wttools.protocols.http.ProtocolImpl
 
setAllowUserInteraction(boolean) - Method in interface wttools.protocols.ifc.ProtocolIfc
 
setAuthHandler(AuthorizationHandler) - Static method in class HTTPClient.AuthorizationInfo
Set's the authorization handler.
setAuthorizationPrompter(AuthorizationPrompter) - Static method in class HTTPClient.DefaultAuthHandler
Set a new username/password prompter.
setByteLimit(int) - Method in class org.mortbay.util.LineInput
Set the byte limit.
setClientId(String) - Method in class wttools.protocols.AbstractProtocol
Set the value of clientId.
setClientId(String) - Method in class wttools.protocols.cache.ProtocolImpl
 
setClientId(String) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setClientId(String) - Method in class wttools.protocols.http.ProtocolImpl
 
setClientId(String) - Method in interface wttools.protocols.ifc.ProtocolIfc
setClientId method sets client identification string.
setComponentsOfOid(int[]) - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
setComponentsOfOid making of an Object Identifier takes place given array of integers
setComponentsOfOid(int[], int) - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
setComponentsOfOid making of an Object Identifier takes place given array of integers and it's length
setConnection(HTTPConnection) - Method in class HTTPClient.Request
 
setContext(Object) - Method in class HTTPClient.HTTPConnection
Sets the current context.
setCookie(String) - Method in class HTTPClient.AuthorizationInfo
Set the cookie
setCookiePolicyHandler(CookiePolicyHandler) - Static method in class HTTPClient.CookieModule
Sets a new cookie policy handler.
setCurrentPosition(int) - Method in class wttools.protocols.snmp.DecodeFromBuffer
setCurrentPosition method sets the reference to the specified byte in the data buffer.
setCurrentPosition(int) - Method in interface wttools.protocols.snmp.EncodeDecode
setCurrentPosition method sets the specified bit to 1.
setCurrentPosition(int) - Method in class wttools.protocols.snmp.EncodeInBuffer
setCurrentPosition method sets the index of the data buffer
setCurrentProxy(String, int) - Method in class HTTPClient.HTTPConnection
Sets the proxy used by this instance.
setData(byte) - Method in class wttools.protocols.snmp.EncodeInBuffer
setData method writes the passed value into the data buffer with index being pointed by the current position
setData(byte[]) - Method in class HTTPClient.Request
 
setDebug(boolean) - Method in class wttools.protocols.AbstractProtocol
Set the value of debug.
setDebug(boolean) - Method in class wttools.protocols.cache.ProtocolImpl
 
setDebug(boolean) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setDebug(boolean) - Method in class wttools.protocols.http.HTTPOutputStream
Set the value of debug.
setDebug(boolean) - Method in class wttools.protocols.http.ProtocolImpl
 
setDebug(boolean) - Method in class wttools.protocols.http.HTTPInputStream
Set the value of debug.
setDebug(boolean) - Method in interface wttools.protocols.ifc.ProtocolIfc
Method setDebug sets debug mode.
setDebug(boolean) - Method in class wttools.protocols.simple.http.HTTPOutputStream
Set the value of debug.
setDebug(boolean) - Method in class wttools.protocols.simple.http.HTTPInputStream
Set the value of debug.
setDefaultAllowUserInteraction(boolean) - Static method in class HTTPClient.HTTPConnection
Sets the default allow-user-action.
setDefaultHeaders(NVPair[]) - Method in class HTTPClient.HTTPConnection
Sets the default http headers to be sent with each request.
setDefaultRequestProperty(String, String) - Static method in class HTTPClient.HttpURLConnection
Sets an arbitrary default request header.
setDefaultTimeout(int) - Static method in class HTTPClient.HTTPConnection
Sets the default timeout value to be used for each new HTTPConnection.
setEffectiveURI(URI) - Method in class HTTPClient.Response
set the final URI of the document.
setEffectiveURL(URL) - Method in class HTTPClient.Response
Deprecated. use setEffectiveURI() instead
setExtraInfo(Object) - Method in class HTTPClient.AuthorizationInfo
Set the extra info.
setHeader(String, String) - Method in class HTTPClient.Response
Set a header field in the list of headers.
setHeaders(NVPair[]) - Method in class HTTPClient.Request
 
setHostIP(String) - Method in class wttools.protocols.URI
setHostIP method performs
setHostIP(String) - Method in class wttools.protocols.extend.ExtendURI
 
setHostIP(String) - Method in interface wttools.protocols.ifc.URIIfc
 
setHostIP(String) - Method in class wttools.protocols.simple.SimpleURI
 
setIfModifiedSince(long) - Method in class HTTPClient.HttpURLConnection
Sets the If-Modified-Since header.
setInputBufferSize(int) - Method in class wttools.protocols.AbstractProtocol
Set the value of inputBufferSize.
setInputBufferSize(int) - Method in class wttools.protocols.cache.ProtocolImpl
 
setInputBufferSize(int) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setInputBufferSize(int) - Method in class wttools.protocols.http.ProtocolImpl
 
setInputBufferSize(int) - Method in interface wttools.protocols.ifc.ProtocolIfc
setInputBufferSize method InputStream returns data in packets.
setInstanceFollowRedirects(boolean) - Method in class HTTPClient.HttpURLConnection
Enables or disables the automatic handling of redirection responses for this instance only.
setIntValue(int) - Method in class wttools.protocols.snmp.SnmpInteger32
setIntValue function sets the value of the Integer32 variable
setKeepAlive(boolean) - Method in class wttools.protocols.AbstractProtocol
Set the value of keepAlive.
setKeepAlive(boolean) - Method in class wttools.protocols.cache.ProtocolImpl
 
setKeepAlive(boolean) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setKeepAlive(boolean) - Method in class wttools.protocols.http.ProtocolImpl
 
setKeepAlive(boolean) - Method in interface wttools.protocols.ifc.ProtocolIfc
setKeepAlive method sets keepAlive variable.
setLogging(int, boolean) - Static method in class HTTPClient.Log
Enable or disable logging for the given facilities.
setLogWriter(Writer, boolean) - Static method in class HTTPClient.Log
Set the writer to which to log.
setLongValue(long) - Method in class wttools.protocols.snmp.SnmpInteger32
setLongValue function sets the value of the Integer32 variable
setMaxIdleTimeMs(int) - Method in class org.mortbay.util.ThreadPool
Set the maximum thread idle time.
setMaxSize(int) - Method in class org.mortbay.util.ThreadPool
Deprecated. use setMaxThreads
setMaxStopTimeMs(int) - Method in class org.mortbay.util.ThreadPool
Set the maximum thread stop time.
setMaxThreads(int) - Method in class org.mortbay.util.ThreadPool
Set the maximum number of threads.
setMethod(String) - Method in class HTTPClient.Request
 
setMinSize(int) - Method in class org.mortbay.util.ThreadPool
Deprecated. use setMinThreads
setMinThreads(int) - Method in class org.mortbay.util.ThreadPool
Set the minimum number of threads.
setName(String) - Method in class org.mortbay.util.ThreadPool
 
setParams(NVPair[]) - Method in class HTTPClient.AuthorizationInfo
Set the authentication parameters.
setProxyServer(String, int) - Static method in class HTTPClient.HTTPConnection
Sets the default proxy server to use.
setRawMode(boolean) - Method in class HTTPClient.HTTPConnection
Deprecated. This is not really needed anymore; in V0.2 request were synchronous and therefore to do pipelining you needed to disable the processing of responses.
setRequestData(String) - Method in class wttools.protocols.AbstractProtocol
Set the value of requestData.
setRequestData(String) - Method in class wttools.protocols.cache.ProtocolImpl
 
setRequestData(String) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setRequestData(String) - Method in class wttools.protocols.http.ProtocolImpl
 
setRequestData(String) - Method in interface wttools.protocols.ifc.ProtocolIfc
 
setRequestMethod(String) - Method in class HTTPClient.HttpURLConnection
Sets the request method (e.g.
setRequestProperty(String, String) - Method in class HTTPClient.HttpURLConnection
Sets an arbitrary request header.
setRequestURI(String) - Method in class HTTPClient.Request
 
setRetryRequest(boolean) - Method in class HTTPClient.Response
Should the request be retried by the application? This can be used by modules to signal to the application that it should retry the request.
setSocksServer(String) - Static method in class HTTPClient.HTTPConnection
Sets the SOCKS server to use.
setSocksServer(String, int) - Static method in class HTTPClient.HTTPConnection
Sets the SOCKS server to use.
setSocksServer(String, int, int) - Static method in class HTTPClient.HTTPConnection
Sets the SOCKS server to use.
setStream(HttpOutputStream) - Method in class HTTPClient.Request
 
setStreamReadTimeout(int) - Method in class wttools.protocols.AbstractProtocol
Set the value of streamReadTimeout.
setStreamReadTimeout(int) - Method in class wttools.protocols.cache.ProtocolImpl
 
setStreamReadTimeout(int) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setStreamReadTimeout(int) - Method in class wttools.protocols.http.ProtocolImpl
 
setStreamReadTimeout(int) - Method in interface wttools.protocols.ifc.ProtocolIfc
setStreamReadTimeout method sets timeout for reading from input stream taken from socket.
setThreadClass(Class) - Method in class org.mortbay.util.ThreadPool
Set the Thread class.
setTimeout(int) - Method in class HTTPClient.HTTPConnection
Sets the timeout to be used for creating connections and reading responses.
setTrailer(String, String) - Method in class HTTPClient.Response
Set a trailer field in the list of trailers.
setTrailers(NVPair[]) - Method in class HTTPClient.HttpOutputStream
Sets the trailers to be sent if the output is sent with the chunked transfer encoding.
setType(char) - Method in class org.mortbay.ftp.Ftp
Set the connection data type.
setType(char, char) - Method in class org.mortbay.ftp.Ftp
Set the connection data type.
setType(int) - Method in class org.mortbay.ftp.Ftp
Set the connection data type to Local.
setupRequest(String, String, NVPair[], byte[], HttpOutputStream) - Method in class HTTPClient.HTTPConnection
Sets up the request, creating the list of headers to send and creating instances of the modules.
setURI(URI) - Method in class wttools.protocols.AbstractProtocol
Set the value of uri.
setURI(URI) - Method in class wttools.protocols.cache.ProtocolImpl
setURI method performs
setURI(URI) - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
setURI(URI) - Method in class wttools.protocols.extend.http.ProtocolImpl
 
setURI(URI) - Method in class wttools.protocols.ftp.ProtocolImpl
setURI method performs
setURI(URI) - Method in class wttools.protocols.http.ProtocolImpl
setURI method performs
setURI(URI) - Method in interface wttools.protocols.ifc.ProtocolIfc
setURI method sets new URI for protocol instance.
setURI(URI) - Method in class wttools.protocols.simple.http.ProtocolImpl
setURI method performs
setURI(URI) - Method in class wttools.protocols.sunp.ProtocolImpl
setURI method performs
setUserName(String) - Method in class wttools.protocols.AbstractProtocol
Set the value of userName.
setUserName(String) - Method in class wttools.protocols.cache.ProtocolImpl
 
setUserName(String) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setUserName(String) - Method in class wttools.protocols.http.ProtocolImpl
 
setUserName(String) - Method in interface wttools.protocols.ifc.ProtocolIfc
setUserName method sets user name for authorization.
setUserPassword(String) - Method in class wttools.protocols.AbstractProtocol
Set the value of userPassword.
setUserPassword(String) - Method in class wttools.protocols.cache.ProtocolImpl
 
setUserPassword(String) - Method in class wttools.protocols.ftp.ProtocolImpl
 
setUserPassword(String) - Method in class wttools.protocols.http.ProtocolImpl
 
setUserPassword(String) - Method in interface wttools.protocols.ifc.ProtocolIfc
setUserPassword method sets user password dor authorization.
shiftLeftMask(int, int) - Method in class wttools.protocols.snmp.BitShiftMask
shiftLeftMask method performs specified number of left shift operation on the passed integer data
shiftLeftMask(int, int, int) - Method in class wttools.protocols.snmp.BitShiftMask
shiftLeftMask method performs specified number of left shift operation on the passed integer data with the passed mask
shiftRightMask(int, int) - Method in class wttools.protocols.snmp.BitShiftMask
shiftRightMask method performs specified number of right shift operation on the passed integer data
shiftRightMask(int, int, int) - Method in class wttools.protocols.snmp.BitShiftMask
shiftRightMask method performs specified number of right shift operation on the passed integer data with the passed mask
SimpleClient - class wttools.protocols.SimpleClient.
SimpleClient.java Created: Wed Sep 26 21:20:19 2001
SimpleClient() - Constructor for class wttools.protocols.SimpleClient
Creates a new TestClient instance.
SimpleURI - class wttools.protocols.simple.SimpleURI.
Class URI implements
SimpleURI(String) - Constructor for class wttools.protocols.simple.SimpleURI
Creates a new URI instance.
SimpleURI(URL) - Constructor for class wttools.protocols.simple.SimpleURI
 
SIXFOURKB - Static variable in class wttools.protocols.snmp.DecodeFromBuffer
Constant to represent the 64KB value SIXFOURKB.
size - Variable in class org.mortbay.util.LineInput.LineBuffer
 
size() - Method in class org.mortbay.util.BlockingQueue
 
skip(long) - Method in class org.mortbay.util.LineInput
 
snmpBadValue - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
Six error types as defined in the RFC1157
snmpDataTypeBitString - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Types
SnmpDataTypeEnumeration - interface wttools.protocols.snmp.SnmpDataTypeEnumeration.
SmnpDataTypeEnumeration.java Created: Saturday Dec 08 2001
snmpDataTypeInteger - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Types
snmpDataTypeInteger32 - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Types
snmpDataTypeNullObject - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Types
snmpDataTypeObjectId - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Types
snmpDataTypeOctet - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Types
snmpDataTypeUnknown - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Types
snmpGeneralError - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
Six error types as defined in the RFC1157
snmpGetCommand - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
SNMP Operations
snmpGetNextCommand - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
SNMP Operations
snmpGetResponseCommand - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
SNMP Operations
SnmpInteger32 - class wttools.protocols.snmp.SnmpInteger32.
SnmpInteger32.java Created: Saturday Dec 08 2001
SnmpInteger32() - Constructor for class wttools.protocols.snmp.SnmpInteger32
SnmpInteger32 constructor with no parameters
SnmpInteger32(int) - Constructor for class wttools.protocols.snmp.SnmpInteger32
SnmpInteger32 constructor with one int as the parameter
SnmpInteger32(long) - Constructor for class wttools.protocols.snmp.SnmpInteger32
SnmpInteger32 constructor with one Long Int as the parameter
SnmpInteger32(SnmpInteger32) - Constructor for class wttools.protocols.snmp.SnmpInteger32
SnmpInteger32 copy constructor
SnmpInteger32(String) - Constructor for class wttools.protocols.snmp.SnmpInteger32
SnmpInteger32 constructor with string as a parameter
snmpNoError - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
Six error types as defined in the RFC1157
snmpNoSuchName - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
Six error types as defined in the RFC1157
SnmpObjectIdentifier - class wttools.protocols.snmp.SnmpObjectIdentifier.
SnmpInteger32.java Created: Saturday Dec 08 2001
SnmpObjectIdentifier() - Constructor for class wttools.protocols.snmp.SnmpObjectIdentifier
SnmpObjectIdentifier constructor with no parameters
SnmpObjectIdentifier(int[], int) - Constructor for class wttools.protocols.snmp.SnmpObjectIdentifier
SnmpObjectIdentifier constructor with array of Int and Int as the parameter
SnmpObjectIdentifier(SnmpObjectIdentifier) - Constructor for class wttools.protocols.snmp.SnmpObjectIdentifier
SnmpObjectIdentifier constructor with SnmpObjectIdentifier as the parameter
SnmpObjectIdentifier(String) - Constructor for class wttools.protocols.snmp.SnmpObjectIdentifier
SnmpObjectIdentifier constructor with String as the parameter
SnmpOctet - class wttools.protocols.snmp.SnmpOctet.
SnmpOctet.java Created: Saturday Dec 08 2001
SnmpOctet() - Constructor for class wttools.protocols.snmp.SnmpOctet
SnmpOctet constructor with no parameters
SnmpOctet(byte[]) - Constructor for class wttools.protocols.snmp.SnmpOctet
SnmpOctet constructor with array of Bytes as the parameter
SnmpOctet(SnmpOctet) - Constructor for class wttools.protocols.snmp.SnmpOctet
SnmpOctet copy constructor SnmpOctet as the parameter
SnmpOctet(String) - Constructor for class wttools.protocols.snmp.SnmpOctet
SnmpOctet constructor with String as the parameter
snmpReadOnly - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
Six error types as defined in the RFC1157
snmpSetCommand - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
SNMP Operations
SnmpStatusEnumeration - interface wttools.protocols.snmp.SnmpStatusEnumeration.
SnmpStatusEnumeration.java Created: Saturday Dec 08 2001
snmpString_BitString - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Strings
snmpString_Integer - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Strings
snmpString_Integer32 - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Strings
snmpString_NullObject - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Strings
snmpString_ObjectId - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Strings
snmpString_Octet - Static variable in interface wttools.protocols.snmp.SnmpDataTypeEnumeration
SNMP Data Type Strings
snmpTooBig - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
Six error types as defined in the RFC1157
SnmpValue - class wttools.protocols.snmp.SnmpValue.
SnmpValue.java Created: Saturday Dec 08 2001
SnmpValue() - Constructor for class wttools.protocols.snmp.SnmpValue
 
snmpVersion - Static variable in interface wttools.protocols.snmp.SnmpStatusEnumeration
Describe the SNMP version constant snmpVersion here.
socket - Variable in class wttools.protocols.simple.http.ProtocolImpl
Describe variable socket here.
SOCKS - Static variable in class HTTPClient.Log
The Socks facility (64)
SocksException - exception HTTPClient.SocksException.
Signals that an error was received while trying to set up a connection with the Socks server.
SocksException() - Constructor for class HTTPClient.SocksException
Constructs a SocksException with no detail message.
SocksException(String) - Constructor for class HTTPClient.SocksException
Constructs a SocksException with the specified detail message.
start() - Method in interface org.mortbay.util.LifeCycle
Start the LifeCycle.
start() - Method in class org.mortbay.util.ThreadPool
 
startGet(String) - Method in class org.mortbay.ftp.Ftp
Start get file Start a file transfer remote file to local inputStream.
startGet(String, OutputStream) - Method in class org.mortbay.ftp.Ftp
Start get file Start a file transfer remote file to local file.
startGet(String, String) - Method in class org.mortbay.ftp.Ftp
Start get file Start a file transfer remote file to local file.
startPasvGet(String) - Method in class org.mortbay.ftp.Ftp
 
startPasvGet(String, OutputStream) - Method in class org.mortbay.ftp.Ftp
 
startPasvGet(String, String) - Method in class org.mortbay.ftp.Ftp
Start passive get file Start a file transfer remote file to local file.
startPasvPut(InputStream, String) - Method in class org.mortbay.ftp.Ftp
 
startPasvPut(String, String) - Method in class org.mortbay.ftp.Ftp
Start passive put file Start a file transfer local file to input remote file.
startPut(InputStream, String) - Method in class org.mortbay.ftp.Ftp
Start put file Start a file transfer local file to input remote file.
startPut(String) - Method in class org.mortbay.ftp.Ftp
Start put file Start a file transfer local file to input remote file.
startPut(String, String) - Method in class org.mortbay.ftp.Ftp
Start put file Start a file transfer local file to input remote file.
status() - Method in class org.mortbay.ftp.Ftp
Get remote server status
stop() - Method in class HTTPClient.HTTPConnection
Aborts all the requests currently in progress on this connection and closes all associated sockets.
stop() - Method in interface org.mortbay.util.LifeCycle
Stop the LifeCycle.
stop() - Method in class org.mortbay.util.ThreadPool
Stop the ThreadPool.
stopJob(Thread, Object) - Method in class org.mortbay.util.ThreadPool
Stop a job.
streamReadTimeout - Variable in class wttools.protocols.AbstractProtocol
 

T

TELNET - Static variable in class org.mortbay.ftp.Ftp
 
ThreadPool - class org.mortbay.util.ThreadPool.
A pool of threads.
ThreadPool.PoolThread - class org.mortbay.util.ThreadPool.PoolThread.
Pool Thread run class.
ThreadPool.PoolThread(Runnable) - Constructor for class org.mortbay.util.ThreadPool.PoolThread
 
ThreadPool() - Constructor for class org.mortbay.util.ThreadPool
 
ThreadPool(String) - Constructor for class org.mortbay.util.ThreadPool
 
timesUsed - Variable in class wttools.protocols.cache.CacheData
 
tmout - Static variable in class wttools.protocols.SimpleClient
 
toExternalForm() - Method in class HTTPClient.Cookie
 
toExternalForm() - Method in class HTTPClient.Cookie2
 
toExternalForm() - Method in class HTTPClient.URI
 
toHexString() - Method in class wttools.protocols.snmp.SnmpInteger32
toHexString converts the SnmpInteger32 to HexString for displaying
toString() - Method in class HTTPClient.Cookie
Create a string containing all the cookie fields.
toString() - Method in class HTTPClient.Cookie2
Create a string containing all the cookie fields.
toString() - Method in class HTTPClient.HttpURLConnection
produces a string.
toString() - Method in class HTTPClient.HTTPResponse
produces a full list of headers and their values, one per line.
toString() - Method in class HTTPClient.URI
Return the URI as string.
toString() - Method in class HTTPClient.AuthorizationInfo
Constructs a string containing the authorization info.
toString() - Method in class HTTPClient.Request
 
toString() - Method in class HTTPClient.HTTPConnection
Generates a string of the form protocol://host.domain:port .
toString() - Method in class HTTPClient.HttpHeaderElement
 
toString() - Method in class HTTPClient.HttpOutputStream
produces a string describing this stream.
toString() - Method in class HTTPClient.NVPair
Produces a string containing the name and value of this instance.
toString() - Method in class org.mortbay.util.ThreadPool.PoolThread
 
toString() - Method in class org.mortbay.util.LineInput.LineBuffer
 
toString() - Method in class wttools.protocols.URI
 
toString() - Method in class wttools.protocols.extend.ExtendURI
 
toString() - Method in interface wttools.protocols.ifc.URIIfc
 
toString() - Method in class wttools.protocols.simple.SimpleURI
 
toString() - Method in class wttools.protocols.snmp.SnmpInteger32
toString converts the SnmpInteger32 to String for displaying
toString() - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
toString converts the SnmpObjectIdentifier to String for displaying
toString() - Method in class wttools.protocols.snmp.SnmpOctet
toString converts the SnmpOctet to String for displaying
toString(InputStream) - Static method in class org.mortbay.util.IO
Read input stream to string
toString(StringBuffer) - Method in class wttools.protocols.snmp.SnmpObjectIdentifier
toString used in toString() function to convert the SnmpInteger32 to String for displaying
toURL() - Method in class HTTPClient.URI
Will try to create a java.net.URL object from this URI.
Trace(String) - Method in class HTTPClient.HTTPConnection
Requests a TRACE.
Trace(String, NVPair[]) - Method in class HTTPClient.HTTPConnection
Requests a TRACE.
trailerHandler(Response, RoRequest) - Method in class HTTPClient.CookieModule
Invoked by the HTTPClient.
trailerHandler(Response, RoRequest) - Method in interface HTTPClient.HTTPClientModule
The chunked transfer-encoding (and in future maybe others) can contain trailer fields at the end of the body.
transferComplete() - Method in class org.mortbay.ftp.Ftp
Command complete query
transferCompleteNotification() - Method in class org.mortbay.ftp.Ftp
Transfer completion notification.
transferSpeed - Variable in class wttools.protocols.simple.http.ProtocolImpl
Describe variable transferSpeed here.
translateResponseCode(int) - Method in class wttools.protocols.extend.ftp.ProtocolImpl
 
translateResponseCode(int) - Method in class wttools.protocols.extend.http.ProtocolImpl
 
translateResponseCode(int) - Method in class wttools.protocols.simple.http.ProtocolImpl
 
type - Variable in class HTTPClient.URI
 

U

unescape(String, BitSet) - Static method in class HTTPClient.URI
Unescape escaped characters (i.e.
unreservedChar - Static variable in class HTTPClient.URI
 
updateStats() - Method in class wttools.protocols.cache.CacheData
 
uri - Variable in class wttools.protocols.AbstractProtocol
variable uri contains value of
uri - Variable in class wttools.protocols.URI
 
uri - Variable in class wttools.protocols.extend.ExtendURI
 
uri - Variable in class wttools.protocols.simple.SimpleURI
 
URI - class HTTPClient.URI.
This class represents a generic URI, as defined in RFC-2396.
URI - class wttools.protocols.URI.
Class URI implements
URI(String) - Constructor for class HTTPClient.URI
Constructs a URI from the given string representation.
URI(String) - Constructor for class wttools.protocols.URI
Creates a new URI instance.
URI(String, String) - Constructor for class HTTPClient.URI
Constructs an opaque URI from the given parts.
URI(String, String, int, String) - Constructor for class HTTPClient.URI
Constructs a URI from the given parts.
URI(String, String, String) - Constructor for class HTTPClient.URI
Constructs a URI from the given parts, using the default port for this scheme (if known).
URI(String, String, String, int, String, String, String) - Constructor for class HTTPClient.URI
Constructs a URI from the given parts.
URI(URI, String) - Constructor for class HTTPClient.URI
Constructs a URI from the given string representation, relative to the given base URI.
URI(URL) - Constructor for class HTTPClient.URI
Construct a URI from the given URL.
URI(URL) - Constructor for class wttools.protocols.URI
Creates a new URI instance.
uricChar - Static variable in class HTTPClient.URI
 
URIIfc - interface wttools.protocols.ifc.URIIfc.
URIIfc.java Created: Thu Nov 1 17:04:55 2001
url - Variable in class HTTPClient.URI
 
URLC - Static variable in class HTTPClient.Log
The ULRConnection facility (128)
URLDecode(String) - Static method in class HTTPClient.Codecs
This method decodes the given urlencoded string.
URLEncode(String) - Static method in class HTTPClient.Codecs
This method urlencodes the given string.
urls - Static variable in class wttools.protocols.SimpleClient
 
userAgent - Variable in class wttools.protocols.http.HTTPOutputStream
Describe variable userAgent here.
userAgent - Variable in class wttools.protocols.simple.http.HTTPOutputStream
Describe variable userAgent here.
userinfo - Variable in class HTTPClient.URI
 
userinfoChar - Static variable in class HTTPClient.URI
 
userName - Variable in class wttools.protocols.AbstractProtocol
variable userName contains value of
userPassword - Variable in class wttools.protocols.AbstractProtocol
variable userPassword contains value of
usesGenericSyntax - Static variable in class HTTPClient.URI
 
usesGenericSyntax(String) - Static method in class HTTPClient.URI
 
usesSemiGenericSyntax - Static variable in class HTTPClient.URI
 
usesSemiGenericSyntax(String) - Static method in class HTTPClient.URI
 
usingProxy() - Method in class HTTPClient.HttpURLConnection
Shows if request are being made through an http proxy or directly.
Util - class HTTPClient.Util.
This class holds various utility methods.
uudecode(char[]) - Static method in class HTTPClient.Codecs
This method decodes the given uuencoded char[].
uuencode(byte[]) - Static method in class HTTPClient.Codecs
This method encodes the given byte[] using the unix uuencode encding.

V

value - Variable in class HTTPClient.Cookie
 
version - Variable in class HTTPClient.Cookie2
 
version - Static variable in class HTTPClient.HTTPConnection
The current version of this package.

W

waitUntilTransferComplete() - Method in class org.mortbay.ftp.Ftp
Wait until Transfer is complete.
wildcardMatch(String, String) - Static method in class HTTPClient.Util
Match pattern against name, where pattern may contain wildcards ('*').
workingDirectory() - Method in class org.mortbay.ftp.Ftp
Report remote working directory
workingDirectory(String) - Method in class org.mortbay.ftp.Ftp
Set remote working directory
write(byte[], int, int) - Method in class HTTPClient.HttpOutputStream
Writes an array of bytes on the stream.
write(int) - Method in class HTTPClient.HttpOutputStream
Writes a single byte on the stream.
write(int, String) - Static method in class HTTPClient.Log
Write the given message to the current log if logging for the given facility is enabled.
write(int, String, ByteArrayOutputStream) - Static method in class HTTPClient.Log
Write the contents of the given buffer to the current log if logging for the given facility is enabled.
write(int, String, Throwable) - Static method in class HTTPClient.Log
Write the stack trace of the given exception to the current log if logging for the given facility is enabled.
wttools.protocols - package wttools.protocols
 
wttools.protocols.cache - package wttools.protocols.cache
 
wttools.protocols.exc - package wttools.protocols.exc
 
wttools.protocols.extend - package wttools.protocols.extend
 
wttools.protocols.extend.ftp - package wttools.protocols.extend.ftp
 
wttools.protocols.extend.http - package wttools.protocols.extend.http
 
wttools.protocols.ftp - package wttools.protocols.ftp
 
wttools.protocols.http - package wttools.protocols.http
 
wttools.protocols.ifc - package wttools.protocols.ifc
 
wttools.protocols.nntp - package wttools.protocols.nntp
 
wttools.protocols.simple - package wttools.protocols.simple
 
wttools.protocols.simple.http - package wttools.protocols.simple.http
 
wttools.protocols.snmp - package wttools.protocols.snmp
 
wttools.protocols.sunp - package wttools.protocols.sunp
 
wttools.utils - package wttools.utils
 

_

__nullLockChecks - Static variable in class org.mortbay.util.ThreadPool
The number of times a null lock check should synchronize.

A B C D E F G H I J K L M N O P Q R S T U V W _

Copyright © GNU, wttools developers Team.