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