Alphabetical Index

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

A

ABOR - static field in class gnu.inet.ftp.FTPConnection
abort() - method in class gnu.inet.ftp.FTPConnection
Aborts the transfer in progress.
This reader accepts all responses.
Indicate whether this reader is interested in the specified response.
ACCT - static field in class gnu.inet.ftp.FTPConnection
ACL - static field in class gnu.inet.imap.IMAPConstants
ActiveTime - class gnu.inet.nntp.ActiveTime
An item in an NNTP newsgroup active time listing.
An iterator over an NNTP LIST ACTIVE.TIMES listing.
ADD - static field in class gnu.inet.ldap.Modification
Add the specified values to the attribute, creating the attribute if necessary.
add(gnu.inet.smtp.Parameter) - method in class gnu.inet.smtp.ParameterList
Adds a new parameter to the list.
Requests the addition of a new entry into the directory.
ADMIN_LIMIT_EXCEEDED - static field in class gnu.inet.ldap.LDAPResult
AFFECTS_MULTIPLE_DSAS - static field in class gnu.inet.ldap.LDAPResult
ALERT - static field in class gnu.inet.imap.IMAPConstants
alertsPending() - method in class gnu.inet.imap.IMAPConnection
Indicates if there are alerts pending for the user-agent.
ALIAS_DEREFERENCING_PROBLEM - static field in class gnu.inet.ldap.LDAPResult
ALIAS_PROBLEM - static field in class gnu.inet.ldap.LDAPResult
ALLO - static field in class gnu.inet.ftp.FTPConnection
allocate(long) - method in class gnu.inet.ftp.FTPConnection
This command may be required by some servers to reserve sufficient storage to accommodate the new file to be transferred.
AMBIGUOUS - static field in class gnu.inet.smtp.SMTPConnection
APOP - static field in class gnu.inet.pop3.POP3Connection
Authenticate the specified user using the APOP MD5-based method.
APPE - static field in class gnu.inet.ftp.FTPConnection
APPEND - static field in class gnu.inet.imap.IMAPConstants
append(boolean) - method in class gnu.inet.ldap.BEREncoder
Appends a boolean value.
append(boolean,int) - method in class gnu.inet.ldap.BEREncoder
Appends a boolean value with the specified ASN.1 type code.
append(byte[]) - method in class gnu.inet.ldap.BEREncoder
Appends an octetstring value.
append(byte[],int) - method in class gnu.inet.ldap.BEREncoder
Appends an octetstring value with the specified ASN.1 type code.
append(int) - method in class gnu.inet.ldap.BEREncoder
Appends an integer value.
append(int,int) - method in class gnu.inet.ldap.BEREncoder
Appends an integer value with the specified ASN.1 type code.
append(java.lang.String) - method in class gnu.inet.ldap.BEREncoder
Appends a string value.
append(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Returns a stream for uploading a file.
append(java.lang.String,int) - method in class gnu.inet.ldap.BEREncoder
Appends a string value with the specified ASN.1 type code.
Append a message to the specified mailbox.
appendFilter(java.lang.String) - method in class gnu.inet.ldap.BEREncoder
Appends an RFC2254 search filter to this encoder.
appendNull() - method in class gnu.inet.ldap.BEREncoder
Appends a BER NULL value.
APPLICATION - static field in class gnu.inet.ldap.BERConstants
ARTICLE - static field in class gnu.inet.nntp.NNTPConstants
article(int) - method in class gnu.inet.nntp.NNTPConnection
Send an article retrieval request to the server.
article(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Send an article retrieval request to the server.
ARTICLE_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article has been retrieved.
ARTICLE_NOT_WANTED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server does not want the specified article.
ARTICLE_NOT_WANTED_VIA_TAKETHIS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server already has the specified article, and therefore doesn't want it sent using TAKETHIS.
ARTICLE_POSTED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article was successfully posted.
ARTICLE_REJECTED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the specified article was rejected.
ARTICLE_RETRIEVED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article has been retrieved.
ARTICLE_TRANSFER_FAILED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that an article transferred by a TAKETHIS command failed.
ARTICLE_TRANSFERRED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article was correctly transferred.
ARTICLE_TRANSFERRED_OK - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server accepted the article transferred by a TAKETHIS command.
Performs an ARTICLE, BODY, HEAD, or STAT command.
articleNumber - field in class gnu.inet.nntp.ArticleResponse
An iterator over a listing of article numbers.
ArticleResponse - class gnu.inet.nntp.ArticleResponse
An NNTP article status response.
ArticleResponse(short,java.lang.String) - constructor for class gnu.inet.nntp.ArticleResponse
Constructor.
ArticleStream - class gnu.inet.nntp.ArticleStream
A stream that can be told to read to the end of its data.
asyncResponses - field in class gnu.inet.imap.IMAPConnection
List of responses received asynchronously.
ATTRIBUTE_OR_VALUE_EXISTS - static field in class gnu.inet.ldap.LDAPResult
AttributeValues - class gnu.inet.ldap.AttributeValues
An attribute type and set of values to associate with it.
Constructor.
AUTH - static field in class gnu.inet.ftp.FTPConnection
AUTH - static field in class gnu.inet.pop3.POP3Connection
AUTH - static field in class gnu.inet.smtp.SMTPConnection
Authenticates the connection using the specified SASL mechanism, username, and password.
AUTH_METHOD_NOT_SUPPORTED - static field in class gnu.inet.ldap.LDAPResult
AUTHENTICATE - static field in class gnu.inet.imap.IMAPConstants
Authenticate using the specified username and password.
Authenticates the connection using the specified SASL mechanism, username, and password.
Authenticates the connection using the specified SASL mechanism, username, and password.
Authenticator - interface gnu.inet.http.Authenticator
Callback interface for managing authentication.
authenticator - field in class gnu.inet.http.Request
The authenticator.
Basic authentication strategy.
AUTHINFO_GENERIC - static field in class gnu.inet.nntp.NNTPConstants
AUTHINFO_OK - static field in class gnu.inet.nntp.NNTPConstants
Indicates that AUTHINFO authentication was successful.
AUTHINFO_PASS - static field in class gnu.inet.nntp.NNTPConstants
AUTHINFO_REJECTED - static field in class gnu.inet.nntp.NNTPConstants
Indicates the the authentication information supplied was not accepted by the server.
AUTHINFO_SIMPLE - static field in class gnu.inet.nntp.NNTPConstants
AUTHINFO_SIMPLE_DENIED - static field in class gnu.inet.nntp.NNTPConstants
Indicates an authentication failure using AUTHINFO SIMPLE.
AUTHINFO_SIMPLE_OK - static field in class gnu.inet.nntp.NNTPConstants
Indicates success of an AUTHINFO SIMPLE transaction.
AUTHINFO_SIMPLE_REQUIRED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that authentication via the AUTHINFO SIMPLE strategy is required.
AUTHINFO_USER - static field in class gnu.inet.nntp.NNTPConstants
Authenticates the connection using the specified SASL mechanism, username and password.
Implementation of NNTP simple authentication.
available() - method in class gnu.inet.ldap.BERDecoder

B

BAD - static field in class gnu.inet.imap.IMAPConstants
BASE64 - class gnu.inet.util.BASE64
Encodes and decodes text according to the BASE64 encoding.
BERConstants - interface gnu.inet.ldap.BERConstants
Constants used in BER encoding and decoding.
BERDecoder - class gnu.inet.ldap.BERDecoder
Utility class for decoding BER values.
BERDecoder(byte[],boolean) - constructor for class gnu.inet.ldap.BERDecoder
BEREncoder - class gnu.inet.ldap.BEREncoder
Utility class to construct BER-encoded data.
BEREncoder(boolean) - constructor for class gnu.inet.ldap.BEREncoder
Constructor.
BEREncoder(boolean,int) - constructor for class gnu.inet.ldap.BEREncoder
Constructor.
BERException - exception gnu.inet.ldap.BERException
Exception thrown to indicate a BER encoding error.
BERException() - constructor for class gnu.inet.ldap.BERException
Constructs a BER encoding exception with no message.
BERException(java.lang.String) - constructor for class gnu.inet.ldap.BERException
Constructs a BER encoding exception with the specified message.
BINARY - static field in class gnu.inet.gopher.DirectoryEntry
Item is a binary file.
Initiates a bind operation to authenticate the client to the server.
BINHEX - static field in class gnu.inet.gopher.DirectoryEntry
Item is a BinHex Macintosh file.
BIT_STRING - static field in class gnu.inet.ldap.BERConstants
body - field in class gnu.inet.comsat.ComsatInfo
The first few lines of the message body.
BODY - static field in class gnu.inet.imap.IMAPConstants
BODY - static field in class gnu.inet.nntp.NNTPConstants
body(int) - method in class gnu.inet.nntp.NNTPConnection
Send an article body retrieval request to the server.
body(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Send an article body retrieval request to the server.
BODY_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article has been retrieved.
BODY_PEEK - static field in class gnu.inet.imap.IMAPConstants
BODYSTRUCTURE - static field in class gnu.inet.imap.IMAPConstants
BOOLEAN - static field in class gnu.inet.ldap.BERConstants
buf1 - field in class gnu.inet.util.MessageInputStream
buf2 - field in class gnu.inet.util.MessageInputStream
BUSY - static field in class gnu.inet.ldap.LDAPResult
BYE - static field in class gnu.inet.imap.IMAPConstants
A simple request body writer using a byte array.
Constructs a new byte array request body writer with the specified content.
Simple response body reader that stores content in a byte array.
ByteArrayResponseBodyReader() - constructor for class gnu.inet.http.ByteArrayResponseBodyReader
Constructs a new byte array response body reader.
Constructs a new byte array response body reader with the specified initial buffer size.

C

canPost - field in class gnu.inet.nntp.NNTPConnection
Whether the host permits posting of articles.
CAPA - static field in class gnu.inet.pop3.POP3Connection
capa() - method in class gnu.inet.pop3.POP3Connection
Returns a list of capabilities supported by the POP3 server.
CAPABILITY - static field in class gnu.inet.imap.IMAPConstants
capability() - method in class gnu.inet.imap.IMAPConnection
Returns a list of the capabilities of the IMAP server.
CCC - static field in class gnu.inet.ftp.FTPConnection
CDUP - static field in class gnu.inet.ftp.FTPConnection
changeToParentDirectory() - method in class gnu.inet.ftp.FTPConnection
Changes directory to the parent of the current working directory.
Changes directory to the specified path.
CHECK - static field in class gnu.inet.imap.IMAPConstants
CHECK - static field in class gnu.inet.nntp.NNTPConstants
check() - method in class gnu.inet.imap.IMAPConnection
Request a checkpoint of the currently selected mailbox.
check(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Input stream wrapper for the "chunked" transfer-coding.
Constructor.
clear() - method in class gnu.inet.http.Headers
CLOSE - static field in class gnu.inet.imap.IMAPConstants
close() - method in class gnu.inet.http.ByteArrayResponseBodyReader
Notifies the reader that the end of the content was reached.
close() - method in class gnu.inet.comsat.ComsatClient
close() - method in class gnu.inet.nntp.FileNewsrc
Closes the configuration, potentially saving any changes.
close() - method in class gnu.inet.http.HTTPConnection
Closes this connection.
close() - method in class gnu.inet.imap.IMAPConnection
Permanently remove all messages that have the \Deleted flags set, and close the mailbox.
close() - method in class gnu.inet.nntp.Newsrc
Closes the configuration, potentially saving any changes.
close() - method in class gnu.inet.nntp.PostStream
Close the stream.
close() - method in class gnu.inet.http.ResponseBodyReader
Notifies the reader that the end of the content was reached.
closeConnection() - method in class gnu.inet.http.HTTPConnection
Closes the underlying socket, if any.
CLOSING_CONNECTION - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server is closing the connection.
code - field in class gnu.inet.ftp.FTPResponse
The 3-digit status code.
code - field in class gnu.inet.imap.IMAPResponse
The response code.
code - field in class gnu.inet.http.Response
The HTTP status code of the response.
codeClass - field in class gnu.inet.http.Response
The class of the response.
COMMAND_NOT_RECOGNIZED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the command sent by the client was not understood by the server.
comment - field in class gnu.inet.http.Cookie
Optional documentation of the intended use of the cookie.
COMPARE_FALSE - static field in class gnu.inet.ldap.LDAPResult
COMPARE_TRUE - static field in class gnu.inet.ldap.LDAPResult
ComsatClient - class gnu.inet.comsat.ComsatClient
Simple comsat client.
ComsatClient() - constructor for class gnu.inet.comsat.ComsatClient
ComsatClient(int,int) - constructor for class gnu.inet.comsat.ComsatClient
ComsatInfo - class gnu.inet.comsat.ComsatInfo
A comsat notification message.
CONFIDENTIALITY_REQUIRED - static field in class gnu.inet.ldap.LDAPResult
config(java.lang.String) - method in class gnu.inet.util.Logger
Logs a configuration message.
config(java.lang.String) - method in class gnu.inet.util.StderrLogger
Logs a configuration message.
connect() - method in class gnu.inet.ftp.FTPURLConnection
Establishes the connection.
connect() - method in class gnu.inet.gopher.GopherURLConnection
Establishes the connection.
connect() - method in class gnu.inet.http.HTTPURLConnection
connection - field in class gnu.inet.ftp.FTPURLConnection
The connection managing the protocol exchange.
connection - field in class gnu.inet.gopher.GopherURLConnection
The connection managing the protocol exchange.
connection - field in class gnu.inet.http.Request
The connection context in which this request is invoked.
CONNECTION_CLOSED - static field in class gnu.inet.http.event.ConnectionEvent
The connection closed event type.
Callback invoked when the associated connection is closed.
ConnectionEvent - class gnu.inet.http.event.ConnectionEvent
A connection event.
ConnectionEvent(java.lang.Object,int) - constructor for class gnu.inet.http.event.ConnectionEvent
Constructs a connection event with the specified source and type.
ConnectionListener - interface gnu.inet.http.event.ConnectionListener
A connection listener.
connectionTimeout - field in class gnu.inet.ftp.FTPConnection
The timeout when attempting to connect a socket.
connectionTimeout - field in class gnu.inet.http.HTTPConnection
The connection timeout for connecting the underlying socket.
CONSTRAINT_VIOLATION - static field in class gnu.inet.ldap.LDAPResult
contains(int) - method in class gnu.inet.nntp.Range
Indicates whether this range contains the specfied article number.
containsKey(java.lang.Object) - method in class gnu.inet.http.Headers
containsValue(java.lang.Object) - method in class gnu.inet.http.Headers
content - field in class gnu.inet.http.ByteArrayRequestBodyWriter
The content.
content - field in class gnu.inet.http.ByteArrayResponseBodyReader
The content.
CONTEXT - static field in class gnu.inet.ldap.BERConstants
CONTINUATION - static field in class gnu.inet.imap.IMAPResponse
The continuation response tag.
continuation - field in class gnu.inet.smtp.SMTPConnection
If true, there are more responses to read.
Cookie - class gnu.inet.http.Cookie
An HTTP cookie, as specified in RFC 2109.
CookieManager - interface gnu.inet.http.CookieManager
Cookie manager interface.
cookieManager - field in class gnu.inet.http.HTTPConnection
The cookie manager for this connection.
cookies - field in class gnu.inet.http.SimpleCookieManager
The cookie cache.
COPY - static field in class gnu.inet.imap.IMAPConstants
copy(int[],java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Copies the specified messages to the end of the destination mailbox.
count - field in class gnu.inet.nntp.GroupResponse
count - field in class gnu.inet.imap.IMAPResponse
The message count (for responses returning counts).
CR - static field in class gnu.inet.util.CRLFInputStream
The CR octet.
CR - static field in class gnu.inet.util.CRLFOutputStream
The CR octet.
CRAM_MD5 - static field in class gnu.inet.imap.IMAPConstants
CREATE - static field in class gnu.inet.imap.IMAPConstants
create(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Creates a mailbox with the specified name.
Credentials - class gnu.inet.http.Credentials
Represents a username/password combination that can be used to authenticate to an HTTP server.
Credentials(java.lang.String,java.lang.String) - constructor for class gnu.inet.http.Credentials
Constructor.
CRLF - static field in class gnu.inet.util.CRLFOutputStream
The CR/LF pair.
CRLFInputStream - class gnu.inet.util.CRLFInputStream
An input stream that filters out CR/LF pairs into LFs.
CRLFInputStream(java.io.InputStream) - constructor for class gnu.inet.util.CRLFInputStream
Constructs a CR/LF input stream connected to the specified input stream.
CRLFOutputStream - class gnu.inet.util.CRLFOutputStream
An output stream that filters LFs into CR/LF pairs.
CRLFOutputStream(java.io.OutputStream) - constructor for class gnu.inet.util.CRLFOutputStream
Constructs a CR/LF output stream connected to the specified output stream.
CSO_PHONE_BOOK - static field in class gnu.inet.gopher.DirectoryEntry
Item is a CSO phone-book server.
CWD - static field in class gnu.inet.ftp.FTPConnection

D

data - field in class gnu.inet.ftp.FTPResponse
Multiline data, if present.
DATA - static field in class gnu.inet.smtp.SMTPConnection
data() - method in class gnu.inet.smtp.SMTPConnection
Requests an output stream to write message data to.
DATE - static field in class gnu.inet.nntp.NNTPConstants
date() - method in class gnu.inet.nntp.NNTPConnection
Returns the date on the server.
DATE_OK - static field in class gnu.inet.nntp.NNTPConstants
Indicates a DATE response.
debug - field in class gnu.inet.nntp.FileNewsrc
debug - field in class gnu.inet.ftp.FTPConnection
If true, print debugging information.
debug - field in class gnu.inet.nntp.NNTPConnection
Whether to log protocol-level information to stderr.
debug - field in class gnu.inet.pop3.POP3Connection
If true, print debugging information.
debug - field in class gnu.inet.smtp.SMTPConnection
If true, log events.
decode(byte[]) - static method in class gnu.inet.util.BASE64
Decode the specified byte array using the BASE64 algorithm.
decode(java.lang.String) - static method in class gnu.inet.imap.UTF7imap
Decodes the specified name using the UTF-7.imap decoding.
DEFAULT_PORT - static field in class gnu.inet.comsat.ComsatClient
The default comsat port.
DEFAULT_PORT - static field in class gnu.inet.finger.FingerConnection
The default finger port.
DEFAULT_PORT - static field in class gnu.inet.gopher.GopherConnection
The default gopher port.
DEFAULT_PORT - static field in class gnu.inet.imap.IMAPConnection
The default IMAP port.
DEFAULT_PORT - static field in class gnu.inet.ldap.LDAPConnection
The default LDAP port.
DEFAULT_PORT - static field in class gnu.inet.nntp.NNTPConnection
The default NNTP port.
DEFAULT_PORT - static field in class gnu.inet.pop3.POP3Connection
The default POP3 port.
DEFAULT_PORT - static field in class gnu.inet.smtp.SMTPConnection
The default SMTP port.
DEFAULT_SSL_PORT - static field in class gnu.inet.imap.IMAPConnection
The default IMAP-SSL port.
DELE - static field in class gnu.inet.ftp.FTPConnection
DELE - static field in class gnu.inet.pop3.POP3Connection
dele(int) - method in class gnu.inet.pop3.POP3Connection
Marks the specified message as deleted.
DELETE - static field in class gnu.inet.imap.IMAPConstants
DELETE - static field in class gnu.inet.ldap.Modification
Delete the specified values from the given attribute, removing the entire attribute if no values are listed, or if all current values of the attribute are listed.
delete(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Causes the file specified to be deleted at the server site.
delete(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Deletes the mailbox with the specified name.
delete(java.lang.String) - method in class gnu.inet.ldap.LDAPConnection
Requests the removal of an entry from the directory.
DELETEACL - static field in class gnu.inet.imap.IMAPConstants
Removes any access rights for the given authentication principal on the specified mailbox.
DEREF_ALWAYS - static field in class gnu.inet.ldap.LDAPConnection
Dereference aliases both in searching and in locating the base object of the search.
DEREF_FINDING_BASE_OBJ - static field in class gnu.inet.ldap.LDAPConnection
Dereference aliases in locating the base object of the search, but not when searching subordinates of the base object.
DEREF_IN_SEARCHING - static field in class gnu.inet.ldap.LDAPConnection
Dereference aliases in subordinates of the base object in searching, but not in locating the base object of the search.
DEREF_NEVER - static field in class gnu.inet.ldap.LDAPConnection
Do not dereference aliases in searching or in locating the base object of the search.
DESCRIPTOR - static field in class gnu.inet.ldap.BERConstants
DIRECTORY - static field in class gnu.inet.gopher.DirectoryEntry
Item is a directory.
DirectoryEntry - class gnu.inet.gopher.DirectoryEntry
A gopher directory entry.
DirectoryListing - class gnu.inet.gopher.DirectoryListing
A gopher directory listing.
dirty - field in class gnu.inet.nntp.FileNewsrc
disconnect() - method in class gnu.inet.http.HTTPURLConnection
dispatch() - method in class gnu.inet.http.Request
Dispatches this request.
dispose() - method in class gnu.inet.util.SaslCramMD5
dispose() - method in class gnu.inet.util.SaslLogin
dispose() - method in class gnu.inet.util.SaslPlain
domain - field in class gnu.inet.http.Cookie
The domain for which the cookie is valid.
DOS_ARCHIVE - static field in class gnu.inet.gopher.DirectoryEntry
Item is a DOS binary archive of some sort.
dtp - field in class gnu.inet.ftp.FTPConnection
The current data transfer process in use by this connection.

E

EHLO - static field in class gnu.inet.smtp.SMTPConnection
ehlo(java.lang.String) - method in class gnu.inet.smtp.SMTPConnection
Issues an EHLO command.
EMBEDDED_PDV - static field in class gnu.inet.ldap.BERConstants
Empty implementation of an X509 trust manager.
encode(byte[]) - static method in class gnu.inet.util.BASE64
Encode the specified byte array using the BASE64 algorithm.
encode(java.lang.String) - static method in class gnu.inet.imap.UTF7imap
Encodes the specified name using the UTF-7.imap encoding.
END - static field in class gnu.inet.util.MessageInputStream
The stream termination octet ('.').
END - static field in class gnu.inet.util.MessageOutputStream
The stream termination octet.
ENTRY_ALREADY_EXISTS - static field in class gnu.inet.ldap.LDAPResult
entrySet() - method in class gnu.inet.http.Headers
ENUMERATED - static field in class gnu.inet.ldap.BERConstants
ENVELOPE - static field in class gnu.inet.imap.IMAPConstants
eof - field in class gnu.inet.util.MessageInputStream
equals(java.lang.Object) - method in class gnu.inet.http.Headers
ERR - static field in class gnu.inet.pop3.POP3Connection
ERROR - static field in class gnu.inet.gopher.DirectoryEntry
Error.
error(java.lang.String,java.lang.Throwable) - method in class gnu.inet.util.Logger
Logs an error.
Logs an error.
errorMessage - field in class gnu.inet.ldap.LDAPResult
An associated error message.
evaluateChallenge(byte[]) - method in class gnu.inet.util.SaslCramMD5
evaluateChallenge(byte[]) - method in class gnu.inet.util.SaslLogin
evaluateChallenge(byte[]) - method in class gnu.inet.util.SaslPlain
EXAMINE - static field in class gnu.inet.imap.IMAPConstants
examine(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Selects the specified mailbox.
EXISTS - static field in class gnu.inet.imap.IMAPConstants
expires - field in class gnu.inet.http.Cookie
The date at which this cookie expires.
EXPN - static field in class gnu.inet.smtp.SMTPConnection
expn(java.lang.String) - method in class gnu.inet.smtp.SMTPConnection
Returns a list of valid possibilities for the specified mailing list, or null on failure.
EXPUNGE - static field in class gnu.inet.imap.IMAPConstants
expunge() - method in class gnu.inet.imap.IMAPConnection
Permanently removes all messages that have the \Delete flag set.
EXTERNAL - static field in class gnu.inet.ldap.BERConstants

F

FETCH - static field in class gnu.inet.imap.IMAPConstants
fetch(int,int,java.lang.String[]) - method in class gnu.inet.imap.IMAPConnection
Retrieves data associated with the specified range of messages in the mailbox.
fetch(int,java.lang.String[]) - method in class gnu.inet.imap.IMAPConnection
Retrieves data associated with the specified message in the mailbox.
fetch(int[],java.lang.String[]) - method in class gnu.inet.imap.IMAPConnection
Retrieves data associated with messages in the mailbox.
FETCH_FLAGS - static field in class gnu.inet.imap.IMAPConstants
FILE - static field in class gnu.inet.gopher.DirectoryEntry
Item is a file.
file - field in class gnu.inet.nntp.FileNewsrc
FileNewsrc - class gnu.inet.nntp.FileNewsrc
A .newsrc configuration on a filesystem.
FileNewsrc(java.io.File,boolean) - constructor for class gnu.inet.nntp.FileNewsrc
Constructor.
fileStructure - field in class gnu.inet.ftp.FTPConnection
The current file structure type.
fileStructure - field in class gnu.inet.ftp.FTPURLConnection
FILTER_AND - static field in class gnu.inet.ldap.BERConstants
FILTER_APPROX - static field in class gnu.inet.ldap.BERConstants
FILTER_EQUAL - static field in class gnu.inet.ldap.BERConstants
FILTER_EXTENSIBLE - static field in class gnu.inet.ldap.BERConstants
FILTER_GREATER - static field in class gnu.inet.ldap.BERConstants
FILTER_LESS - static field in class gnu.inet.ldap.BERConstants
FILTER_NOT - static field in class gnu.inet.ldap.BERConstants
FILTER_OR - static field in class gnu.inet.ldap.BERConstants
FILTER_PRESENT - static field in class gnu.inet.ldap.BERConstants
FILTER_SUBSTRING - static field in class gnu.inet.ldap.BERConstants
finger(java.lang.String) - method in class gnu.inet.finger.FingerConnection
Fingers the specified user.
Fingers the specified user at the specified host.
FingerConnection - class gnu.inet.finger.FingerConnection
A client for the finger protocol described in RFC 1288.
FingerConnection(java.lang.String) - constructor for class gnu.inet.finger.FingerConnection
Creates a new finger connection.
FingerConnection(java.lang.String,int) - constructor for class gnu.inet.finger.FingerConnection
Creates a new finger connection.
FINISH_DATA - static field in class gnu.inet.smtp.SMTPConnection
finishData() - method in class gnu.inet.smtp.SMTPConnection
Completes the DATA procedure.
fireConnectionEvent(int) - method in class gnu.inet.http.HTTPConnection
first - field in class gnu.inet.nntp.GroupResponse
firstUnreadMessage - field in class gnu.inet.imap.MailboxStatus
FLAG_ANSWERED - static field in class gnu.inet.imap.IMAPConstants
FLAG_DELETED - static field in class gnu.inet.imap.IMAPConstants
FLAG_DRAFT - static field in class gnu.inet.imap.IMAPConstants
FLAG_FLAGGED - static field in class gnu.inet.imap.IMAPConstants
FLAG_RECENT - static field in class gnu.inet.imap.IMAPConstants
FLAG_SEEN - static field in class gnu.inet.imap.IMAPConstants
FLAGS - static field in class gnu.inet.imap.IMAPConstants
flags - field in class gnu.inet.imap.MailboxStatus
Appends the textual value for the specified field to the given string buffer.
FTP_DATA_PORT - static field in class gnu.inet.ftp.FTPConnection
The FTP data port.
FTP_PORT - static field in class gnu.inet.ftp.FTPConnection
The default FTP transmission control port.
FTPConnection - class gnu.inet.ftp.FTPConnection
An FTP client connection, or PI.
FTPConnection(java.lang.String) - constructor for class gnu.inet.ftp.FTPConnection
Creates a new connection to the server using the default port.
FTPConnection(java.lang.String,int) - constructor for class gnu.inet.ftp.FTPConnection
Creates a new connection to the server.
Creates a new connection to the server.
FTPException - exception gnu.inet.ftp.FTPException
An FTP control exception.
FTPException(gnu.inet.ftp.FTPResponse) - constructor for class gnu.inet.ftp.FTPException
Constructs a new FTP exception.
FTPResponse - class gnu.inet.ftp.FTPResponse
An FTP control response.
FTPResponse(int,java.lang.String) - constructor for class gnu.inet.ftp.FTPResponse
Constructs a new FTP response.
Constructs a new multiline FTP response.
FTPURLConnection - class gnu.inet.ftp.FTPURLConnection
An FTP URL connection.
FTPURLConnection(java.net.URL) - constructor for class gnu.inet.ftp.FTPURLConnection
Constructs an FTP connection to the specified URL.

G

get(int) - method in class gnu.inet.smtp.ParameterList
Returns the parameter at the specified index.
get(java.lang.Object) - method in class gnu.inet.http.Headers
get(java.lang.String) - method in class gnu.inet.gopher.GopherConnection
Returns the resource identified by the specified selector.
getAcceptedIssuers() - method in class gnu.inet.util.EmptyX509TrustManager
GETACL - static field in class gnu.inet.imap.IMAPConstants
getacl(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Returns the access control list for the specified mailbox.
getAlerts() - method in class gnu.inet.imap.IMAPConnection
Returns the pending alerts for the user-agent as an array.
getAllResponses() - method in class gnu.inet.smtp.SMTPConnection
Returns the next response from the server.
getArticleId() - method in class gnu.inet.nntp.HeaderEntry
The article ID.
getArticleNumber() - method in class gnu.inet.nntp.Overview
Returns the article number this overview entry is associated with.
getBody() - method in class gnu.inet.comsat.ComsatInfo
getCode() - method in class gnu.inet.ftp.FTPResponse
Returns the 3-digit status code.
getCode() - method in class gnu.inet.imap.MessageStatus
getCode() - method in class gnu.inet.http.Response
Returns the HTTP status code of the response.
getCodeClass() - method in class gnu.inet.http.Response
Returns the class of the response.
getComment() - method in class gnu.inet.http.Cookie
getConnection() - method in class gnu.inet.http.Request
Returns the connection associated with this request.
getContent() - method in class gnu.inet.gopher.GopherURLConnection
getContent(java.lang.Class[]) - method in class gnu.inet.gopher.GopherURLConnection
getContentLength() - method in class gnu.inet.http.ByteArrayRequestBodyWriter
Returns the total number of bytes that will be written in a single pass by this writer.
getContentLength() - method in class gnu.inet.http.RequestBodyWriter
Returns the total number of bytes that will be written in a single pass by this writer.
getContentType() - method in class gnu.inet.http.HTTPURLConnection
getCookieManager() - method in class gnu.inet.http.HTTPConnection
Returns the cookie manager in use for this connection.
Retrieves the cookies matching the specified criteria.
getCount() - method in class gnu.inet.imap.IMAPResponse
getCredentials(java.lang.String,int) - method in class gnu.inet.http.Authenticator
Returns the credentials to supply for the given realm.
getCurrentUsage() - method in class gnu.inet.imap.Quota.Resource
Returns the current usage of the resource, or -1 if not known.
getData() - method in class gnu.inet.ftp.FTPResponse
Returns the multiline data, or null if there was no such data.
getDateHeader(java.lang.String) - method in class gnu.inet.http.Request
Returns the value of the specified header in this request as a date.
getDateHeader(java.lang.String) - method in class gnu.inet.http.Response
Returns the header value for the specified name as a date.
getDateValue(java.lang.String) - method in class gnu.inet.http.Headers
Returns the value of the specified header as a date, or null if the header is not present or not a date.
getDefaultPort() - method in class gnu.inet.finger.Handler
getDefaultPort() - method in class gnu.inet.ftp.Handler
getDefaultPort() - method in class gnu.inet.gopher.Handler
getDefaultPort() - method in class gnu.inet.http.Handler
Returns the default HTTP port (80).
getDelimiter() - method in class gnu.inet.imap.ListEntry
Returns the mailbox hierarchy delimiter.
getDelimiter() - method in class gnu.inet.imap.Namespaces.Namespace
Returns the delimiter character for the namespace.
getDomain() - method in class gnu.inet.http.Cookie
getEmail() - method in class gnu.inet.nntp.ActiveTime
The email address of the creator of the newsgroup.
getExpiryDate() - method in class gnu.inet.http.Cookie
getExtensions() - method in class gnu.inet.imap.Namespaces.Namespace
Returns the dictionary of extension values for the namespace, or null if there are no extensions.
getFileStructure() - method in class gnu.inet.ftp.FTPConnection
Returns the current file structure type.
getFirst() - method in class gnu.inet.nntp.Group
The number of the first article currently in the newsgroup.
getGreeting() - method in class gnu.inet.smtp.SMTPConnection
Returns the server greeting message.
getGroup() - method in class gnu.inet.nntp.ActiveTime
The name of the newsgroup.
getHeader() - method in class gnu.inet.nntp.HeaderEntry
The requested header value.
getHeader(int) - method in class gnu.inet.nntp.Overview
Returns the header at the specified index.
getHeader(java.lang.String) - method in class gnu.inet.comsat.ComsatInfo
getHeader(java.lang.String) - method in class gnu.inet.http.Request
Returns the value of the specified header in this request.
getHeader(java.lang.String) - method in class gnu.inet.http.Response
Returns the header value for the specified name.
getHeaderField(int) - method in class gnu.inet.http.HTTPURLConnection
getHeaderField(java.lang.String) - method in class gnu.inet.http.HTTPURLConnection
getHeaderFieldKey(int) - method in class gnu.inet.http.HTTPURLConnection
getHeaderFields() - method in class gnu.inet.http.HTTPURLConnection
getHeaderNames() - method in class gnu.inet.comsat.ComsatInfo
getHeaders() - method in class gnu.inet.http.Request
Returns the headers in this request.
getHeaders() - method in class gnu.inet.http.Response
Returns the headers in the response.
getHostname() - method in class gnu.inet.gopher.DirectoryEntry
Returns the hostname for the content of this entry.
getHostName() - method in class gnu.inet.http.HTTPConnection
Returns the name of the host to connect to.
getId() - method in class gnu.inet.imap.IMAPException
getID() - method in class gnu.inet.imap.IMAPResponse
getInputStream() - method in class gnu.inet.ftp.FTPURLConnection
Returns an input stream that reads from this open connection.
getInputStream() - method in class gnu.inet.gopher.GopherURLConnection
Returns an input stream that reads from this open connection.
getInputStream() - method in class gnu.inet.http.HTTPConnection
getInputStream() - method in class gnu.inet.http.HTTPURLConnection
getInstance() - static method in class gnu.inet.util.Logger
Returns the singleton instance of this class.
getIntHeader(java.lang.String) - method in class gnu.inet.http.Request
Returns the value of the specified header in this request as an integer.
getIntHeader(java.lang.String) - method in class gnu.inet.http.Response
Returns the header value for the specified name as an integer.
getIntValue(java.lang.String) - method in class gnu.inet.http.Headers
Returns the value of the specified header as an integer, or -1 if the header is not present or not an integer.
getKey() - method in class gnu.inet.imap.Pair
Returns the key part of this pair.
getKey() - method in class gnu.inet.nntp.Pair
The key.
getKey() - method in class gnu.inet.smtp.Parameter
Returns the key.
getLast() - method in class gnu.inet.nntp.Group
The number of the last known article currently in the newsgroup.
getLastResponse() - method in class gnu.inet.smtp.SMTPConnection
Returns the text of the last response received from the server.
getLimit() - method in class gnu.inet.imap.Quota.Resource
Returns the resource limit.
Privileged action to retrieve the local host InetAddress.
getMailbox() - method in class gnu.inet.comsat.ComsatInfo
getMailbox() - method in class gnu.inet.imap.ListEntry
Returns the mailbox this list entry refers to.
getMajorVersion() - method in class gnu.inet.http.Response
Returns the HTTP major version of the server issuing the response.
getMechanismName() - method in class gnu.inet.util.SaslCramMD5
getMechanismName() - method in class gnu.inet.util.SaslLogin
getMechanismName() - method in class gnu.inet.util.SaslPlain
getMessage() - method in class gnu.inet.ftp.FTPResponse
Returns the human-readable message.
getMessage() - method in class gnu.inet.http.Response
Returns the human-readable text of the response.
getMessage() - method in class gnu.inet.nntp.StatusResponse
Returns the message associated with this response.
getMessageNumber() - method in class gnu.inet.imap.MessageStatus
getMethod() - method in class gnu.inet.http.Request
Returns the HTTP method to invoke.
getMinorVersion() - method in class gnu.inet.http.Response
Returns the HTTP minor version of the server issuing the response.
getName() - method in class gnu.inet.http.Cookie
getName() - method in class gnu.inet.nntp.Group
The name of the newsgroup.
getName() - method in class gnu.inet.imap.Quota.Resource
Returns the resource name.
getNegotiatedProperty(java.lang.String) - method in class gnu.inet.util.SaslLogin
getNegotiatedProperty(java.lang.String) - method in class gnu.inet.util.SaslPlain
getOperation() - method in class gnu.inet.ldap.Modification
getOther() - method in class gnu.inet.imap.Namespaces
Returns the list of other users' namespaces.
getOutputStream() - method in class gnu.inet.ftp.FTPURLConnection
Returns an output stream that writes to this connection.
getOutputStream() - method in class gnu.inet.gopher.GopherURLConnection
Returns an output stream that writes to this connection.
getOutputStream() - method in class gnu.inet.http.HTTPConnection
getOutputStream() - method in class gnu.inet.http.HTTPURLConnection
getPassword() - method in class gnu.inet.http.Credentials
Returns the password.
getPath() - method in class gnu.inet.http.Cookie
getPath() - method in class gnu.inet.http.Request
Returns the resource path.
getPersonal() - method in class gnu.inet.imap.Namespaces
Returns the list of personal namespaces.
getPort() - method in class gnu.inet.gopher.DirectoryEntry
Returns the port on which the content for this entry can be retrieved.
getPort() - method in class gnu.inet.http.HTTPConnection
Returns the port on the host to connect to.
getPrefix() - method in class gnu.inet.imap.Namespaces.Namespace
Returns the namespace prefix.
GETQUOTA - static field in class gnu.inet.imap.IMAPConstants
getquota(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Returns the specified quota root's resource usage and limits.
GETQUOTAROOT - static field in class gnu.inet.imap.IMAPConstants
getQuotaRoot() - method in class gnu.inet.imap.Quota
Returns the quota root.
getquotaroot(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Returns the quotas for the given mailbox.
getRepresentationType() - method in class gnu.inet.ftp.FTPConnection
Returns the current representation type of the transfer data.
getRequest() - method in class gnu.inet.http.event.RequestEvent
Returns the request associated with this event.
getRequestProperties() - method in class gnu.inet.ftp.FTPURLConnection
getRequestProperties() - method in class gnu.inet.http.HTTPURLConnection
getRequestURI() - method in class gnu.inet.http.Request
Returns the full request-URI represented by this request, as specified by HTTP/1.1.
getResources() - method in class gnu.inet.imap.Quota
Returns the list of quota resources.
getResponse() - method in class gnu.inet.ftp.FTPConnection
Reads the next response from the server.
getResponse() - method in class gnu.inet.ftp.FTPException
Returns the response that provoked this exception.
getResponse() - method in class gnu.inet.nntp.NNTPException
Returns the response that caused this exception.
getResponse() - method in class gnu.inet.pop3.POP3Connection
Parse the response from the server.
getResponse() - method in class gnu.inet.smtp.SMTPConnection
Returns the next response from the server.
getResponseCode() - method in class gnu.inet.http.HTTPURLConnection
getResponseCode() - method in class gnu.inet.imap.IMAPResponse
getResponseMessage() - method in class gnu.inet.http.HTTPURLConnection
getSelector() - method in class gnu.inet.gopher.DirectoryEntry
Returns the selector for this entry.
getShared() - method in class gnu.inet.imap.Namespaces
Returns the list of shared namespaces.
getSocket() - method in class gnu.inet.http.HTTPConnection
Retrieves the socket associated with this connection.
Returns a configured SSLSocketFactory to use in creating new SSL sockets.
getStatus() - method in class gnu.inet.nntp.StatusResponse
Returns the status code associated with this response.
Privileged action for retrieving system properties.
Constructor.
getTag() - method in class gnu.inet.imap.IMAPResponse
getText() - method in class gnu.inet.imap.IMAPResponse
getTime() - method in class gnu.inet.nntp.ActiveTime
The date the newsgroup was added to the hierarchy.
getTitle() - method in class gnu.inet.gopher.DirectoryEntry
Returns the title for this entry.
getTransferMode() - method in class gnu.inet.ftp.FTPConnection
Returns the current transfer mode.
getType() - method in class gnu.inet.ldap.AttributeValues
getType() - method in class gnu.inet.http.event.ConnectionEvent
Returns the type of this event.
getType() - method in class gnu.inet.gopher.DirectoryEntry
Returns the type of this entry.
getType() - method in class gnu.inet.http.event.RequestEvent
Returns the type of this event.
getURI() - method in class gnu.inet.http.HTTPConnection
Returns a URI representing the connection.
getUsername() - method in class gnu.inet.http.Credentials
Returns the username.
getValue() - method in class gnu.inet.http.Cookie
getValue() - method in class gnu.inet.imap.Pair
Returns the value part of this pair.
getValue() - method in class gnu.inet.nntp.Pair
The value.
getValue() - method in class gnu.inet.smtp.Parameter
Returns the value.
getValue(java.lang.String) - method in class gnu.inet.http.Headers
Returns the value of the specified header as a string.
getValues() - method in class gnu.inet.ldap.AttributeValues
getVersion() - method in class gnu.inet.http.HTTPConnection
Returns the HTTP version string supported by this connection.
getWelcome() - method in class gnu.inet.nntp.NNTPConnection
Return the welcome message sent by the server in reply to the initial connection.
getWorkingDirectory() - method in class gnu.inet.ftp.FTPConnection
Returns the current working directory.
GIF - static field in class gnu.inet.gopher.DirectoryEntry
Item is a GIF format graphics file.
gnu.inet.comsat - package
gnu.inet.finger - package
This is a simple client for the finger protocol described in RFC 1288.
gnu.inet.ftp - package
This package contains an FTP client.
gnu.inet.gopher - package
This package contains a Gopher client.
gnu.inet.http - package
This package contains an HTTP/1.1 client, as described in RFC 2616.
gnu.inet.imap - package
This package contains an IMAP4rev1 client.
gnu.inet.ldap - package
gnu.inet.nntp - package
This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980 NNTP extensions.
gnu.inet.pop3 - package
This package contains a simple POP3 client, as specified in RFC 1939.
gnu.inet.smtp - package
This package includes a complete ESMTP client.
gnu.inet.util - package
GopherConnection - class gnu.inet.gopher.GopherConnection
A gopher client.
GopherConnection(java.lang.String) - constructor for class gnu.inet.gopher.GopherConnection
Creates a new connection to the gopher server at the specified hostname.
GopherConnection(java.lang.String,int) - constructor for class gnu.inet.gopher.GopherConnection
Creates a new connection to the gopher server at the specified hostname with the specified non-standard port.
A Gopher content handler.
A Gopher URL connection.
GopherURLConnection(java.net.URL) - constructor for class gnu.inet.gopher.GopherURLConnection
Constructs a Gopher connection to the specified URL.
greeting - field in class gnu.inet.smtp.SMTPConnection
The greeting message given by the server.
Group - class gnu.inet.nntp.Group
An item in an NNTP newsgroup listing.
group - field in class gnu.inet.nntp.GroupResponse
GROUP - static field in class gnu.inet.nntp.NNTPConstants
group(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Send a group selection command to the server.
GROUP_SELECTED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the newsgroup was successfully selected.
GroupIterator - class gnu.inet.nntp.GroupIterator
An iterator over an NNTP newsgroup listing.
GroupResponse - class gnu.inet.nntp.GroupResponse
An NNTP group status response.
groups - field in class gnu.inet.nntp.FileNewsrc
GSSAPI - static field in class gnu.inet.imap.IMAPConstants

H

Handle callbacks.
Handler - class gnu.inet.finger.Handler
A URL stream handler implementing the finger protocol.
Handler - class gnu.inet.ftp.Handler
An FTP URL stream handler.
Handler - class gnu.inet.gopher.Handler
A Gopher URL stream handler.
Handler - class gnu.inet.http.Handler
An HTTP URL stream handler.
hashCode() - method in class gnu.inet.http.Headers
hasInitialResponse() - method in class gnu.inet.util.SaslCramMD5
hasInitialResponse() - method in class gnu.inet.util.SaslLogin
hasInitialResponse() - method in class gnu.inet.util.SaslPlain
hasNext() - method in class gnu.inet.gopher.DirectoryListing
Indicates whether this listing contains more entries.
hasNext() - method in class gnu.inet.nntp.LineIterator
Indicates whether there are more lines to be read.
HEAD - static field in class gnu.inet.nntp.NNTPConstants
head(int) - method in class gnu.inet.nntp.NNTPConnection
Send an article head retrieval request to the server.
head(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Send an article head retrieval request to the server.
HEAD_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article has been retrieved.
HEADER - static field in class gnu.inet.imap.IMAPConstants
HEADER_FIELDS - static field in class gnu.inet.imap.IMAPConstants
HEADER_FIELDS_NOT - static field in class gnu.inet.imap.IMAPConstants
HeaderEntry - class gnu.inet.nntp.HeaderEntry
An item in an NNTP newsgroup single-header listing.
HeaderIterator - class gnu.inet.nntp.HeaderIterator
An iterator over an NNTP XHDR listing.
headers - field in class gnu.inet.comsat.ComsatInfo
The message headers.
Headers - class gnu.inet.http.Headers
A collection of HTTP header names and associated values.
headers - field in class gnu.inet.http.Response
The response headers.
Headers() - constructor for class gnu.inet.http.Headers
HELO - static field in class gnu.inet.smtp.SMTPConnection
helo(java.lang.String) - method in class gnu.inet.smtp.SMTPConnection
Issues a HELO command.
HELP - static field in class gnu.inet.ftp.FTPConnection
HELP - static field in class gnu.inet.nntp.NNTPConstants
HELP - static field in class gnu.inet.smtp.SMTPConnection
help() - method in class gnu.inet.nntp.NNTPConnection
Requests a help listing.
help(java.lang.String) - method in class gnu.inet.smtp.SMTPConnection
Returns some useful information about the specified parameter.
HELP_TEXT - static field in class gnu.inet.nntp.NNTPConstants
Indicates a line of help text.
host - field in class gnu.inet.ldap.LDAPConnection
hostname - field in class gnu.inet.http.HTTPConnection
The host name of the server to connect to.
hostname - field in class gnu.inet.nntp.NNTPConnection
The hostname of the host we are connected to.
HTTP_PORT - static field in class gnu.inet.http.HTTPConnection
The default HTTP port.
HTTPConnection - class gnu.inet.http.HTTPConnection
A connection to an HTTP server.
HTTPConnection(java.lang.String) - constructor for class gnu.inet.http.HTTPConnection
Creates a new HTTP connection.
HTTPConnection(java.lang.String,boolean) - constructor for class gnu.inet.http.HTTPConnection
Creates a new HTTP or HTTPS connection.
Creates a new HTTP or HTTPS connection on the specified port.
HTTPConnection(java.lang.String,int) - constructor for class gnu.inet.http.HTTPConnection
Creates a new HTTP connection on the specified port.
HTTPConnection(java.lang.String,int,boolean) - constructor for class gnu.inet.http.HTTPConnection
Creates a new HTTP or HTTPS connection on the specified port.
Creates a new HTTP or HTTPS connection on the specified port.
HTTPDateFormat - class gnu.inet.http.HTTPDateFormat
HTTP date formatter and parser.
HTTPDateFormat() - constructor for class gnu.inet.http.HTTPDateFormat
HTTPS_PORT - static field in class gnu.inet.http.HTTPConnection
The default HTTPS port.
HTTPURLConnection - class gnu.inet.http.HTTPURLConnection
A URLConnection that uses the HTTPConnection class.
HTTPURLConnection(java.net.URL) - constructor for class gnu.inet.http.HTTPURLConnection
Constructor.

I

id - field in class gnu.inet.imap.IMAPException
ID of the exception (BAD or NO).
id - field in class gnu.inet.imap.IMAPResponse
The response ID.
IHAVE - static field in class gnu.inet.nntp.NNTPConstants
ihave(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Sends an ihave command indicating that the client has an article with the specified message-id.
IMAGE - static field in class gnu.inet.gopher.DirectoryEntry
Item is some kind of image file.
IMAPConnection - class gnu.inet.imap.IMAPConnection
The protocol class implementing IMAP4rev1.
IMAPConnection(java.lang.String) - constructor for class gnu.inet.imap.IMAPConnection
Creates a new connection to the default IMAP port.
IMAPConnection(java.lang.String,int) - constructor for class gnu.inet.imap.IMAPConnection
Creates a new connection.
Creates a new connection.
Creates a new connection.
Creates a new secure connection using the specified trust manager.
IMAPConstants - interface gnu.inet.imap.IMAPConstants
IMAP4rev1 string constants.
IMAPException - exception gnu.inet.imap.IMAPException
Exception corresponding to an IMAP4 BAD or NO server response.
IMAPResponse - class gnu.inet.imap.IMAPResponse
An IMAP4rev1 server response.
An object that can parse an underlying socket stream containing IMAP protocol server responses into IMAPResponse tokens.
Constructor.
in - field in class gnu.inet.nntp.ArticleResponse
If the status code for this response is one of:
  • ARTICLE_FOLLOWS
  • HEAD_FOLLOWS
  • BODY_FOLLOWS
then this stream can be used to retrieve the byte content of the article retrieved.
in - field in class gnu.inet.ftp.FTPConnection
The socket input stream.
in - field in class gnu.inet.gopher.GopherConnection
in - field in class gnu.inet.http.HTTPConnection
The socket input stream.
in - field in class gnu.inet.imap.IMAPConnection
The tokenizer used to read IMAP responses from.
in - field in class gnu.inet.imap.IMAPResponseTokenizer
The server stream.
in - field in class gnu.inet.nntp.NNTPConnection
The socket input stream.
in - field in class gnu.inet.pop3.POP3Connection
The socket input stream.
in - field in class gnu.inet.smtp.SMTPConnection
The input stream used to read responses from the server.
INAPPROPRIATE_AUTHENTICATION - static field in class gnu.inet.ldap.LDAPResult
INAPPROPRIATE_MATCHING - static field in class gnu.inet.ldap.LDAPResult
INDEX_SEARCH - static field in class gnu.inet.gopher.DirectoryEntry
Item is an Index-Search server.
INFO - static field in class gnu.inet.smtp.SMTPConnection
initialiseDTP() - method in class gnu.inet.ftp.FTPConnection
Initialise the data transfer process.
INSUFFICIENT_ACCESS_RIGHTS - static field in class gnu.inet.ldap.LDAPResult
INTEGER - static field in class gnu.inet.ldap.BERConstants
INTERNAL_ERROR - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server was unable to perform the command due to an internal error.
INTERNALDATE - static field in class gnu.inet.imap.IMAPConstants
INVALID_ATTRIBUTE_SYNTAX - static field in class gnu.inet.ldap.LDAPResult
INVALID_CREDENTIALS - static field in class gnu.inet.ldap.LDAPResult
INVALID_DN_SYNTAX - static field in class gnu.inet.ldap.LDAPResult
Sends the specified IMAP command.
isCanPost() - method in class gnu.inet.nntp.Group
True if posting to this newsgroup is allowed.
isComplete() - method in class gnu.inet.util.SaslCramMD5
isComplete() - method in class gnu.inet.util.SaslLogin
isComplete() - method in class gnu.inet.util.SaslPlain
isContinuation() - method in class gnu.inet.imap.IMAPResponse
isEmpty() - method in class gnu.inet.http.Headers
isMarked() - method in class gnu.inet.imap.ListEntry
If true: the mailbox has been marked "interesting" by the server; the mailbox probably contains messages that have been added since the last time the mailbox was selected.
isNoinferiors() - method in class gnu.inet.imap.ListEntry
If true: it is not possible for any child levels of hierarchy to exist under this name; no child levels exist now and none can be created in the future.
isNoselect() - method in class gnu.inet.imap.ListEntry
If true: it is not possible to use this name as a selectable mailbox.
isSecure() - method in class gnu.inet.http.Cookie
isSecure() - method in class gnu.inet.http.HTTPConnection
Indicates whether to use a secure connection or not.
isSeen(java.lang.String,int) - method in class gnu.inet.nntp.FileNewsrc
Indicates whether an article is marked as seen in the specified newsgroup.
isSeen(java.lang.String,int) - method in class gnu.inet.nntp.Newsrc
Indicates whether an article is marked as seen in the specified newsgroup.
isSubscribed(java.lang.String) - method in class gnu.inet.nntp.FileNewsrc
Indicates whether a newsgroup is subscribed in this newsrc.
isSubscribed(java.lang.String) - method in class gnu.inet.nntp.Newsrc
Indicates whether a newsgroup is subscribed in this newsrc.
isTagged() - method in class gnu.inet.imap.IMAPResponse
isUnmarked() - method in class gnu.inet.imap.ListEntry
If true: the mailbox does not contain any additional messages since the last time the mailbox was selected.
isUntagged() - method in class gnu.inet.imap.IMAPResponse
isUsingProxy() - method in class gnu.inet.http.HTTPConnection
Indicates whether this connection is using an HTTP proxy.
isVerbose() - method in class gnu.inet.finger.FingerConnection
Retrieves the verbose flag.

K

KERBEROS_V4 - static field in class gnu.inet.imap.IMAPConstants
keySet() - method in class gnu.inet.http.Headers

L

last - field in class gnu.inet.util.CRLFOutputStream
The last byte read.
last - field in class gnu.inet.nntp.GroupResponse
LAST - static field in class gnu.inet.nntp.NNTPConstants
last() - method in class gnu.inet.nntp.NNTPConnection
Sends a previous article positioning command to the server.
LDAPConnection - class gnu.inet.ldap.LDAPConnection
An LDAPv3 client.
LDAPConnection(java.lang.String) - constructor for class gnu.inet.ldap.LDAPConnection
Creates a new LDAP connection to the specified host, using the default LDAP port.
LDAPConnection(java.lang.String,int) - constructor for class gnu.inet.ldap.LDAPConnection
Creates a new LDAP connection to the specified host and port.
LDAPConnection(java.lang.String,int,int,int) - constructor for class gnu.inet.ldap.LDAPConnection
Creates a new LDAP connection to the specified host, port, and timeouts.
LDAPResult - class gnu.inet.ldap.LDAPResult
An LDAP result structure.
len - field in class gnu.inet.http.ByteArrayResponseBodyReader
The length of the buffer.
LF - static field in class gnu.inet.util.CRLFInputStream
The LF octet.
LF - static field in class gnu.inet.util.CRLFOutputStream
The LF octet.
LF - static field in class gnu.inet.util.MessageInputStream
The line termination octet ('\n').
LF - static field in class gnu.inet.util.MessageOutputStream
The line termination octet.
LineInputStream - class gnu.inet.util.LineInputStream
An input stream that can read lines of input.
LineInputStream(java.io.InputStream) - constructor for class gnu.inet.util.LineInputStream
Constructor using the US-ASCII character encoding.
Constructor.
LineIterator - class gnu.inet.nntp.LineIterator
An iterator over an NNTP multi-line response.
lines - field in class gnu.inet.nntp.FileNewsrc
LIST - static field in class gnu.inet.ftp.FTPConnection
LIST - static field in class gnu.inet.imap.IMAPConstants
LIST - static field in class gnu.inet.nntp.NNTPConstants
LIST - static field in class gnu.inet.pop3.POP3Connection
list() - method in class gnu.inet.nntp.FileNewsrc
Returns an iterator over the names of the currently subscribed newsgroups.
list() - method in class gnu.inet.finger.FingerConnection
Lists the available users.
list() - method in class gnu.inet.gopher.GopherConnection
Returns the directory listing for this gopher server.
list() - method in class gnu.inet.nntp.Newsrc
Returns an iterator over the names of the subscribed newsgroups.
list() - method in class gnu.inet.nntp.NNTPConnection
Send a group listing command to the server.
list(int) - method in class gnu.inet.pop3.POP3Connection
Returns the size of the specified message.
list(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Returns a listing of information about the specified pathname.
Returns a subset of names from the compete set of names available to the client.
LIST_ACTIVE - static field in class gnu.inet.nntp.NNTPConstants
LIST_ACTIVE_TIMES - static field in class gnu.inet.nntp.NNTPConstants
LIST_DISTRIB_PATS - static field in class gnu.inet.nntp.NNTPConstants
LIST_DISTRIBUTIONS - static field in class gnu.inet.nntp.NNTPConstants
LIST_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that a list of valid newsgroups follows.
LIST_MARKED - static field in class gnu.inet.imap.IMAPConstants
LIST_NEWSGROUPS - static field in class gnu.inet.nntp.NNTPConstants
LIST_NOINFERIORS - static field in class gnu.inet.imap.IMAPConstants
LIST_NOSELECT - static field in class gnu.inet.imap.IMAPConstants
LIST_OVERVIEW_FMT - static field in class gnu.inet.nntp.NNTPConstants
LIST_SUBSCRIPTIONS - static field in class gnu.inet.nntp.NNTPConstants
LIST_UNMARKED - static field in class gnu.inet.imap.IMAPConstants
listActive(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Returns an iterator over the groups specified according to the wildmat pattern.
listActiveTimes() - method in class gnu.inet.nntp.NNTPConnection
Returns an iterator over the active.times file.
ListEntry - class gnu.inet.imap.ListEntry
An item in an IMAP LIST or LSUB response.
LISTGROUP - static field in class gnu.inet.nntp.NNTPConstants
listGroup(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Returns a listing of all the article numbers in the specified newsgroup.
listNewsgroups(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Returns an iterator over the group descriptions for the given groups.
listOverviewFmt() - method in class gnu.inet.nntp.NNTPConnection
Returns an iterator over the order in which headers are stored in the overview database.
LISTRIGHTS - static field in class gnu.inet.imap.IMAPConstants
Returns the rights for the given principal for the specified mailbox.
listSubscriptions() - method in class gnu.inet.nntp.NNTPConnection
Returns a list of newsgroups suitable for new users of the server.
log(java.lang.String,java.lang.String) - method in class gnu.inet.util.Logger
Logs a provider-specific debugging message.
Logs a provider-specific debugging message.
Logger - class gnu.inet.util.Logger
Provides a simple logging mechanism for GNU inetlib and providers.
LOGIN - static field in class gnu.inet.imap.IMAPConstants
Login to the connection using the username and password method.
Authenticate the user using the basic USER and PASS handshake.
LOGINDISABLED - static field in class gnu.inet.imap.IMAPConstants
LOGOUT - static field in class gnu.inet.imap.IMAPConstants
logout() - method in class gnu.inet.ftp.FTPConnection
Terminates the control connection.
logout() - method in class gnu.inet.imap.IMAPConnection
Logout this connection.
LOOP_DETECT - static field in class gnu.inet.ldap.LDAPResult
LSUB - static field in class gnu.inet.imap.IMAPConstants
Returns a subset of subscribed names.

M

MAIL_FROM - static field in class gnu.inet.smtp.SMTPConnection
mailbox - field in class gnu.inet.comsat.ComsatInfo
The mailbox in which the new message appeared.
mailbox - field in class gnu.inet.imap.IMAPResponse
The mailbox (for STATUS responses).
MailboxStatus - class gnu.inet.imap.MailboxStatus
Represents the state of a mailbox.
Execute a MAIL command.
main(java.lang.String[]) - static method in class gnu.inet.util.BASE64
main(java.lang.String[]) - static method in class gnu.inet.ldap.BERDecoder
main(java.lang.String[]) - static method in class gnu.inet.imap.UTF7imap
majorVersion - field in class gnu.inet.http.HTTPConnection
The major version of HTTP supported by this client.
majorVersion - field in class gnu.inet.http.Response
The HTTP major version of the server issuing the response.
makeDirectory(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Causes the directory specified to be created at the server site.
mark(int) - method in class gnu.inet.util.MessageInputStream
markBuf1 - field in class gnu.inet.util.MessageInputStream
markBuf2 - field in class gnu.inet.util.MessageInputStream
markSupported() - method in class gnu.inet.util.MessageInputStream
matchedDN - field in class gnu.inet.ldap.LDAPResult
The name of the matching entry.
message - field in class gnu.inet.ftp.FTPResponse
The human-readable message.
message - field in class gnu.inet.http.Response
Human-readable text of the response.
message - field in class gnu.inet.nntp.StatusResponse
messageCount - field in class gnu.inet.imap.MailboxStatus
messageId - field in class gnu.inet.nntp.ArticleResponse
A utility class for feeding message contents to messages.
MessageInputStream(java.io.InputStream) - constructor for class gnu.inet.util.MessageInputStream
Constructs a message input stream connected to the specified input stream.
An output stream that escapes any dots on a line by themself with another dot, for the purposes of sending messages to SMTP and NNTP servers.
Constructs a message output stream connected to the specified output stream.
MESSAGES - static field in class gnu.inet.imap.IMAPConstants
MessageStatus - class gnu.inet.imap.MessageStatus
Represents the state of a message.
method - field in class gnu.inet.http.Request
The HTTP method to invoke.
minorVersion - field in class gnu.inet.http.HTTPConnection
The minor version of HTTP supported by this client.
minorVersion - field in class gnu.inet.http.Response
The HTTP minor version of the server issuing the response.
MKD - static field in class gnu.inet.ftp.FTPConnection
MODE - static field in class gnu.inet.ftp.FTPConnection
MODE_BLOCK - static field in class gnu.inet.ftp.FTPConnection
MODE_COMPRESSED - static field in class gnu.inet.ftp.FTPConnection
MODE_READER - static field in class gnu.inet.nntp.NNTPConstants
MODE_STREAM - static field in class gnu.inet.ftp.FTPConnection
MODE_STREAM - static field in class gnu.inet.nntp.NNTPConstants
modeReader() - method in class gnu.inet.nntp.NNTPConnection
Indicates to the server that this is a user-agent.
modeStream() - method in class gnu.inet.nntp.NNTPConnection
Attempt to initialise the connection in streaming mode.
Modification - class gnu.inet.ldap.Modification
An individual modification of an object's attributes.
Constructor.
Issues a modify request.
Changes the leftmost(least significant) component of the name of an entry in the directory, or move a subtree of entries to a new location in the directory.
MYRIGHTS - static field in class gnu.inet.imap.IMAPConstants
myrights(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Returns the rights for the current principal for the specified mailbox.

N

name - field in class gnu.inet.http.Cookie
The name of the cookie.
nameList(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Returns a directory listing.
NAMESPACE - static field in class gnu.inet.imap.IMAPConstants
An individual namespace specification.
namespace() - method in class gnu.inet.imap.IMAPConnection
Returns the namespaces available on the server.
Namespaces - class gnu.inet.imap.Namespaces
A tuple of IMAP namespaces, as defined in RFC 2342.
NAMING_VIOLATION - static field in class gnu.inet.ldap.LDAPResult
NEWGROUPS - static field in class gnu.inet.nntp.NNTPConstants
Returns an iterator over the list of new groups on the server since the specified date.
NEWGROUPS_LIST_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that a list of new newsgroups follows.
newMessageCount - field in class gnu.inet.imap.MailboxStatus
NEWNAME - static field in class gnu.inet.imap.IMAPConstants
NEWNEWS - static field in class gnu.inet.nntp.NNTPConstants
Returns an iterator over the list of message-ids posted or received to the specified newsgroup(s) since the specified date.
NEWNEWS_LIST_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that a list of new articles by message-id follows.
Creates a new request using this connection.
Newsrc - interface gnu.inet.nntp.Newsrc
Interface for a .newsrc configuration.
newTag() - method in class gnu.inet.imap.IMAPConnection
Returns a new tag for a command.
NEXT - static field in class gnu.inet.nntp.NNTPConstants
next() - method in class gnu.inet.nntp.ActiveTimesIterator
Returns the next group active time.
next() - method in class gnu.inet.nntp.ArticleNumberIterator
Returns the next article number.
next() - method in class gnu.inet.gopher.DirectoryListing
next() - method in class gnu.inet.nntp.GroupIterator
Returns the next group.
next() - method in class gnu.inet.nntp.HeaderIterator
Returns the next header entry.
next() - method in class gnu.inet.imap.IMAPResponseTokenizer
Returns the next IMAPResponse.
next() - method in class gnu.inet.nntp.LineIterator
Returns the next line.
next() - method in class gnu.inet.nntp.NNTPConnection
Sends a next article positioning command to the server.
next() - method in class gnu.inet.nntp.OverviewIterator
Returns the next overview entry.
next() - method in class gnu.inet.nntp.PairIterator
Returns the next pair.
nextArticleNumber() - method in class gnu.inet.nntp.ArticleNumberIterator
Returns the next article number.
nextEntry() - method in class gnu.inet.gopher.DirectoryListing
Returns the next entry in the directory listing.
nextGroup() - method in class gnu.inet.nntp.ActiveTimesIterator
Returns the next group active time.
nextGroup() - method in class gnu.inet.nntp.GroupIterator
Returns the next group.
nextHeaderEntry() - method in class gnu.inet.nntp.HeaderIterator
Returns the next header entry.
nextLine() - method in class gnu.inet.nntp.LineIterator
Returns the next line.
nextOverview() - method in class gnu.inet.nntp.OverviewIterator
Returns the next overview entry.
nextPair() - method in class gnu.inet.nntp.PairIterator
Returns the next pair.
NIL - static field in class gnu.inet.imap.IMAPConstants
NLST - static field in class gnu.inet.ftp.FTPConnection
NNTPConnection - class gnu.inet.nntp.NNTPConnection
An NNTP client.
NNTPConnection(java.lang.String) - constructor for class gnu.inet.nntp.NNTPConnection
Creates a new connection object.
NNTPConnection(java.lang.String,int) - constructor for class gnu.inet.nntp.NNTPConnection
Creates a new connection object.
Creates a new connection object.
NNTPConstants - interface gnu.inet.nntp.NNTPConstants
NNTP status response codes.
NNTPException - exception gnu.inet.nntp.NNTPException
An NNTP exception.
NNTPException(gnu.inet.nntp.StatusResponse) - constructor for class gnu.inet.nntp.NNTPException
Constructor.
NO - static field in class gnu.inet.imap.IMAPConstants
NO_ARTICLE_SELECTED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that no article has been selected.
NO_GROUP_SELECTED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that no newsgroup has been selected.
NO_NEXT_ARTICLE - static field in class gnu.inet.nntp.NNTPConstants
Indicates that there is no next article in this newsgroup.
NO_POSTING_ALLOWED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server is ready but posting is not allowed.
NO_PREVIOUS_ARTICLE - static field in class gnu.inet.nntp.NNTPConstants
Indicates that there is no previous article in this newsgroup.
NO_SUCH_ARTICLE - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the specified article could not be found.
NO_SUCH_ARTICLE_NUMBER - static field in class gnu.inet.nntp.NNTPConstants
Indicates that no article with the specified number exists in this newsgroup.
NO_SUCH_ATTRIBUTE - static field in class gnu.inet.ldap.LDAPResult
NO_SUCH_GROUP - static field in class gnu.inet.nntp.NNTPConstants
Indicates that no such newsgroup exists.
NO_SUCH_OBJECT - static field in class gnu.inet.ldap.LDAPResult
NOOP - static field in class gnu.inet.ftp.FTPConnection
NOOP - static field in class gnu.inet.imap.IMAPConstants
NOOP - static field in class gnu.inet.pop3.POP3Connection
NOOP - static field in class gnu.inet.smtp.SMTPConnection
noop() - method in class gnu.inet.ftp.FTPConnection
Does nothing.
noop() - method in class gnu.inet.imap.IMAPConnection
Ping the server.
noop() - method in class gnu.inet.pop3.POP3Connection
Does nothing.
noop() - method in class gnu.inet.smtp.SMTPConnection
Issues a NOOP command.
NOT_ALLOWED_ON_NON_LEAF - static field in class gnu.inet.ldap.LDAPResult
NOT_ALLOWED_ON_RDN - static field in class gnu.inet.ldap.LDAPResult
NULL - static field in class gnu.inet.ldap.BERConstants

O

OBJECT_CLASS_MODS_PROHIBITED - static field in class gnu.inet.ldap.LDAPResult
OBJECT_CLASS_VIOLATION - static field in class gnu.inet.ldap.LDAPResult
OCTET_STRING - static field in class gnu.inet.ldap.BERConstants
OID - static field in class gnu.inet.ldap.BERConstants
OK - static field in class gnu.inet.imap.IMAPConstants
OK - static field in class gnu.inet.pop3.POP3Connection
OK - static field in class gnu.inet.smtp.SMTPConnection
OK_NOT_LOCAL - static field in class gnu.inet.smtp.SMTPConnection
OK_UNVERIFIED - static field in class gnu.inet.smtp.SMTPConnection
openConnection(java.net.URL) - method in class gnu.inet.finger.Handler
openConnection(java.net.URL) - method in class gnu.inet.ftp.Handler
Returns an FTPURLConnection for the given URL.
openConnection(java.net.URL) - method in class gnu.inet.gopher.Handler
openConnection(java.net.URL) - method in class gnu.inet.http.Handler
Returns an HTTPURLConnection for the given URL.
operation - field in class gnu.inet.ldap.Modification
The operation specified by this modification.
OPERATIONS_ERROR - static field in class gnu.inet.ldap.LDAPResult
OTHER - static field in class gnu.inet.ldap.LDAPResult
out - field in class gnu.inet.ftp.FTPConnection
The socket output stream.
out - field in class gnu.inet.gopher.GopherConnection
out - field in class gnu.inet.http.HTTPConnection
The socket output stream.
out - field in class gnu.inet.imap.IMAPConnection
The output stream.
out - field in class gnu.inet.nntp.NNTPConnection
The socket output stream.
out - field in class gnu.inet.pop3.POP3Connection
The socket output stream.
out - field in class gnu.inet.smtp.SMTPConnection
The output stream used to send commands to the server.
Overview - class gnu.inet.nntp.Overview
An overview entry.
OVERVIEW_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that a listing of overview information follows.
OverviewIterator - class gnu.inet.nntp.OverviewIterator
An iterator over an overview listing.

P

Pair - class gnu.inet.imap.Pair
Implementation of a key-value pair.
Pair - class gnu.inet.nntp.Pair
A pair of strings associated with one another.
PairIterator - class gnu.inet.nntp.PairIterator
An iterator over a pair listing.
Parameter - class gnu.inet.smtp.Parameter
An ESMTP parameter.
Parameter(java.lang.String,java.lang.String) - constructor for class gnu.inet.smtp.Parameter
Creates a new parameter with the specified key and value.
ParameterList - class gnu.inet.smtp.ParameterList
A list of ESMTP parameters.
PARSE - static field in class gnu.inet.imap.IMAPConstants
parse(java.io.InputStream) - method in class gnu.inet.http.Headers
Parse the specified input stream, adding headers to this collection.
Parses the given date in the current TimeZone.
parseBoolean() - method in class gnu.inet.ldap.BERDecoder
parseInt() - method in class gnu.inet.ldap.BERDecoder
parseOctetString() - method in class gnu.inet.ldap.BERDecoder
parseResponse(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Parse a response object from a response line sent by the server.
Parse a response object from a response line sent by the server.
parseSequence() - method in class gnu.inet.ldap.BERDecoder
parseSequence(int) - method in class gnu.inet.ldap.BERDecoder
parseSet() - method in class gnu.inet.ldap.BERDecoder
parseSet(int) - method in class gnu.inet.ldap.BERDecoder
parseString() - method in class gnu.inet.ldap.BERDecoder
parseType() - method in class gnu.inet.ldap.BERDecoder
Returns the type of the current value record.
PASS - static field in class gnu.inet.ftp.FTPConnection
PASS - static field in class gnu.inet.pop3.POP3Connection
passive - field in class gnu.inet.ftp.FTPConnection
If true, use passive mode.
passive - field in class gnu.inet.ftp.FTPURLConnection
PASV - static field in class gnu.inet.ftp.FTPConnection
path - field in class gnu.inet.http.Cookie
Optional subset of URL paths within the domain for which the cookie is valid.
path - field in class gnu.inet.http.Request
The path identifying the resource.
PBSZ - static field in class gnu.inet.ftp.FTPConnection
PendingData - interface gnu.inet.nntp.PendingData
An object representing data outside the simple request/response model of NNTP.
pendingData - field in class gnu.inet.nntp.NNTPConnection
Pending data, if any.
PERMANENTFLAGS - static field in class gnu.inet.imap.IMAPConstants
permanentFlags - field in class gnu.inet.imap.MailboxStatus
PERMISSION_DENIED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that access restrictions deny permission to execute the command sent by the client.
POP3Connection - class gnu.inet.pop3.POP3Connection
A POP3 client connection.
POP3Connection(java.lang.String) - constructor for class gnu.inet.pop3.POP3Connection
Creates a new connection to the server.
POP3Connection(java.lang.String,int) - constructor for class gnu.inet.pop3.POP3Connection
Creates a new connection to the server.
Creates a new connection to the server.
PORT - static field in class gnu.inet.ftp.FTPConnection
port - field in class gnu.inet.http.HTTPConnection
The port to connect to.
port - field in class gnu.inet.ldap.LDAPConnection
port - field in class gnu.inet.nntp.NNTPConnection
The port on the host we are connected to.
pos - field in class gnu.inet.http.ByteArrayRequestBodyWriter
The position within the content at which the next read will occur.
pos - field in class gnu.inet.http.ByteArrayResponseBodyReader
The position in the content at which the next write will occur.
POST - static field in class gnu.inet.nntp.NNTPConstants
post() - method in class gnu.inet.nntp.NNTPConnection
Post an article.
POSTING_ALLOWED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server is ready and posting is allowed.
POSTING_FAILED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that posting of the article failed.
POSTING_NOT_ALLOWED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that posting is not allowed.
PostStream - class gnu.inet.nntp.PostStream
A stream to which article contents should be written.
PREAUTH - static field in class gnu.inet.imap.IMAPConstants
PRIVATE - static field in class gnu.inet.ldap.BERConstants
PROT - static field in class gnu.inet.ftp.FTPConnection
PROTOCOL_ERROR - static field in class gnu.inet.ldap.LDAPResult
proxyHostname - field in class gnu.inet.http.HTTPConnection
The host name of the proxy to connect to.
proxyPort - field in class gnu.inet.http.HTTPConnection
The port on the proxy to connect to.
put(java.lang.Object,java.lang.Object) - method in class gnu.inet.http.Headers
putAll(java.util.Map) - method in class gnu.inet.http.Headers
PWD - static field in class gnu.inet.ftp.FTPConnection

Q

QUIT - static field in class gnu.inet.ftp.FTPConnection
QUIT - static field in class gnu.inet.nntp.NNTPConstants
QUIT - static field in class gnu.inet.pop3.POP3Connection
QUIT - static field in class gnu.inet.smtp.SMTPConnection
quit() - method in class gnu.inet.nntp.NNTPConnection
Close the connection.
quit() - method in class gnu.inet.pop3.POP3Connection
Closes the connection.
quit() - method in class gnu.inet.smtp.SMTPConnection
Close the connection to the server.
Quota - class gnu.inet.imap.Quota
An IMAP quota entry.
QUOTA - static field in class gnu.inet.imap.IMAPConstants
QUOTAROOT - static field in class gnu.inet.imap.IMAPConstants

R

Range - class gnu.inet.nntp.Range
A range of article numbers.
RCPT_TO - static field in class gnu.inet.smtp.SMTPConnection
Execute a RCPT command.
read() - method in class gnu.inet.http.ChunkedInputStream
read() - method in class gnu.inet.comsat.ComsatClient
read() - method in class gnu.inet.util.CRLFInputStream
Reads the next byte of data from this input stream.
read() - method in class gnu.inet.util.MessageInputStream
Reads the next byte of data from this message input stream.
read() - method in class gnu.inet.nntp.NNTPConnection
Read a single line from the server.
read() - method in class gnu.inet.util.SaslInputStream
Reads a single character.
read(byte[]) - method in class gnu.inet.http.ChunkedInputStream
read(byte[]) - method in class gnu.inet.util.CRLFInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]) - method in class gnu.inet.util.MessageInputStream
Reads up to b.length bytes of data from this input stream into an array of bytes.
read(byte[]) - method in class gnu.inet.util.SaslInputStream
read(byte[],int,int) - method in class gnu.inet.http.ByteArrayResponseBodyReader
Receive notification of body content.
read(byte[],int,int) - method in class gnu.inet.http.ChunkedInputStream
read(byte[],int,int) - method in class gnu.inet.util.CRLFInputStream
Reads up to len bytes of data from this input stream into an array of bytes, starting at the specified offset.
read(byte[],int,int) - method in class gnu.inet.util.MessageInputStream
Reads up to len bytes of data from this input stream into an array of bytes, starting at the specified offset.
read(byte[],int,int) - method in class gnu.inet.http.ResponseBodyReader
Receive notification of body content.
read(byte[],int,int) - method in class gnu.inet.util.SaslInputStream
Block read.
READ_ONLY - static field in class gnu.inet.imap.IMAPConstants
READ_WRITE - static field in class gnu.inet.imap.IMAPConstants
readLine() - method in class gnu.inet.util.LineInputStream
Read a line of input.
readResponse() - method in class gnu.inet.ftp.FTPConnection
Reads and parses the next response from the server.
readResponse() - method in class gnu.inet.imap.IMAPConnection
Reads an IMAP response from the server.
readToEOF() - method in class gnu.inet.nntp.ArticleStream
Read to the end of the article data.
readToEOF() - method in class gnu.inet.nntp.LineIterator
Read to the end of this iterator.
readToEOF() - method in class gnu.inet.nntp.PendingData
Reads to the end of this data.
readWrite - field in class gnu.inet.imap.MailboxStatus
READY - static field in class gnu.inet.pop3.POP3Connection
READY - static field in class gnu.inet.smtp.SMTPConnection
REAL - static field in class gnu.inet.ldap.BERConstants
RECENT - static field in class gnu.inet.imap.IMAPConstants
REDUNDANT - static field in class gnu.inet.gopher.DirectoryEntry
Item is a redundant server.
REFERRAL - static field in class gnu.inet.ldap.LDAPResult
referrals - field in class gnu.inet.ldap.LDAPResult
A list of LDAP URLs to refer to if the status is REFERRAL.
REIN - static field in class gnu.inet.ftp.FTPConnection
reinitialize() - method in class gnu.inet.ftp.FTPConnection
Terminates an authenticated login.
RELATIVE_OID - static field in class gnu.inet.ldap.BERConstants
remove() - method in class gnu.inet.gopher.DirectoryListing
This iterator is read-only.
remove() - method in class gnu.inet.nntp.LineIterator
This iterator is read-only.
remove(java.lang.Object) - method in class gnu.inet.http.Headers
removeDirectory(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Causes the directory specified to be deleted.
RENAME - static field in class gnu.inet.imap.IMAPConstants
Renames a file.
Renames the source mailbox to the specified name.
REPLACE - static field in class gnu.inet.ldap.Modification
Replace all existing values of the given attribute with the new values, creating the attribute if it did not exist.
representationType - field in class gnu.inet.ftp.FTPConnection
The current representation type.
representationType - field in class gnu.inet.ftp.FTPURLConnection
Request - class gnu.inet.http.Request
A single HTTP request.
request - field in class gnu.inet.http.event.RequestEvent
The request associated with this event.
Constructor for a new request.
REQUEST_CREATED - static field in class gnu.inet.http.event.RequestEvent
The request created event type.
REQUEST_SENDING - static field in class gnu.inet.http.event.RequestEvent
The request sending event type.
REQUEST_SENT - static field in class gnu.inet.http.event.RequestEvent
The request sent event type.
requestBodyNegotiationThreshold - field in class gnu.inet.http.Request
Request body negotiation threshold for 100-continue expectations.
RequestBodyWriter - interface gnu.inet.http.RequestBodyWriter
Callback interface for writing request body content.
requestBodyWriter - field in class gnu.inet.http.Request
The request body provider.
Callback invoked when a request is created from the associated connection.
RequestEvent - class gnu.inet.http.event.RequestEvent
A request event.
Constructs a request event with the specified source, type, and request.
requestHeaders - field in class gnu.inet.http.Request
The headers in this request.
RequestListener - interface gnu.inet.http.event.RequestListener
A request listener.
Callback invoked when the request has been initialised with all data and before sending this data to the server.
Callback invoked after all request data has been sent to the server.
reset() - method in class gnu.inet.ldap.BEREncoder
Reset this encoder for reuse.
reset() - method in class gnu.inet.http.ByteArrayRequestBodyWriter
Initialises the writer.
reset() - method in class gnu.inet.util.MessageInputStream
reset() - method in class gnu.inet.http.RequestBodyWriter
Initialises the writer.
Quota.Resource - class gnu.inet.imap.Quota.Resource
A quota resource entry.
Resource(java.lang.String,int) - constructor for class gnu.inet.imap.Quota.Resource
Specifies a new resource with the given name and limit.
response - field in class gnu.inet.ftp.FTPException
The response that provoked this exception.
Response - class gnu.inet.http.Response
An HTTP response.
response - field in class gnu.inet.nntp.NNTPException
response - field in class gnu.inet.pop3.POP3Connection
The last response received from the server.
response - field in class gnu.inet.smtp.SMTPConnection
The last response message received from the server.
Constructs a new response with the specified parameters.
ResponseBodyReader - interface gnu.inet.http.ResponseBodyReader
Callback interface for receiving notification of response body content.
responseBodyReader - field in class gnu.inet.http.Request
The response body reader.
Callback interface for objects that wish to be notified of response header values.
responseHeaderHandlers - field in class gnu.inet.http.Request
Map of response header handlers.
REST - static field in class gnu.inet.ftp.FTPConnection
ResultHandler - interface gnu.inet.ldap.ResultHandler
Callback handler for receiving notification of search results.
RETR - static field in class gnu.inet.ftp.FTPConnection
RETR - static field in class gnu.inet.pop3.POP3Connection
retr(int) - method in class gnu.inet.pop3.POP3Connection
Returns an input stream containing the entire message.
retrieve(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Retrieves the specified file.
RFC822 - static field in class gnu.inet.imap.IMAPConstants
RFC822_HEADER - static field in class gnu.inet.imap.IMAPConstants
RFC822_SIZE - static field in class gnu.inet.imap.IMAPConstants
RFC822_TEXT - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_ADMIN - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_CREATE - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_DELETE - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_INSERT - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_LOOKUP - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_POST - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_READ - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_SEEN - static field in class gnu.inet.imap.IMAPConstants
RIGHTS_WRITE - static field in class gnu.inet.imap.IMAPConstants
RMD - static field in class gnu.inet.ftp.FTPConnection
RNFR - static field in class gnu.inet.ftp.FTPConnection
RNTO - static field in class gnu.inet.ftp.FTPConnection
RSET - static field in class gnu.inet.pop3.POP3Connection
RSET - static field in class gnu.inet.smtp.SMTPConnection
rset() - method in class gnu.inet.pop3.POP3Connection
If any messages have been marked as deleted, they are unmarked.
rset() - method in class gnu.inet.smtp.SMTPConnection
Aborts the current mail transaction.
run() - method in class gnu.inet.util.GetLocalHostAction
run() - method in class gnu.inet.util.GetSystemPropertyAction

S

SASL_BIND_IN_PROGRESS - static field in class gnu.inet.ldap.LDAPResult
A callback handler that can manage username and password callbacks.
Constructor.
SaslCramMD5 - class gnu.inet.util.SaslCramMD5
SASL mechanism for CRAM-MD5.
SaslCramMD5(java.lang.String,java.lang.String) - constructor for class gnu.inet.util.SaslCramMD5
SaslInputStream - class gnu.inet.util.SaslInputStream
A filter input stream that decodes all its received input using a SASL client.
Constructor.
SaslLogin - class gnu.inet.util.SaslLogin
SASL mechanism for LOGIN.
SaslLogin(java.lang.String,java.lang.String) - constructor for class gnu.inet.util.SaslLogin
SaslOutputStream - class gnu.inet.util.SaslOutputStream
A filter output stream that encodes data written to it using a SASL client.
Constructor.
SaslPlain - class gnu.inet.util.SaslPlain
SASL mechanism for PLAIN.
SaslPlain(java.lang.String,java.lang.String) - constructor for class gnu.inet.util.SaslPlain
SCOPE_BASE_OBJECT - static field in class gnu.inet.ldap.LDAPConnection
SCOPE_SINGLE_LEVEL - static field in class gnu.inet.ldap.LDAPConnection
SCOPE_WHOLE_SUBTREE - static field in class gnu.inet.ldap.LDAPConnection
SEARCH - static field in class gnu.inet.imap.IMAPConstants
Issues a search request.
Searches the currently selected mailbox for messages matching the specified criteria.
SEARCH_ALL - static field in class gnu.inet.imap.IMAPConstants
SEARCH_ANSWERED - static field in class gnu.inet.imap.IMAPConstants
SEARCH_BCC - static field in class gnu.inet.imap.IMAPConstants
SEARCH_BEFORE - static field in class gnu.inet.imap.IMAPConstants
SEARCH_BODY - static field in class gnu.inet.imap.IMAPConstants
SEARCH_CC - static field in class gnu.inet.imap.IMAPConstants
SEARCH_DELETED - static field in class gnu.inet.imap.IMAPConstants
SEARCH_DRAFT - static field in class gnu.inet.imap.IMAPConstants
SEARCH_FLAGGED - static field in class gnu.inet.imap.IMAPConstants
SEARCH_FROM - static field in class gnu.inet.imap.IMAPConstants
SEARCH_HEADER - static field in class gnu.inet.imap.IMAPConstants
SEARCH_KEYWORD - static field in class gnu.inet.imap.IMAPConstants
SEARCH_LARGER - static field in class gnu.inet.imap.IMAPConstants
SEARCH_NEW - static field in class gnu.inet.imap.IMAPConstants
SEARCH_NOT - static field in class gnu.inet.imap.IMAPConstants
SEARCH_OLD - static field in class gnu.inet.imap.IMAPConstants
SEARCH_ON - static field in class gnu.inet.imap.IMAPConstants
SEARCH_OR - static field in class gnu.inet.imap.IMAPConstants
SEARCH_RECENT - static field in class gnu.inet.imap.IMAPConstants
SEARCH_SEEN - static field in class gnu.inet.imap.IMAPConstants
SEARCH_SENTBEFORE - static field in class gnu.inet.imap.IMAPConstants
SEARCH_SENTON - static field in class gnu.inet.imap.IMAPConstants
SEARCH_SENTSINCE - static field in class gnu.inet.imap.IMAPConstants
SEARCH_SINCE - static field in class gnu.inet.imap.IMAPConstants
SEARCH_SMALLER - static field in class gnu.inet.imap.IMAPConstants
SEARCH_SUBJECT - static field in class gnu.inet.imap.IMAPConstants
SEARCH_TEXT - static field in class gnu.inet.imap.IMAPConstants
SEARCH_TO - static field in class gnu.inet.imap.IMAPConstants
SEARCH_UID - static field in class gnu.inet.imap.IMAPConstants
SEARCH_UNANSWERED - static field in class gnu.inet.imap.IMAPConstants
SEARCH_UNDELETED - static field in class gnu.inet.imap.IMAPConstants
SEARCH_UNDRAFT - static field in class gnu.inet.imap.IMAPConstants
SEARCH_UNFLAGGED - static field in class gnu.inet.imap.IMAPConstants
SEARCH_UNKEYWORD - static field in class gnu.inet.imap.IMAPConstants
SEARCH_UNSEEN - static field in class gnu.inet.imap.IMAPConstants
Receive an LDAP SearchResultEntry response.
Receive an LDAP SearchResultReference response.
secure - field in class gnu.inet.http.Cookie
Indicates that the user-agent should only use secure means to transmit this cookie to the server.
secure - field in class gnu.inet.http.HTTPConnection
Whether the connection should use transport level security (HTTPS).
SELECT - static field in class gnu.inet.imap.IMAPConstants
select(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Selects the specified mailbox.
send(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Sends the specified command line to the server.
send(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Send a single line to the server.
send(java.lang.String) - method in class gnu.inet.pop3.POP3Connection
Send the command to the server.
send(java.lang.String) - method in class gnu.inet.smtp.SMTPConnection
Send the specified command string to the server.
SEND_ARTICLE - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article to be posted should be sent by the client.
SEND_ARTICLE_VIA_TAKETHIS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server does not have the specified article and would like it to be transferred via TAKETHIS.
SEND_AUTHINFO_SIMPLE - static field in class gnu.inet.nntp.NNTPConstants
Instructs the client to send a username/password pair according to the AUTHINFO SIMPLE specification.
SEND_AUTHINFOPASS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server is ready to accept the AUTHINFO password.
SEND_DATA - static field in class gnu.inet.smtp.SMTPConnection
SEND_TRANSFER_ARTICLE - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the article to be transferred should be sent by the client.
Sends the specified IMAP tagged command to the server.
SEQUENCE - static field in class gnu.inet.ldap.BERConstants
SERVICE_DISCONTINUED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the service has been discontinued.
SET - static field in class gnu.inet.ldap.BERConstants
SETACL - static field in class gnu.inet.imap.IMAPConstants
Changes the access rights on the specified mailbox such that the authentication principal is granted the specified permissions.
setAnsiDebug(boolean) - method in class gnu.inet.imap.IMAPConnection
Sets whether debugging output should use ANSI colour escape sequences.
Sets an authenticator that can be used to handle authentication automatically.
setBody(java.lang.String) - method in class gnu.inet.comsat.ComsatInfo
setCalendar(java.util.Calendar) - method in class gnu.inet.http.HTTPDateFormat
Don't allow setting the calendar.
setCookie(gnu.inet.http.Cookie) - method in class gnu.inet.http.CookieManager
Stores a cookie in the cookie manager.
Sets the cookie manager to use for this connection.
setDoInput(boolean) - method in class gnu.inet.ftp.FTPURLConnection
This connection supports doInput.
setDoOutput(boolean) - method in class gnu.inet.ftp.FTPURLConnection
This connection supports doOutput.
setFileStructure(int) - method in class gnu.inet.ftp.FTPConnection
Sets the desired file structure type.
Sets the specified header in this request.
setInstance(gnu.inet.util.Logger) - static method in class gnu.inet.util.Logger
Sets the singleton instance of this class.
setMailbox(java.lang.String) - method in class gnu.inet.comsat.ComsatInfo
Don't allow setting the NumberFormat.
setPassive(boolean) - method in class gnu.inet.ftp.FTPConnection
Set passive mode.
setProxy(java.lang.String,int) - method in class gnu.inet.http.HTTPConnection
Directs this connection to use the specified proxy.
SETQUOTA - static field in class gnu.inet.imap.IMAPConstants
Sets the quota for the specified quota root.
setRepresentationType(int) - method in class gnu.inet.ftp.FTPConnection
Sets the desired representation type of the transfer data.
setRequestBody(byte[]) - method in class gnu.inet.http.Request
Convenience method to set the entire request body.
setRequestBodyNegotiationThreshold(int) - method in class gnu.inet.http.Request
Sets the request body negotiation threshold.
Sets the request body provider.
Overrides the corresponding method in HttpURLConnection to permit arbitrary methods, as long as they're valid ASCII alphabetic characters.
Sets the response body reader.
Sets a callback handler to be invoked for the specified header name.
setSeen(java.lang.String,int,boolean) - method in class gnu.inet.nntp.FileNewsrc
Sets whether an article is marked as seen in the specified newsgroup.
setSeen(java.lang.String,int,boolean) - method in class gnu.inet.nntp.Newsrc
Sets whether an article is marked as seen in the specified newsgroup.
setSubscribed(java.lang.String,boolean) - method in class gnu.inet.nntp.FileNewsrc
Sets whether a newsgroup is subscribed in this newsrc.
setSubscribed(java.lang.String,boolean) - method in class gnu.inet.nntp.Newsrc
Sets whether a newsgroup is subscribed in this newsrc.
setTransferMode(int) - method in class gnu.inet.ftp.FTPConnection
Sets the desired transfer mode.
setValue(java.lang.String) - method in class gnu.inet.http.ResponseHeaderHandler
Sets the value for the header associated with this handler.
setVerbose(boolean) - method in class gnu.inet.finger.FingerConnection
Sets the verbose flag.
setVersion(int) - method in class gnu.inet.ldap.LDAPConnection
Sets the version of LDAP to use.
setVersion(int,int) - method in class gnu.inet.http.HTTPConnection
Sets the HTTP version supported by this connection.
A simple non-persistent cookie manager.
SimpleCookieManager() - constructor for class gnu.inet.http.SimpleCookieManager
Constructor.
SITE - static field in class gnu.inet.ftp.FTPConnection
size() - method in class gnu.inet.ldap.BEREncoder
Returns the current size of the encoded data.
size() - method in class gnu.inet.http.Headers
size() - method in class gnu.inet.smtp.ParameterList
Returns the number of parameters in the list.
SIZE_LIMIT_EXCEEDED - static field in class gnu.inet.ldap.LDAPResult
SKEY - static field in class gnu.inet.imap.IMAPConstants
skip() - method in class gnu.inet.ldap.BERDecoder
SLAVE - static field in class gnu.inet.nntp.NNTPConstants
slave() - method in class gnu.inet.nntp.NNTPConnection
Indicates to the server that this is a slave connection.
SLAVE_ACKNOWLEDGED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server has noted the slave status of the connection.
SMNT - static field in class gnu.inet.ftp.FTPConnection
SMTPConnection - class gnu.inet.smtp.SMTPConnection
An SMTP client.
SMTPConnection(java.lang.String) - constructor for class gnu.inet.smtp.SMTPConnection
Creates a new connection to the specified host, using the default SMTP port.
SMTPConnection(java.lang.String,int) - constructor for class gnu.inet.smtp.SMTPConnection
Creates a new connection to the specified host, using the specified port.
Creates a new connection to the specified host, using the specified port.
socket - field in class gnu.inet.comsat.ComsatClient
socket - field in class gnu.inet.finger.FingerConnection
The underlying socket used for communications.
socket - field in class gnu.inet.ftp.FTPConnection
The socket used to communicate with the server.
socket - field in class gnu.inet.gopher.GopherConnection
socket - field in class gnu.inet.http.HTTPConnection
The socket this connection communicates on.
socket - field in class gnu.inet.imap.IMAPConnection
The socket used for communication with the server.
socket - field in class gnu.inet.nntp.NNTPConnection
The socket used for network communication.
socket - field in class gnu.inet.pop3.POP3Connection
The socket used to communicate with the server.
socket - field in class gnu.inet.smtp.SMTPConnection
The underlying socket used for communicating with the server.
SP - static field in class gnu.inet.smtp.SMTPConnection
STARTTLS - static field in class gnu.inet.imap.IMAPConstants
STARTTLS - static field in class gnu.inet.smtp.SMTPConnection
starttls() - method in class gnu.inet.imap.IMAPConnection
Attempts to start TLS on the specified connection.
starttls() - method in class gnu.inet.smtp.SMTPConnection
Negotiate TLS over the current connection.
starttls(boolean) - method in class gnu.inet.ftp.FTPConnection
Negotiates TLS over the current connection.
Negotiates TLS over the current connection.
Attempts to start TLS on the specified connection.
Negotiate TLS over the current connection.
STAT - static field in class gnu.inet.ftp.FTPConnection
STAT - static field in class gnu.inet.nntp.NNTPConstants
STAT - static field in class gnu.inet.pop3.POP3Connection
stat() - method in class gnu.inet.pop3.POP3Connection
Returns the number of messages in the maildrop.
stat(int) - method in class gnu.inet.nntp.NNTPConnection
Send an article status request to the server.
stat(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Send an article status request to the server.
STATUS - static field in class gnu.inet.imap.IMAPConstants
status - field in class gnu.inet.ldap.LDAPResult
The result code associated with this result.
status - field in class gnu.inet.nntp.StatusResponse
Requests the status of the specified mailbox.
StatusResponse - class gnu.inet.nntp.StatusResponse
An NNTP status response.
StatusResponse(short,java.lang.String) - constructor for class gnu.inet.nntp.StatusResponse
Constructor.
StderrLogger - class gnu.inet.util.StderrLogger
A logger that simply writes to System.err.
STLS - static field in class gnu.inet.pop3.POP3Connection
stls() - method in class gnu.inet.pop3.POP3Connection
Attempts to start TLS on the specified connection.
stls(javax.net.ssl.TrustManager) - method in class gnu.inet.pop3.POP3Connection
Attempts to start TLS on the specified connection.
STOR - static field in class gnu.inet.ftp.FTPConnection
STORAGE - static field in class gnu.inet.imap.IMAPConstants
STORE - static field in class gnu.inet.imap.IMAPConstants
Alters data associated with the specified range of messages in the mailbox.
Alters data associated with the specified message in the mailbox.
Alters data associated with messages in the mailbox.
store(java.lang.String) - method in class gnu.inet.ftp.FTPConnection
Returns a stream for uploading a file.
STOU - static field in class gnu.inet.ftp.FTPConnection
STREAMING_OK - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server has accepted streaming mode.
STRONG_AUTH_REQUIRED - static field in class gnu.inet.ldap.LDAPResult
STRU - static field in class gnu.inet.ftp.FTPConnection
STRUCTURE_FILE - static field in class gnu.inet.ftp.FTPConnection
STRUCTURE_PAGE - static field in class gnu.inet.ftp.FTPConnection
STRUCTURE_RECORD - static field in class gnu.inet.ftp.FTPConnection
subs - field in class gnu.inet.nntp.FileNewsrc
SUBSCRIBE - static field in class gnu.inet.imap.IMAPConstants
subscribe(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Adds the specified mailbox to the set of subscribed mailboxes as returned by the LSUB command.
SUCCESS - static field in class gnu.inet.ldap.LDAPResult
SYNTAX_ERROR - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the command sent by the client was not a valid NNTP command.
SYST - static field in class gnu.inet.ftp.FTPConnection
system() - method in class gnu.inet.ftp.FTPConnection
Returns the type of operating system at the server.

T

tag - field in class gnu.inet.imap.IMAPResponse
The tag for this response.
TAG_PREFIX - static field in class gnu.inet.imap.IMAPConnection
Prefix for tags.
TAKETHIS - static field in class gnu.inet.nntp.NNTPConstants
takethis(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Implements the out-of-order takethis command.
TELNET - static field in class gnu.inet.gopher.DirectoryEntry
Item points to a text-based Telnet session.
text - field in class gnu.inet.imap.IMAPResponse
The human-readable text.
TIME_LIMIT_EXCEEDED - static field in class gnu.inet.ldap.LDAPResult
timeout - field in class gnu.inet.ftp.FTPConnection
The read timeout on sockets.
timeout - field in class gnu.inet.http.HTTPConnection
The read timeout for reads on the underlying socket.
timestamp - field in class gnu.inet.pop3.POP3Connection
The APOP timestamp, if sent by the server on connection.
TLS - static field in class gnu.inet.ftp.FTPConnection
TN3270 - static field in class gnu.inet.gopher.DirectoryEntry
Item points to a text-based tn3270 session.
toANSIString() - method in class gnu.inet.imap.IMAPResponse
ANSI-coloured toString for debugging.
toByteArray() - method in class gnu.inet.ldap.BEREncoder
Returns the encoded data.
toByteArray() - method in class gnu.inet.http.ByteArrayResponseBodyReader
Retrieves the content of this reader as a byte array.
TOP - static field in class gnu.inet.pop3.POP3Connection
top(int) - method in class gnu.inet.pop3.POP3Connection
Returns just the headers of the specified message as an input stream.
toString() - method in class gnu.inet.http.Cookie
toString() - method in class gnu.inet.imap.IMAPResponse
toString() - method in class gnu.inet.ldap.LDAPResult
Debugging.
toString() - method in class gnu.inet.imap.ListEntry
Debugging
toString() - method in class gnu.inet.imap.Namespaces
Debugging.
toString() - method in class gnu.inet.imap.Namespaces.Namespace
Debugging.
toString() - method in class gnu.inet.imap.Pair
toString() - method in class gnu.inet.smtp.Parameter
String form.
toString() - method in class gnu.inet.smtp.ParameterList
String form.
toString() - method in class gnu.inet.imap.Quota
Debugging.
toString() - method in class gnu.inet.imap.Quota.Resource
Debugging.
toString(boolean,boolean) - method in class gnu.inet.http.Cookie
TRANSFER_FAILED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that transfer of the specified article failed.
TRANSFER_PERMISSION_DENIED - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the client does not have the appropriate authorization to transfer an article.
transferMode - field in class gnu.inet.ftp.FTPConnection
The current transfer mode.
transferMode - field in class gnu.inet.ftp.FTPURLConnection
TRY_AGAIN_LATER - static field in class gnu.inet.nntp.NNTPConstants
Indicates that the server is not currently in a state to accept an article, but may become so at a later stage.
TRYCREATE - static field in class gnu.inet.imap.IMAPConstants
type - field in class gnu.inet.ldap.AttributeValues
The attribute type.
type - field in class gnu.inet.http.event.ConnectionEvent
The type of this event.
TYPE - static field in class gnu.inet.ftp.FTPConnection
type - field in class gnu.inet.http.event.RequestEvent
The type of this event.
TYPE_ASCII - static field in class gnu.inet.ftp.FTPConnection
TYPE_BINARY - static field in class gnu.inet.ftp.FTPConnection
TYPE_EBCDIC - static field in class gnu.inet.ftp.FTPConnection

U

UID - static field in class gnu.inet.imap.IMAPConstants
uidFetch(long,java.lang.String[]) - method in class gnu.inet.imap.IMAPConnection
Retrieves data associated with the specified message in the mailbox.
Retrieves data associated with the specified range of messages in the mailbox.
uidFetch(long[],java.lang.String[]) - method in class gnu.inet.imap.IMAPConnection
Retrieves data associated with messages in the mailbox.
UIDL - static field in class gnu.inet.pop3.POP3Connection
uidl() - method in class gnu.inet.pop3.POP3Connection
Returns a map of message number to UID pairs.
uidl(int) - method in class gnu.inet.pop3.POP3Connection
Returns a unique identifier for the specified message.
UIDNEXT - static field in class gnu.inet.imap.IMAPConstants
uidNext - field in class gnu.inet.imap.MailboxStatus
Alters data associated with the specified message in the mailbox.
Alters data associated with the specified range of messages in the mailbox.
Alters data associated with messages in the mailbox.
UIDVALIDITY - static field in class gnu.inet.imap.IMAPConstants
uidValidity - field in class gnu.inet.imap.MailboxStatus
UNAVAILABLE - static field in class gnu.inet.ldap.LDAPResult
UNAVAILABLE_CRITICAL_EXTENSION - static field in class gnu.inet.ldap.LDAPResult
unbind() - method in class gnu.inet.ldap.LDAPConnection
Issues an unbind request.
UNDEFINED_ATTRIBUTE_TYPE - static field in class gnu.inet.ldap.LDAPResult
UNIVERSAL - static field in class gnu.inet.ldap.BERConstants
UNSEEN - static field in class gnu.inet.imap.IMAPConstants
UNSUBSCRIBE - static field in class gnu.inet.imap.IMAPConstants
unsubscribe(java.lang.String) - method in class gnu.inet.imap.IMAPConnection
Removes the specified mailbox from the set of subscribed mailboxes as returned by the LSUB command.
UNTAGGED - static field in class gnu.inet.imap.IMAPResponse
The untagged response tag.
UNWILLING_TO_PERFORM - static field in class gnu.inet.ldap.LDAPResult
unwrap(byte[],int,int) - method in class gnu.inet.util.SaslCramMD5
unwrap(byte[],int,int) - method in class gnu.inet.util.SaslLogin
unwrap(byte[],int,int) - method in class gnu.inet.util.SaslPlain
US_ASCII - static field in class gnu.inet.imap.IMAPConnection
The encoding used to create strings for IMAP commands.
USER - static field in class gnu.inet.ftp.FTPConnection
USER - static field in class gnu.inet.pop3.POP3Connection
usingProxy() - method in class gnu.inet.http.HTTPURLConnection
UTF7imap - class gnu.inet.imap.UTF7imap
Encodes and decodes text according to the IMAP4rev1 mailbox name encoding scheme.
UTF8_STRING - static field in class gnu.inet.ldap.BERConstants
UUENCODED - static field in class gnu.inet.gopher.DirectoryEntry
Item is a UNIX uuencoded file.

V

value - field in class gnu.inet.http.Cookie
The value of the cookie.
values - field in class gnu.inet.ldap.AttributeValues
The values to assign.
values() - method in class gnu.inet.http.Headers
verbose - field in class gnu.inet.finger.FingerConnection
If we want a verbose response.
version - field in class gnu.inet.ldap.LDAPConnection
VRFY - static field in class gnu.inet.smtp.SMTPConnection
vrfy(java.lang.String) - method in class gnu.inet.smtp.SMTPConnection
Returns a list of valid possibilities for the specified address, or null on failure.

W

welcome - field in class gnu.inet.nntp.NNTPConnection
The greeting issued by the host when we connected.
wrap(byte[],int,int) - method in class gnu.inet.util.SaslCramMD5
wrap(byte[],int,int) - method in class gnu.inet.util.SaslLogin
wrap(byte[],int,int) - method in class gnu.inet.util.SaslPlain
write(byte[]) - method in class gnu.inet.http.ByteArrayRequestBodyWriter
Writes body content to the supplied buffer.
write(byte[]) - method in class gnu.inet.util.CRLFOutputStream
Writes a byte array to the underlying stream.
write(byte[]) - method in class gnu.inet.util.MessageOutputStream
write(byte[]) - method in class gnu.inet.nntp.PostStream
write(byte[]) - method in class gnu.inet.http.RequestBodyWriter
Writes body content to the supplied buffer.
write(byte[]) - method in class gnu.inet.util.SaslOutputStream
write(byte[],int,int) - method in class gnu.inet.util.CRLFOutputStream
Writes a portion of a byte array to the underlying stream.
write(byte[],int,int) - method in class gnu.inet.util.MessageOutputStream
Block write.
write(byte[],int,int) - method in class gnu.inet.nntp.PostStream
write(byte[],int,int) - method in class gnu.inet.util.SaslOutputStream
Block write.
write(int) - method in class gnu.inet.util.CRLFOutputStream
Writes a character to the underlying stream.
write(int) - method in class gnu.inet.util.MessageOutputStream
Character write.
write(int) - method in class gnu.inet.nntp.PostStream
write(int) - method in class gnu.inet.util.SaslOutputStream
Character write.
write(java.lang.String) - method in class gnu.inet.util.CRLFOutputStream
Writes the specified ASCII string to the underlying stream.
writeln() - method in class gnu.inet.util.CRLFOutputStream
Writes a newline to the underlying stream.

X

XGTITLE - static field in class gnu.inet.nntp.NNTPConstants
xgtitle(java.lang.String) - method in class gnu.inet.nntp.NNTPConnection
Returns an iterator over the list of newsgroup descriptions.
XGTITLE_LIST_FOLLOWS - static field in class gnu.inet.nntp.NNTPConstants
Indicates that an XGTITLE listing follows.
XHDR - static field in class gnu.inet.nntp.NNTPConstants
XINDEX - static field in class gnu.inet.nntp.NNTPConstants
XOVER - static field in class gnu.inet.nntp.NNTPConstants
xover(gnu.inet.nntp.Range) - method in class gnu.inet.nntp.NNTPConnection
XPAT - static field in class gnu.inet.nntp.NNTPConstants
XPATH - static field in class gnu.inet.nntp.NNTPConstants
XREPLIC - static field in class gnu.inet.nntp.NNTPConstants
XROVER - static field in class gnu.inet.nntp.NNTPConstants