- ABOR - Static variable in class gnu.inet.ftp.FTPConnection
-
- abort() - Method in class gnu.inet.ftp.FTPConnection
-
Aborts the transfer in progress.
- accept(Request, Response) - Method in class gnu.inet.http.ByteArrayResponseBodyReader
-
This reader accepts all responses.
- accept(Request, Response) - Method in interface gnu.inet.http.ResponseBodyReader
-
Indicate whether this reader is interested in the specified response.
- ACCT - Static variable in class gnu.inet.ftp.FTPConnection
-
- ACL - Static variable in interface gnu.inet.imap.IMAPConstants
-
- ActiveTime - Class in gnu.inet.nntp
-
An item in an NNTP newsgroup active time listing.
- ActiveTimesIterator - Class in gnu.inet.nntp
-
An iterator over an NNTP LIST ACTIVE.TIMES listing.
- add(Parameter) - Method in class gnu.inet.smtp.ParameterList
-
Adds a new parameter to the list.
- addConnectionListener(ConnectionListener) - Method in class gnu.inet.http.HTTPConnection
-
- addRequestListener(RequestListener) - Method in class gnu.inet.http.HTTPConnection
-
- addRequestProperty(String, String) - Method in class gnu.inet.ftp.FTPURLConnection
-
- ALERT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- alertsPending() - Method in class gnu.inet.imap.IMAPConnection
-
Indicates if there are alerts pending for the user-agent.
- ALLO - Static variable 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 variable in class gnu.inet.smtp.SMTPConnection
-
- APOP - Static variable in class gnu.inet.pop3.POP3Connection
-
- apop(String, String) - Method in class gnu.inet.pop3.POP3Connection
-
Authenticate the specified user using the APOP MD5-based method.
- APPE - Static variable in class gnu.inet.ftp.FTPConnection
-
- append(String) - Method in class gnu.inet.ftp.FTPConnection
-
Returns a stream for uploading a file.
- append(String, String[], byte[]) - Method in class gnu.inet.imap.IMAPConnection
-
Append a message to the specified mailbox.
- append(String, String[], byte[], UIDPlusHandler) - Method in class gnu.inet.imap.IMAPConnection
-
Append a message to the specified mailbox.
- APPEND - Static variable in interface gnu.inet.imap.IMAPConstants
-
- APPENDUID - Static variable in interface gnu.inet.imap.IMAPConstants
-
- appenduid(long, long) - Method in interface gnu.inet.imap.UIDPlusHandler
-
Notification of an APPENDUID response.
- article(int) - Method in class gnu.inet.nntp.NNTPConnection
-
Send an article retrieval request to the server.
- article(String) - Method in class gnu.inet.nntp.NNTPConnection
-
Send an article retrieval request to the server.
- ARTICLE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- ARTICLE_FOLLOWS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the article has been retrieved.
- ARTICLE_NOT_WANTED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server does not want the specified article.
- ARTICLE_NOT_WANTED_VIA_TAKETHIS - Static variable in interface 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 variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the article was successfully posted.
- ARTICLE_REJECTED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the specified article was rejected.
- ARTICLE_RETRIEVED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the article has been retrieved.
- ARTICLE_TRANSFER_FAILED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that an article transferred by a TAKETHIS command failed.
- ARTICLE_TRANSFERRED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the article was correctly transferred.
- ARTICLE_TRANSFERRED_OK - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server accepted the article transferred by a
TAKETHIS command.
- articleImpl(String, String) - Method in class gnu.inet.nntp.NNTPConnection
-
Performs an ARTICLE, BODY, HEAD, or STAT command.
- articleNumber - Variable in class gnu.inet.nntp.ArticleResponse
-
- ArticleNumberIterator - Class in gnu.inet.nntp
-
An iterator over a listing of article numbers.
- ArticleResponse - Class in gnu.inet.nntp
-
An NNTP article status response.
- ArticleResponse(short, String) - Constructor for class gnu.inet.nntp.ArticleResponse
-
- ArticleStream - Class in gnu.inet.nntp
-
A stream that can be told to read to the end of its data.
- asyncResponses - Variable in class gnu.inet.imap.IMAPConnection
-
List of responses received asynchronously.
- AUTH - Static variable in class gnu.inet.ftp.FTPConnection
-
- AUTH - Static variable in class gnu.inet.pop3.POP3Connection
-
- auth(String, String, String) - Method in class gnu.inet.pop3.POP3Connection
-
Authenticates the connection using the specified SASL mechanism,
username, and password.
- AUTH - Static variable in class gnu.inet.smtp.SMTPConnection
-
- authenticate(String, String) - Method in class gnu.inet.ftp.FTPConnection
-
Authenticate using the specified username and password.
- authenticate(String, String, String) - Method in class gnu.inet.imap.IMAPConnection
-
Authenticates the connection using the specified SASL mechanism,
username, and password.
- AUTHENTICATE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- authenticate(String, String, String) - Method in class gnu.inet.smtp.SMTPConnection
-
Authenticates the connection using the specified SASL mechanism,
username, and password.
- Authenticator - Interface in gnu.inet.http
-
Callback interface for managing authentication.
- authenticator - Variable in class gnu.inet.http.Request
-
The authenticator.
- authinfo(String, String) - Method in class gnu.inet.nntp.NNTPConnection
-
Basic authentication strategy.
- AUTHINFO_GENERIC - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- AUTHINFO_OK - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that AUTHINFO authentication was successful.
- AUTHINFO_PASS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- AUTHINFO_REJECTED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates the the authentication information supplied was not accepted
by the server.
- AUTHINFO_SIMPLE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- AUTHINFO_SIMPLE_DENIED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates an authentication failure using AUTHINFO SIMPLE.
- AUTHINFO_SIMPLE_OK - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates success of an AUTHINFO SIMPLE transaction.
- AUTHINFO_SIMPLE_REQUIRED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that authentication via the AUTHINFO SIMPLE strategy is
required.
- AUTHINFO_USER - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- authinfoGeneric(String, String, String) - Method in class gnu.inet.nntp.NNTPConnection
-
Authenticates the connection using the specified SASL mechanism,
username and password.
- authinfoSimple(String, String) - Method in class gnu.inet.nntp.NNTPConnection
-
Implementation of NNTP simple authentication.
- canPost - Variable in class gnu.inet.nntp.NNTPConnection
-
Whether the host permits posting of articles.
- CAPA - Static variable 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() - Method in class gnu.inet.imap.IMAPConnection
-
Returns a list of the capabilities of the IMAP server.
- CAPABILITY - Static variable in interface gnu.inet.imap.IMAPConstants
-
- CCC - Static variable in class gnu.inet.ftp.FTPConnection
-
- CDUP - Static variable in class gnu.inet.ftp.FTPConnection
-
- changeToParentDirectory() - Method in class gnu.inet.ftp.FTPConnection
-
Changes directory to the parent of the current working directory.
- changeWorkingDirectory(String) - Method in class gnu.inet.ftp.FTPConnection
-
Changes directory to the specified path.
- check() - Method in class gnu.inet.imap.IMAPConnection
-
Request a checkpoint of the currently selected mailbox.
- CHECK - Static variable in interface gnu.inet.imap.IMAPConstants
-
- check(String) - Method in class gnu.inet.nntp.NNTPConnection
-
- CHECK - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- checkClientTrusted(X509Certificate[], String) - Method in class gnu.inet.util.EmptyX509TrustManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class gnu.inet.util.EmptyX509TrustManager
-
- ChunkedInputStream - Class in gnu.inet.http
-
Input stream wrapper for the "chunked" transfer-coding.
- ChunkedInputStream(InputStream, Headers) - Constructor for class gnu.inet.http.ChunkedInputStream
-
Constructor.
- clear() - Method in class gnu.inet.http.Headers
-
- close() - Method in class gnu.inet.http.ByteArrayResponseBodyReader
-
- close() - Method in class gnu.inet.http.HTTPConnection
-
Closes this connection.
- close() - Method in interface gnu.inet.http.ResponseBodyReader
-
Notifies the reader that the end of the content was reached.
- close() - Method in class gnu.inet.imap.IMAPConnection
-
Permanently remove all messages that have the \Deleted flags set,
and close the mailbox.
- CLOSE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- close() - Method in class gnu.inet.nntp.FileNewsrc
-
- close() - Method in interface gnu.inet.nntp.Newsrc
-
Closes the configuration, potentially saving any changes.
- close() - Method in class gnu.inet.nntp.PostStream
-
Close the stream.
- closeConnection() - Method in class gnu.inet.http.HTTPConnection
-
Closes the underlying socket, if any.
- CLOSING_CONNECTION - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server is closing the connection.
- code - Variable in class gnu.inet.ftp.FTPResponse
-
The 3-digit status code.
- code - Variable in class gnu.inet.http.Response
-
The HTTP status code of the response.
- code - Variable in class gnu.inet.imap.IMAPResponse
-
The response code.
- codeClass - Variable in class gnu.inet.http.Response
-
The class of the response.
- COMMAND_NOT_RECOGNIZED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the command sent by the client was not understood by the
server.
- comment - Variable in class gnu.inet.http.Cookie
-
Optional documentation of the intended use of the cookie.
- connect() - Method in class gnu.inet.ftp.FTPURLConnection
-
Establishes the connection.
- connect() - Method in class gnu.inet.gopher.GopherURLConnection
-
Establishes the connection.
- connection - Variable in class gnu.inet.ftp.FTPURLConnection
-
The connection managing the protocol exchange.
- connection - Variable in class gnu.inet.gopher.GopherURLConnection
-
The connection managing the protocol exchange.
- connection - Variable in class gnu.inet.http.Request
-
The connection context in which this request is invoked.
- connectionTimeout - Variable in class gnu.inet.ftp.FTPConnection
-
The timeout when attempting to connect a socket.
- connectionTimeout - Variable in class gnu.inet.http.HTTPConnection
-
The connection timeout for connecting the underlying socket.
- contains(int) - Method in class gnu.inet.nntp.Range
-
Indicates whether this range contains the specfied article number.
- containsKey(Object) - Method in class gnu.inet.http.Headers
-
- containsValue(Object) - Method in class gnu.inet.http.Headers
-
- content - Variable in class gnu.inet.http.ByteArrayRequestBodyWriter
-
The content.
- content - Variable in class gnu.inet.http.ByteArrayResponseBodyReader
-
The content.
- CONTINUATION - Static variable in class gnu.inet.imap.IMAPResponse
-
The continuation response tag.
- continuation - Variable in class gnu.inet.smtp.SMTPConnection
-
If true, there are more responses to read.
- CONTINUE_TLS_NEGOTIATION - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server is ready to proceed with TLS negotiation.
- Cookie - Class in gnu.inet.http
-
An HTTP cookie, as specified in RFC 2109.
- Cookie(String, String, String, String, String, boolean, Date) - Constructor for class gnu.inet.http.Cookie
-
- CookieManager - Interface in gnu.inet.http
-
Cookie manager interface.
- cookieManager - Variable in class gnu.inet.http.HTTPConnection
-
The cookie manager for this connection.
- cookies - Variable in class gnu.inet.http.SimpleCookieManager
-
The cookie cache.
- copy(int[], String) - Method in class gnu.inet.imap.IMAPConnection
-
Copies the specified messages to the end of the destination mailbox.
- copy(int[], String, UIDPlusHandler) - Method in class gnu.inet.imap.IMAPConnection
-
Copies the specified messages to the end of the destination mailbox.
- COPY - Static variable in interface gnu.inet.imap.IMAPConstants
-
- COPYUID - Static variable in interface gnu.inet.imap.IMAPConstants
-
- copyuid(long, long, long) - Method in interface gnu.inet.imap.UIDPlusHandler
-
Notification of a COPYUID response.
- count - Variable in class gnu.inet.imap.IMAPResponse
-
The message count (for responses returning counts).
- count - Variable in class gnu.inet.nntp.GroupResponse
-
- CR - Static variable in class gnu.inet.util.CRLFInputStream
-
The CR octet.
- CR - Static variable in class gnu.inet.util.CRLFOutputStream
-
The CR octet.
- CRAM_MD5 - Static variable in interface gnu.inet.imap.IMAPConstants
-
- create(String) - Method in class gnu.inet.imap.IMAPConnection
-
Creates a mailbox with the specified name.
- CREATE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- Credentials - Class in gnu.inet.http
-
Represents a username/password combination that can be used to
authenticate to an HTTP server.
- Credentials(String, String) - Constructor for class gnu.inet.http.Credentials
-
Constructor.
- CRLF - Static variable in class gnu.inet.util.CRLFOutputStream
-
The CR/LF pair.
- CRLFInputStream - Class in gnu.inet.util
-
An input stream that filters out CR/LF pairs into LFs.
- CRLFInputStream(InputStream) - Constructor for class gnu.inet.util.CRLFInputStream
-
Constructs a CR/LF input stream connected to the specified input
stream.
- CRLFOutputStream - Class in gnu.inet.util
-
An output stream that filters LFs into CR/LF pairs.
- CRLFOutputStream(OutputStream) - Constructor for class gnu.inet.util.CRLFOutputStream
-
Constructs a CR/LF output stream connected to the specified output stream.
- CSO_PHONE_BOOK - Static variable in class gnu.inet.gopher.DirectoryEntry
-
Item is a CSO phone-book server.
- CWD - Static variable in class gnu.inet.ftp.FTPConnection
-
- get(String) - Method in class gnu.inet.gopher.GopherConnection
-
Returns the resource identified by the specified selector.
- get(Object) - Method in class gnu.inet.http.Headers
-
- get(int) - Method in class gnu.inet.smtp.ParameterList
-
Returns the parameter at the specified index.
- getAcceptedIssuers() - Method in class gnu.inet.util.EmptyX509TrustManager
-
- getacl(String) - Method in class gnu.inet.imap.IMAPConnection
-
Returns the access control list for the specified mailbox.
- GETACL - Static variable in interface gnu.inet.imap.IMAPConstants
-
- 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.
- getCode() - Method in class gnu.inet.ftp.FTPResponse
-
Returns the 3-digit status code.
- getCode() - Method in class gnu.inet.http.Response
-
Returns the HTTP status code of the response.
- getCode() - Method in class gnu.inet.imap.MessageStatus
-
- 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(URLConnection) - Method in class gnu.inet.gopher.GopherContentHandler
-
- getContent() - Method in class gnu.inet.gopher.GopherURLConnection
-
- getContent(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 interface gnu.inet.http.RequestBodyWriter
-
Returns the total number of bytes that will be written in a single pass
by this writer.
- getCookieManager() - Method in class gnu.inet.http.HTTPConnection
-
Returns the cookie manager in use for this connection.
- getCookies(String, boolean, String) - Method in interface gnu.inet.http.CookieManager
-
Retrieves the cookies matching the specified criteria.
- getCookies(String, boolean, String) - Method in class gnu.inet.http.SimpleCookieManager
-
- getCount() - Method in class gnu.inet.imap.IMAPResponse
-
- getCredentials(String, int) - Method in interface 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(String) - Method in class gnu.inet.http.Request
-
Returns the value of the specified header in this request as a date.
- getDateHeader(String) - Method in class gnu.inet.http.Response
-
Returns the header value for the specified name as a date.
- getDateValue(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
-
- 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(String) - Method in class gnu.inet.http.Request
-
Returns the value of the specified header in this request.
- getHeader(String) - Method in class gnu.inet.http.Response
-
Returns the header value for the specified name.
- 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.
- 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 exception 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
-
- getIntHeader(String) - Method in class gnu.inet.http.Request
-
Returns the value of the specified header in this request as an integer.
- getIntHeader(String) - Method in class gnu.inet.http.Response
-
Returns the header value for the specified name as an integer.
- getIntValue(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.
- GetLocalHostAction - Class in gnu.inet.util
-
Privileged action to retrieve the local host InetAddress.
- GetLocalHostAction() - Constructor for class gnu.inet.util.GetLocalHostAction
-
- 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.imap.Quota.Resource
-
Returns the resource name.
- getName() - Method in class gnu.inet.nntp.Group
-
The name of the newsgroup.
- getNegotiatedProperty(String) - Method in class gnu.inet.util.SaslCramMD5
-
- getNegotiatedProperty(String) - Method in class gnu.inet.util.SaslLogin
-
- getNegotiatedProperty(String) - Method in class gnu.inet.util.SaslPlain
-
- 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
-
- 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(String) - Method in class gnu.inet.imap.IMAPConnection
-
Returns the specified quota root's resource usage and limits.
- GETQUOTA - Static variable in interface gnu.inet.imap.IMAPConstants
-
- getquotaroot(String) - Method in class gnu.inet.imap.IMAPConnection
-
Returns the quotas for the given mailbox.
- GETQUOTAROOT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- getQuotaRoot() - Method in class gnu.inet.imap.Quota
-
Returns the quota root.
- getRepresentationType() - Method in class gnu.inet.ftp.FTPConnection
-
Returns the current representation type of the transfer data.
- getRequestProperties() - Method in class gnu.inet.ftp.FTPURLConnection
-
- getRequestProperty(String) - Method in class gnu.inet.ftp.FTPURLConnection
-
- 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 exception gnu.inet.ftp.FTPException
-
Returns the response that provoked this exception.
- getResponse() - Method in exception 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.imap.IMAPResponse
-
- 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.
- getSSLSocketFactory(TrustManager) - Method in class gnu.inet.imap.IMAPConnection
-
Returns a configured SSLSocketFactory to use in creating new SSL
sockets.
- getSSLSocketFactory(TrustManager) - Method in class gnu.inet.nntp.NNTPConnection
-
Returns a configured SSLSocketFactory to use in creating new SSL
sockets.
- getSSLSocketFactory(TrustManager) - Method in class gnu.inet.pop3.POP3Connection
-
Returns a configured SSLSocketFactory to use in creating new SSL
sockets.
- getSSLSocketFactory(TrustManager) - Method in class gnu.inet.smtp.SMTPConnection
-
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.
- GetSystemPropertyAction - Class in gnu.inet.util
-
Privileged action for retrieving system properties.
- GetSystemPropertyAction(String) - Constructor for class gnu.inet.util.GetSystemPropertyAction
-
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.gopher.DirectoryEntry
-
Returns the type of this entry.
- 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(String) - Method in class gnu.inet.http.Headers
-
Returns the value of the specified header as a string.
- 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.
- 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 variable in class gnu.inet.gopher.DirectoryEntry
-
Item is a GIF format graphics file.
- gnu.inet.finger - package gnu.inet.finger
-
This is a simple client for the finger protocol described in RFC 1288.
- gnu.inet.ftp - package gnu.inet.ftp
-
This package contains an FTP client.
- gnu.inet.gopher - package gnu.inet.gopher
-
This package contains a Gopher client.
- gnu.inet.http - package gnu.inet.http
-
This package contains an HTTP/1.1 client, as described in RFC 2616.
- gnu.inet.imap - package gnu.inet.imap
-
This package contains an IMAP4rev1 client.
- gnu.inet.nntp - package gnu.inet.nntp
-
This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980
NNTP extensions.
- gnu.inet.pop3 - package gnu.inet.pop3
-
This package contains a simple POP3 client, as specified in RFC 1939.
- gnu.inet.smtp - package gnu.inet.smtp
-
This package includes a complete ESMTP client.
- gnu.inet.util - package gnu.inet.util
-
- GopherConnection - Class in gnu.inet.gopher
-
A gopher client.
- GopherConnection(String) - Constructor for class gnu.inet.gopher.GopherConnection
-
Creates a new connection to the gopher server at the specified
hostname.
- GopherConnection(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.
- GopherContentHandler - Class in gnu.inet.gopher
-
A Gopher content handler.
- GopherContentHandler() - Constructor for class gnu.inet.gopher.GopherContentHandler
-
- GopherURLConnection - Class in gnu.inet.gopher
-
A Gopher URL connection.
- GopherURLConnection(URL) - Constructor for class gnu.inet.gopher.GopherURLConnection
-
Constructs a Gopher connection to the specified URL.
- greeting - Variable in class gnu.inet.smtp.SMTPConnection
-
The greeting message given by the server.
- Group - Class in gnu.inet.nntp
-
An item in an NNTP newsgroup listing.
- group - Variable in class gnu.inet.nntp.GroupResponse
-
- group(String) - Method in class gnu.inet.nntp.NNTPConnection
-
Send a group selection command to the server.
- GROUP - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- GROUP_SELECTED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the newsgroup was successfully selected.
- GroupIterator - Class in gnu.inet.nntp
-
An iterator over an NNTP newsgroup listing.
- GroupResponse - Class in gnu.inet.nntp
-
An NNTP group status response.
- groups - Variable in class gnu.inet.nntp.FileNewsrc
-
- GSSAPI - Static variable in interface gnu.inet.imap.IMAPConstants
-
- id - Variable in exception gnu.inet.imap.IMAPException
-
ID of the exception (BAD or NO).
- id - Variable in class gnu.inet.imap.IMAPResponse
-
The response ID.
- ihave(String) - Method in class gnu.inet.nntp.NNTPConnection
-
Sends an ihave command indicating that the client has an article with
the specified message-id.
- IHAVE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- IMAGE - Static variable in class gnu.inet.gopher.DirectoryEntry
-
Item is some kind of image file.
- IMAP_TRACE - Static variable in class gnu.inet.imap.IMAPConnection
-
The network trace level.
- IMAPConnection - Class in gnu.inet.imap
-
The protocol class implementing IMAP4rev1.
- IMAPConnection(String) - Constructor for class gnu.inet.imap.IMAPConnection
-
Creates a new connection to the default IMAP port.
- IMAPConnection(String, int) - Constructor for class gnu.inet.imap.IMAPConnection
-
Creates a new connection.
- IMAPConnection(String, int, int, int) - Constructor for class gnu.inet.imap.IMAPConnection
-
Creates a new connection.
- IMAPConnection(String, int, TrustManager) - Constructor for class gnu.inet.imap.IMAPConnection
-
Creates a new secure connection using the specified trust manager.
- IMAPConnection(String, int, int, int, boolean, TrustManager) - Constructor for class gnu.inet.imap.IMAPConnection
-
Creates a new connection.
- IMAPConstants - Interface in gnu.inet.imap
-
IMAP4rev1 string constants.
- IMAPException - Exception in gnu.inet.imap
-
Exception corresponding to an IMAP4 BAD or NO server response.
- IMAPException(String, String) - Constructor for exception gnu.inet.imap.IMAPException
-
- IMAPResponse - Class in gnu.inet.imap
-
An IMAP4rev1 server response.
- IMAPResponse() - Constructor for class gnu.inet.imap.IMAPResponse
-
- IMAPResponseTokenizer - Class in gnu.inet.imap
-
An object that can parse an underlying socket stream containing IMAP
protocol server responses into IMAPResponse tokens.
- IMAPResponseTokenizer(InputStream) - Constructor for class gnu.inet.imap.IMAPResponseTokenizer
-
Constructor.
- in - Variable in class gnu.inet.ftp.FTPConnection
-
The socket input stream.
- in - Variable in class gnu.inet.gopher.GopherConnection
-
- in - Variable in class gnu.inet.http.HTTPConnection
-
The socket input stream.
- in - Variable in class gnu.inet.imap.IMAPConnection
-
The tokenizer used to read IMAP responses from.
- in - Variable in class gnu.inet.imap.IMAPResponseTokenizer
-
The server stream.
- in - Variable 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 - Variable in class gnu.inet.nntp.NNTPConnection
-
The socket input stream.
- in - Variable in class gnu.inet.pop3.POP3Connection
-
The socket input stream.
- in - Variable in class gnu.inet.smtp.SMTPConnection
-
The input stream used to read responses from the server.
- in - Variable in class gnu.inet.util.CRLFInputStream
-
The underlying input stream.
- in - Variable in class gnu.inet.util.LineInputStream
-
The underlying input stream.
- INDEX_SEARCH - Static variable in class gnu.inet.gopher.DirectoryEntry
-
Item is an Index-Search server.
- INFO - Static variable in class gnu.inet.smtp.SMTPConnection
-
- init() - Method in class gnu.inet.nntp.NNTPConnection
-
Initialises the connection.
- init() - Method in class gnu.inet.pop3.POP3Connection
-
Initialises the connection.
- init() - Method in class gnu.inet.smtp.SMTPConnection
-
Initialises the connection.
- initialiseDTP() - Method in class gnu.inet.ftp.FTPConnection
-
Initialise the data transfer process.
- INTERNAL_ERROR - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server was unable to perform the command due to an
internal error.
- INTERNALDATE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- invokeSimpleCommand(String) - Method in class gnu.inet.imap.IMAPConnection
-
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(String, int) - Method in class gnu.inet.nntp.FileNewsrc
-
- isSeen(String, int) - Method in interface gnu.inet.nntp.Newsrc
-
Indicates whether an article is marked as seen in the specified newsgroup.
- isSubscribed(String) - Method in class gnu.inet.nntp.FileNewsrc
-
- isSubscribed(String) - Method in interface 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.
- LaconicFormatter - Class in gnu.inet.util
-
A logging formatter that outputs only the log message.
- LaconicFormatter() - Constructor for class gnu.inet.util.LaconicFormatter
-
- last - Variable in class gnu.inet.nntp.GroupResponse
-
- last() - Method in class gnu.inet.nntp.NNTPConnection
-
Sends a previous article positioning command to the server.
- LAST - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- last - Variable in class gnu.inet.util.CRLFOutputStream
-
The last byte read.
- len - Variable in class gnu.inet.http.ByteArrayResponseBodyReader
-
The length of the buffer.
- LF - Static variable in class gnu.inet.util.CRLFInputStream
-
The LF octet.
- LF - Static variable in class gnu.inet.util.CRLFOutputStream
-
The LF octet.
- LF - Static variable in class gnu.inet.util.MessageInputStream
-
The line termination octet ('\n').
- LF - Static variable in class gnu.inet.util.MessageOutputStream
-
The line termination octet.
- LineInputStream - Class in gnu.inet.util
-
An input stream that can read lines of input.
- LineInputStream(InputStream) - Constructor for class gnu.inet.util.LineInputStream
-
Constructor using the US-ASCII character encoding.
- LineInputStream(InputStream, String) - Constructor for class gnu.inet.util.LineInputStream
-
Constructor.
- LineIterator - Class in gnu.inet.nntp
-
An iterator over an NNTP multi-line response.
- lines - Variable in class gnu.inet.nntp.FileNewsrc
-
- list() - Method in class gnu.inet.finger.FingerConnection
-
Lists the available users.
- LIST - Static variable in class gnu.inet.ftp.FTPConnection
-
- list(String) - Method in class gnu.inet.ftp.FTPConnection
-
Returns a listing of information about the specified pathname.
- list() - Method in class gnu.inet.gopher.GopherConnection
-
Returns the directory listing for this gopher server.
- list(String, String) - Method in class gnu.inet.imap.IMAPConnection
-
Returns a subset of names from the compete set of names available to
the client.
- LIST - Static variable in interface gnu.inet.imap.IMAPConstants
-
- list() - Method in class gnu.inet.nntp.FileNewsrc
-
Returns an iterator over the names of the currently subscribed
newsgroups.
- list() - Method in interface 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 - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST - Static variable in class gnu.inet.pop3.POP3Connection
-
- list(int) - Method in class gnu.inet.pop3.POP3Connection
-
Returns the size of the specified message.
- LIST_ACTIVE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST_ACTIVE_TIMES - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST_DISTRIB_PATS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST_DISTRIBUTIONS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST_FOLLOWS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that a list of valid newsgroups follows.
- LIST_MARKED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- LIST_NEWSGROUPS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST_NOINFERIORS - Static variable in interface gnu.inet.imap.IMAPConstants
-
- LIST_NOSELECT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- LIST_OVERVIEW_FMT - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST_SUBSCRIPTIONS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- LIST_UNMARKED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- listActive(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 in gnu.inet.imap
-
An item in an IMAP LIST or LSUB response.
- listGroup(String) - Method in class gnu.inet.nntp.NNTPConnection
-
Returns a listing of all the article numbers in the specified
newsgroup.
- LISTGROUP - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- listImpl(String, String, String) - Method in class gnu.inet.imap.IMAPConnection
-
- listNewsgroups(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(String, String) - Method in class gnu.inet.imap.IMAPConnection
-
Returns the rights for the given principal for the specified mailbox.
- LISTRIGHTS - Static variable in interface gnu.inet.imap.IMAPConstants
-
- listSubscriptions() - Method in class gnu.inet.nntp.NNTPConnection
-
Returns a list of newsgroups suitable for new users of the server.
- logger - Static variable in class gnu.inet.imap.IMAPConnection
-
The logger used for IMAP protocol traces.
- logger - Static variable in class gnu.inet.nntp.NNTPConnection
-
The logger used for NNTP protocol traces.
- logger - Static variable in class gnu.inet.pop3.POP3Connection
-
The logger used for POP3 protocol traces.
- logger - Static variable in class gnu.inet.smtp.SMTPConnection
-
The logger used for SMTP protocol traces.
- login(String, String) - Method in class gnu.inet.imap.IMAPConnection
-
Login to the connection using the username and password method.
- LOGIN - Static variable in interface gnu.inet.imap.IMAPConstants
-
- login(String, String) - Method in class gnu.inet.pop3.POP3Connection
-
Authenticate the user using the basic USER and PASS handshake.
- LOGINDISABLED - Static variable in interface 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.
- LOGOUT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- lsub(String, String) - Method in class gnu.inet.imap.IMAPConnection
-
Returns a subset of subscribed names.
- LSUB - Static variable in interface gnu.inet.imap.IMAPConstants
-
- name - Variable in class gnu.inet.http.Cookie
-
The name of the cookie.
- nameList(String) - Method in class gnu.inet.ftp.FTPConnection
-
Returns a directory listing.
- namespace() - Method in class gnu.inet.imap.IMAPConnection
-
Returns the namespaces available on the server.
- NAMESPACE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- Namespace() - Constructor for class gnu.inet.imap.Namespaces.Namespace
-
- Namespaces - Class in gnu.inet.imap
-
A tuple of IMAP namespaces, as defined in RFC 2342.
- Namespaces.Namespace - Class in gnu.inet.imap
-
An individual namespace specification.
- newGroups(Date, String[]) - Method in class gnu.inet.nntp.NNTPConnection
-
Returns an iterator over the list of new groups on the server since the
specified date.
- NEWGROUPS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- NEWGROUPS_LIST_FOLLOWS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that a list of new newsgroups follows.
- newMessageCount - Variable in class gnu.inet.imap.MailboxStatus
-
- NEWNAME - Static variable in interface gnu.inet.imap.IMAPConstants
-
- newNews(String, Date, String[]) - Method in class gnu.inet.nntp.NNTPConnection
-
Returns an iterator over the list of message-ids posted or received to
the specified newsgroup(s) since the specified date.
- NEWNEWS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- NEWNEWS_LIST_FOLLOWS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that a list of new articles by message-id follows.
- newRequest(String, String) - Method in class gnu.inet.http.HTTPConnection
-
Creates a new request using this connection.
- Newsrc - Interface in gnu.inet.nntp
-
Interface for a .newsrc configuration.
- newTag() - Method in class gnu.inet.imap.IMAPConnection
-
Returns a new tag for a command.
- next() - Method in class gnu.inet.gopher.DirectoryListing
-
- next() - Method in class gnu.inet.imap.IMAPResponseTokenizer
-
Returns the next IMAPResponse.
- 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.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.nntp.LineIterator
-
Returns the next line.
- next() - Method in class gnu.inet.nntp.NNTPConnection
-
Sends a next article positioning command to the server.
- NEXT - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- 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 variable in interface gnu.inet.imap.IMAPConstants
-
- NLST - Static variable in class gnu.inet.ftp.FTPConnection
-
- NNTP_TRACE - Static variable in class gnu.inet.nntp.NNTPConnection
-
The network trace level.
- NNTPConnection - Class in gnu.inet.nntp
-
An NNTP client.
- NNTPConnection(String) - Constructor for class gnu.inet.nntp.NNTPConnection
-
Creates a new connection object.
- NNTPConnection(String, int) - Constructor for class gnu.inet.nntp.NNTPConnection
-
Creates a new connection object.
- NNTPConnection(String, int, TrustManager) - Constructor for class gnu.inet.nntp.NNTPConnection
-
Creates a new secure connection using the specified trust manager.
- NNTPConnection(String, int, int, int) - Constructor for class gnu.inet.nntp.NNTPConnection
-
Creates a new connection object.
- NNTPConnection(String, int, int, int, boolean, TrustManager, boolean) - Constructor for class gnu.inet.nntp.NNTPConnection
-
Creates a new connection object.
- NNTPConstants - Interface in gnu.inet.nntp
-
NNTP status response codes.
- NNTPException - Exception in gnu.inet.nntp
-
An NNTP exception.
- NNTPException(StatusResponse) - Constructor for exception gnu.inet.nntp.NNTPException
-
Constructor.
- NO - Static variable in interface gnu.inet.imap.IMAPConstants
-
- NO_ARTICLE_SELECTED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that no article has been selected.
- NO_GROUP_SELECTED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that no newsgroup has been selected.
- NO_NEXT_ARTICLE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that there is no next article in this newsgroup.
- NO_POSTING_ALLOWED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server is ready but posting is not allowed.
- NO_PREVIOUS_ARTICLE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that there is no previous article in this newsgroup.
- NO_SUCH_ARTICLE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the specified article could not be found.
- NO_SUCH_ARTICLE_NUMBER - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that no article with the specified number exists in this
newsgroup.
- NO_SUCH_GROUP - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that no such newsgroup exists.
- NOOP - Static variable in class gnu.inet.ftp.FTPConnection
-
- noop() - Method in class gnu.inet.ftp.FTPConnection
-
Does nothing.
- noop() - Method in class gnu.inet.imap.IMAPConnection
-
Ping the server.
- NOOP - Static variable in interface gnu.inet.imap.IMAPConstants
-
- NOOP - Static variable in class gnu.inet.pop3.POP3Connection
-
- noop() - Method in class gnu.inet.pop3.POP3Connection
-
Does nothing.
- NOOP - Static variable in class gnu.inet.smtp.SMTPConnection
-
- noop() - Method in class gnu.inet.smtp.SMTPConnection
-
Issues a NOOP command.
- Pair - Class in gnu.inet.imap
-
Implementation of a key-value pair.
- Pair - Class in gnu.inet.nntp
-
A pair of strings associated with one another.
- PairIterator - Class in gnu.inet.nntp
-
An iterator over a pair listing.
- Parameter - Class in gnu.inet.smtp
-
An ESMTP parameter.
- Parameter(String, String) - Constructor for class gnu.inet.smtp.Parameter
-
Creates a new parameter with the specified key and value.
- ParameterList - Class in gnu.inet.smtp
-
A list of ESMTP parameters.
- ParameterList() - Constructor for class gnu.inet.smtp.ParameterList
-
- parse(InputStream) - Method in class gnu.inet.http.Headers
-
Parse the specified input stream, adding headers to this collection.
- parse(String, ParsePosition) - Method in class gnu.inet.http.HTTPDateFormat
-
Parses the given date in the current TimeZone.
- PARSE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- parseResponse(String) - Method in class gnu.inet.nntp.NNTPConnection
-
Parse a response object from a response line sent by the server.
- parseResponse(String, boolean) - Method in class gnu.inet.nntp.NNTPConnection
-
Parse a response object from a response line sent by the server.
- PASS - Static variable in class gnu.inet.ftp.FTPConnection
-
- PASS - Static variable in class gnu.inet.pop3.POP3Connection
-
- passive - Variable in class gnu.inet.ftp.FTPConnection
-
If true, use passive mode.
- passive - Variable in class gnu.inet.ftp.FTPURLConnection
-
- PASV - Static variable in class gnu.inet.ftp.FTPConnection
-
- path - Variable in class gnu.inet.http.Cookie
-
Optional subset of URL paths within the domain for which the cookie is
valid.
- path - Variable in class gnu.inet.http.Request
-
The path identifying the resource.
- PBSZ - Static variable in class gnu.inet.ftp.FTPConnection
-
- pendingData - Variable in class gnu.inet.nntp.NNTPConnection
-
Pending data, if any.
- PendingData - Interface in gnu.inet.nntp
-
An object representing data outside the simple request/response model of
NNTP.
- PERMANENTFLAGS - Static variable in interface gnu.inet.imap.IMAPConstants
-
- permanentFlags - Variable in class gnu.inet.imap.MailboxStatus
-
- PERMISSION_DENIED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that access restrictions deny permission to execute the
command sent by the client.
- POP3_TRACE - Static variable in class gnu.inet.pop3.POP3Connection
-
The network trace level.
- POP3Connection - Class in gnu.inet.pop3
-
A POP3 client connection.
- POP3Connection(String) - Constructor for class gnu.inet.pop3.POP3Connection
-
Creates a new connection to the server.
- POP3Connection(String, int) - Constructor for class gnu.inet.pop3.POP3Connection
-
Creates a new connection to the server.
- POP3Connection(String, int, int, int) - Constructor for class gnu.inet.pop3.POP3Connection
-
Creates a new connection to the server.
- POP3Connection(String, int, int, int, boolean, TrustManager) - Constructor for class gnu.inet.pop3.POP3Connection
-
Creates a new connection to the server.
- POP3Connection(String, int, int, int, boolean, TrustManager, boolean) - Constructor for class gnu.inet.pop3.POP3Connection
-
Creates a new connection to the server.
- PORT - Static variable in class gnu.inet.ftp.FTPConnection
-
- port - Variable in class gnu.inet.http.HTTPConnection
-
The port to connect to.
- port - Variable in class gnu.inet.nntp.NNTPConnection
-
The port on the host we are connected to.
- pos - Variable in class gnu.inet.http.ByteArrayRequestBodyWriter
-
The position within the content at which the next read will occur.
- pos - Variable in class gnu.inet.http.ByteArrayResponseBodyReader
-
The position in the content at which the next write will occur.
- post() - Method in class gnu.inet.nntp.NNTPConnection
-
Post an article.
- POST - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- POSTING_ALLOWED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server is ready and posting is allowed.
- POSTING_FAILED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that posting of the article failed.
- POSTING_NOT_ALLOWED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that posting is not allowed.
- PostStream - Class in gnu.inet.nntp
-
A stream to which article contents should be written.
- PREAUTH - Static variable in interface gnu.inet.imap.IMAPConstants
-
- PROT - Static variable in class gnu.inet.ftp.FTPConnection
-
- proxyHostname - Variable in class gnu.inet.http.HTTPConnection
-
The host name of the proxy to connect to.
- proxyPort - Variable in class gnu.inet.http.HTTPConnection
-
The port on the proxy to connect to.
- put(Object, Object) - Method in class gnu.inet.http.Headers
-
- putAll(Map) - Method in class gnu.inet.http.Headers
-
- PWD - Static variable in class gnu.inet.ftp.FTPConnection
-
- Range - Class in gnu.inet.nntp
-
A range of article numbers.
- Range() - Constructor for class gnu.inet.nntp.Range
-
- RCPT_TO - Static variable in class gnu.inet.smtp.SMTPConnection
-
- rcptTo(String, ParameterList) - Method in class gnu.inet.smtp.SMTPConnection
-
Execute a RCPT command.
- read(byte[], int, int) - Method in class gnu.inet.http.ByteArrayResponseBodyReader
-
- read() - Method in class gnu.inet.http.ChunkedInputStream
-
- read(byte[]) - Method in class gnu.inet.http.ChunkedInputStream
-
- read(byte[], int, int) - Method in class gnu.inet.http.ChunkedInputStream
-
- read(byte[], int, int) - Method in interface gnu.inet.http.ResponseBodyReader
-
Receive notification of body content.
- read() - Method in class gnu.inet.nntp.ArticleStream
-
- read(byte[]) - Method in class gnu.inet.nntp.ArticleStream
-
- read(byte[], int, int) - Method in class gnu.inet.nntp.ArticleStream
-
- read() - Method in class gnu.inet.nntp.NNTPConnection
-
Read a single line from the server.
- read() - Method in class gnu.inet.util.CRLFInputStream
-
Reads the next byte of data from this input stream.
- 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[], 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() - Method in class gnu.inet.util.LineInputStream
-
- read(byte[]) - Method in class gnu.inet.util.LineInputStream
-
- read(byte[], int, int) - Method in class gnu.inet.util.LineInputStream
-
- read() - Method in class gnu.inet.util.MessageInputStream
-
Reads the next byte of data from this message input stream.
- 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[], 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() - Method in class gnu.inet.util.SaslInputStream
-
Reads a single character.
- read(byte[]) - Method in class gnu.inet.util.SaslInputStream
-
- read(byte[], int, int) - Method in class gnu.inet.util.SaslInputStream
-
Block read.
- READ_ONLY - Static variable in interface gnu.inet.imap.IMAPConstants
-
- READ_WRITE - Static variable in interface 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 interface gnu.inet.nntp.PendingData
-
Reads to the end of this data.
- readWrite - Variable in class gnu.inet.imap.MailboxStatus
-
- READY - Static variable in class gnu.inet.pop3.POP3Connection
-
- READY - Static variable in class gnu.inet.smtp.SMTPConnection
-
- RECENT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- REDUNDANT - Static variable in class gnu.inet.gopher.DirectoryEntry
-
Item is a redundant server.
- REIN - Static variable in class gnu.inet.ftp.FTPConnection
-
- reinitialize() - Method in class gnu.inet.ftp.FTPConnection
-
Terminates an authenticated login.
- remove() - Method in class gnu.inet.gopher.DirectoryListing
-
This iterator is read-only.
- remove(Object) - Method in class gnu.inet.http.Headers
-
- remove() - Method in class gnu.inet.nntp.LineIterator
-
This iterator is read-only.
- removeConnectionListener(ConnectionListener) - Method in class gnu.inet.http.HTTPConnection
-
- removeDirectory(String) - Method in class gnu.inet.ftp.FTPConnection
-
Causes the directory specified to be deleted.
- removeRequestListener(RequestListener) - Method in class gnu.inet.http.HTTPConnection
-
- rename(String, String) - Method in class gnu.inet.ftp.FTPConnection
-
Renames a file.
- rename(String, String) - Method in class gnu.inet.imap.IMAPConnection
-
Renames the source mailbox to the specified name.
- RENAME - Static variable in interface gnu.inet.imap.IMAPConstants
-
- representationType - Variable in class gnu.inet.ftp.FTPConnection
-
The current representation type.
- representationType - Variable in class gnu.inet.ftp.FTPURLConnection
-
- Request - Class in gnu.inet.http
-
A single HTTP request.
- Request(HTTPConnection, String, String) - Constructor for class gnu.inet.http.Request
-
Constructor for a new request.
- requestBodyNegotiationThreshold - Variable in class gnu.inet.http.Request
-
Request body negotiation threshold for 100-continue expectations.
- requestBodyWriter - Variable in class gnu.inet.http.Request
-
The request body provider.
- RequestBodyWriter - Interface in gnu.inet.http
-
Callback interface for writing request body content.
- requestHeaders - Variable in class gnu.inet.http.Request
-
The headers in this request.
- reset() - Method in class gnu.inet.http.ByteArrayRequestBodyWriter
-
Initialises the writer.
- reset() - Method in interface gnu.inet.http.RequestBodyWriter
-
Initialises the writer.
- reset() - Method in class gnu.inet.util.MessageInputStream
-
- Resource(String, int) - Constructor for class gnu.inet.imap.Quota.Resource
-
Specifies a new resource with the given name and limit.
- response - Variable in exception gnu.inet.ftp.FTPException
-
The response that provoked this exception.
- Response - Class in gnu.inet.http
-
An HTTP response.
- Response(int, int, int, int, String, Headers) - Constructor for class gnu.inet.http.Response
-
Constructs a new response with the specified parameters.
- response - Variable in exception gnu.inet.nntp.NNTPException
-
- response - Variable in class gnu.inet.pop3.POP3Connection
-
The last response received from the server.
- response - Variable in class gnu.inet.smtp.SMTPConnection
-
The last response message received from the server.
- responseBodyReader - Variable in class gnu.inet.http.Request
-
The response body reader.
- ResponseBodyReader - Interface in gnu.inet.http
-
Callback interface for receiving notification of response body content.
- ResponseHeaderHandler - Interface in gnu.inet.http
-
Callback interface for objects that wish to be notified of response
header values.
- responseHeaderHandlers - Variable in class gnu.inet.http.Request
-
Map of response header handlers.
- REST - Static variable in class gnu.inet.ftp.FTPConnection
-
- RETR - Static variable in class gnu.inet.ftp.FTPConnection
-
- RETR - Static variable in class gnu.inet.pop3.POP3Connection
-
- retr(int) - Method in class gnu.inet.pop3.POP3Connection
-
Returns an input stream containing the entire message.
- retrieve(String) - Method in class gnu.inet.ftp.FTPConnection
-
Retrieves the specified file.
- RFC822 - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RFC822_HEADER - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RFC822_SIZE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RFC822_TEXT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_ADMIN - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_CREATE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_DELETE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_INSERT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_LOOKUP - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_POST - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_READ - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_SEEN - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RIGHTS_WRITE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- RMD - Static variable in class gnu.inet.ftp.FTPConnection
-
- RNFR - Static variable in class gnu.inet.ftp.FTPConnection
-
- RNTO - Static variable in class gnu.inet.ftp.FTPConnection
-
- RSET - Static variable in class gnu.inet.pop3.POP3Connection
-
- rset() - Method in class gnu.inet.pop3.POP3Connection
-
If any messages have been marked as deleted, they are unmarked.
- RSET - Static variable in class gnu.inet.smtp.SMTPConnection
-
- 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
-
- SaslCallbackHandler - Class in gnu.inet.util
-
A callback handler that can manage username and password callbacks.
- SaslCallbackHandler(String, String) - Constructor for class gnu.inet.util.SaslCallbackHandler
-
Constructor.
- SaslCramMD5 - Class in gnu.inet.util
-
SASL mechanism for CRAM-MD5.
- SaslCramMD5(String, String) - Constructor for class gnu.inet.util.SaslCramMD5
-
- SaslInputStream - Class in gnu.inet.util
-
A filter input stream that decodes all its received input using a SASL
client.
- SaslInputStream(SaslClient, InputStream) - Constructor for class gnu.inet.util.SaslInputStream
-
Constructor.
- SaslLogin - Class in gnu.inet.util
-
SASL mechanism for LOGIN.
- SaslLogin(String, String) - Constructor for class gnu.inet.util.SaslLogin
-
- SaslOutputStream - Class in gnu.inet.util
-
A filter output stream that encodes data written to it using a SASL
client.
- SaslOutputStream(SaslClient, OutputStream) - Constructor for class gnu.inet.util.SaslOutputStream
-
Constructor.
- SaslPlain - Class in gnu.inet.util
-
SASL mechanism for PLAIN.
- SaslPlain(String, String) - Constructor for class gnu.inet.util.SaslPlain
-
- search(String, String[]) - Method in class gnu.inet.imap.IMAPConnection
-
Searches the currently selected mailbox for messages matching the
specified criteria.
- SEARCH - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_ALL - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_ANSWERED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_BCC - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_BEFORE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_BODY - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_CC - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_DELETED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_DRAFT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_FLAGGED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_FROM - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_HEADER - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_KEYWORD - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_LARGER - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_NEW - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_NOT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_OLD - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_ON - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_OR - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_RECENT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_SEEN - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_SENTBEFORE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_SENTON - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_SENTSINCE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_SINCE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_SMALLER - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_SUBJECT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_TEXT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_TO - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_UID - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_UNANSWERED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_UNDELETED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_UNDRAFT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_UNFLAGGED - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_UNKEYWORD - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SEARCH_UNSEEN - Static variable in interface gnu.inet.imap.IMAPConstants
-
- secure - Variable in class gnu.inet.http.Cookie
-
Indicates that the user-agent should only use secure means to transmit
this cookie to the server.
- secure - Variable in class gnu.inet.http.HTTPConnection
-
Whether the connection should use transport level security (HTTPS).
- select(String) - Method in class gnu.inet.imap.IMAPConnection
-
Selects the specified mailbox.
- SELECT - Static variable in interface gnu.inet.imap.IMAPConstants
-
- select - Variable in class gnu.inet.imap.MailboxStatus
-
- selectImpl(String, String) - Method in class gnu.inet.imap.IMAPConnection
-
- send(String) - Method in class gnu.inet.ftp.FTPConnection
-
Sends the specified command line to the server.
- send(String) - Method in class gnu.inet.nntp.NNTPConnection
-
Send a single line to the server.
- send(String) - Method in class gnu.inet.pop3.POP3Connection
-
Send the command to the server.
- send(String) - Method in class gnu.inet.smtp.SMTPConnection
-
Send the specified command string to the server.
- SEND_ARTICLE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the article to be posted should be sent by the
client.
- SEND_ARTICLE_VIA_TAKETHIS - Static variable in interface 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 variable in interface gnu.inet.nntp.NNTPConstants
-
Instructs the client to send a username/password pair according to the
AUTHINFO SIMPLE specification.
- SEND_AUTHINFOPASS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server is ready to accept the AUTHINFO password.
- SEND_DATA - Static variable in class gnu.inet.smtp.SMTPConnection
-
- SEND_TRANSFER_ARTICLE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the article to be transferred should be sent by the
client.
- sendCommand(String, String) - Method in class gnu.inet.imap.IMAPConnection
-
Sends the specified IMAP tagged command to the server.
- SERVICE_DISCONTINUED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the service has been discontinued.
- setacl(String, String, int) - Method in class gnu.inet.imap.IMAPConnection
-
Changes the access rights on the specified mailbox such that the
authentication principal is granted the specified permissions.
- SETACL - Static variable in interface gnu.inet.imap.IMAPConstants
-
- setAnsiDebug(boolean) - Method in class gnu.inet.imap.IMAPConnection
-
Sets whether debugging output should use ANSI colour escape sequences.
- setAuthenticator(Authenticator) - Method in class gnu.inet.http.Request
-
Sets an authenticator that can be used to handle authentication
automatically.
- setCalendar(Calendar) - Method in class gnu.inet.http.HTTPDateFormat
-
Don't allow setting the calendar.
- setCookie(Cookie) - Method in interface gnu.inet.http.CookieManager
-
Stores a cookie in the cookie manager.
- setCookie(Cookie) - Method in class gnu.inet.http.SimpleCookieManager
-
- setCookieManager(CookieManager) - Method in class gnu.inet.http.HTTPConnection
-
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.
- setHeader(String, String) - Method in class gnu.inet.http.Request
-
Sets the specified header in this request.
- setNumberFormat(NumberFormat) - Method in class gnu.inet.http.HTTPDateFormat
-
Don't allow setting the NumberFormat.
- setPassive(boolean) - Method in class gnu.inet.ftp.FTPConnection
-
Set passive mode.
- setProxy(String, int) - Method in class gnu.inet.http.HTTPConnection
-
Directs this connection to use the specified proxy.
- setquota(String, Quota.Resource[]) - Method in class gnu.inet.imap.IMAPConnection
-
Sets the quota for the specified quota root.
- SETQUOTA - Static variable in interface gnu.inet.imap.IMAPConstants
-
- 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.
- setRequestBodyWriter(RequestBodyWriter) - Method in class gnu.inet.http.Request
-
Sets the request body provider.
- setRequestProperty(String, String) - Method in class gnu.inet.ftp.FTPURLConnection
-
- setResponseBodyReader(ResponseBodyReader) - Method in class gnu.inet.http.Request
-
Sets the response body reader.
- setResponseHeaderHandler(String, ResponseHeaderHandler) - Method in class gnu.inet.http.Request
-
Sets a callback handler to be invoked for the specified header name.
- setSeen(String, int, boolean) - Method in class gnu.inet.nntp.FileNewsrc
-
- setSeen(String, int, boolean) - Method in interface gnu.inet.nntp.Newsrc
-
Sets whether an article is marked as seen in the specified newsgroup.
- setSubscribed(String, boolean) - Method in class gnu.inet.nntp.FileNewsrc
-
- setSubscribed(String, boolean) - Method in interface 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(String) - Method in interface 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, int) - Method in class gnu.inet.http.HTTPConnection
-
Sets the HTTP version supported by this connection.
- SimpleCookieManager - Class in gnu.inet.http
-
A simple non-persistent cookie manager.
- SimpleCookieManager() - Constructor for class gnu.inet.http.SimpleCookieManager
-
Constructor.
- SITE - Static variable in class gnu.inet.ftp.FTPConnection
-
- size() - Method in class gnu.inet.http.Headers
-
- size() - Method in class gnu.inet.smtp.ParameterList
-
Returns the number of parameters in the list.
- SKEY - Static variable in interface gnu.inet.imap.IMAPConstants
-
- slave() - Method in class gnu.inet.nntp.NNTPConnection
-
Indicates to the server that this is a slave connection.
- SLAVE - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- SLAVE_ACKNOWLEDGED - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server has noted the slave status of the connection.
- SMNT - Static variable in class gnu.inet.ftp.FTPConnection
-
- SMTP_TRACE - Static variable in class gnu.inet.smtp.SMTPConnection
-
The network trace level.
- SMTPConnection - Class in gnu.inet.smtp
-
An SMTP client.
- SMTPConnection(String) - Constructor for class gnu.inet.smtp.SMTPConnection
-
Creates a new connection to the specified host, using the default SMTP
port.
- SMTPConnection(String, int) - Constructor for class gnu.inet.smtp.SMTPConnection
-
Creates a new connection to the specified host, using the specified
port.
- SMTPConnection(String, int, int, int) - Constructor for class gnu.inet.smtp.SMTPConnection
-
Creates a new connection to the specified host, using the specified
port.
- SMTPConnection(String, int, int, int, boolean, TrustManager) - Constructor for class gnu.inet.smtp.SMTPConnection
-
Creates a new connection to the specified host, using the specified
port.
- SMTPConnection(String, int, int, int, boolean, TrustManager, boolean) - Constructor for class gnu.inet.smtp.SMTPConnection
-
Creates a new connection to the specified host, using the specified
port.
- socket - Variable in class gnu.inet.finger.FingerConnection
-
The underlying socket used for communications.
- socket - Variable in class gnu.inet.ftp.FTPConnection
-
The socket used to communicate with the server.
- socket - Variable in class gnu.inet.gopher.GopherConnection
-
- socket - Variable in class gnu.inet.http.HTTPConnection
-
The socket this connection communicates on.
- socket - Variable in class gnu.inet.imap.IMAPConnection
-
The socket used for communication with the server.
- socket - Variable in class gnu.inet.nntp.NNTPConnection
-
The socket used for network communication.
- socket - Variable in class gnu.inet.pop3.POP3Connection
-
The socket used to communicate with the server.
- socket - Variable in class gnu.inet.smtp.SMTPConnection
-
The underlying socket used for communicating with the server.
- SP - Static variable in class gnu.inet.smtp.SMTPConnection
-
- starttls(boolean) - Method in class gnu.inet.ftp.FTPConnection
-
Negotiates TLS over the current connection.
- starttls(boolean, TrustManager) - Method in class gnu.inet.ftp.FTPConnection
-
Negotiates TLS over the current connection.
- starttls() - Method in class gnu.inet.imap.IMAPConnection
-
Attempts to start TLS on the specified connection.
- starttls(TrustManager) - Method in class gnu.inet.imap.IMAPConnection
-
Attempts to start TLS on the specified connection.
- STARTTLS - Static variable in interface gnu.inet.imap.IMAPConstants
-
- starttls() - Method in class gnu.inet.nntp.NNTPConnection
-
Negotiate TLS over the current connection.
- starttls(TrustManager) - Method in class gnu.inet.nntp.NNTPConnection
-
This command performs a TLS negotiation.
- STARTTLS - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- STARTTLS - Static variable in class gnu.inet.smtp.SMTPConnection
-
- starttls() - Method in class gnu.inet.smtp.SMTPConnection
-
Negotiate TLS over the current connection.
- starttls(TrustManager) - Method in class gnu.inet.smtp.SMTPConnection
-
Negotiate TLS over the current connection.
- STAT - Static variable in class gnu.inet.ftp.FTPConnection
-
- stat(int) - Method in class gnu.inet.nntp.NNTPConnection
-
Send an article status request to the server.
- stat(String) - Method in class gnu.inet.nntp.NNTPConnection
-
Send an article status request to the server.
- STAT - Static variable in interface gnu.inet.nntp.NNTPConstants
-
- STAT - Static variable in class gnu.inet.pop3.POP3Connection
-
- stat() - Method in class gnu.inet.pop3.POP3Connection
-
Returns the number of messages in the maildrop.
- status(String, String[]) - Method in class gnu.inet.imap.IMAPConnection
-
Requests the status of the specified mailbox.
- STATUS - Static variable in interface gnu.inet.imap.IMAPConstants
-
- status - Variable in class gnu.inet.nntp.StatusResponse
-
- StatusResponse - Class in gnu.inet.nntp
-
An NNTP status response.
- StatusResponse(short, String) - Constructor for class gnu.inet.nntp.StatusResponse
-
Constructor.
- STLS - Static variable in class gnu.inet.pop3.POP3Connection
-
- stls() - Method in class gnu.inet.pop3.POP3Connection
-
Attempts to start TLS on the specified connection.
- stls(TrustManager) - Method in class gnu.inet.pop3.POP3Connection
-
Attempts to start TLS on the specified connection.
- STOR - Static variable in class gnu.inet.ftp.FTPConnection
-
- STORAGE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- store(String) - Method in class gnu.inet.ftp.FTPConnection
-
Returns a stream for uploading a file.
- store(int, String, String[]) - Method in class gnu.inet.imap.IMAPConnection
-
Alters data associated with the specified message in the mailbox.
- store(int, int, String, String[]) - Method in class gnu.inet.imap.IMAPConnection
-
Alters data associated with the specified range of messages in the
mailbox.
- store(int[], String, String[]) - Method in class gnu.inet.imap.IMAPConnection
-
Alters data associated with messages in the mailbox.
- STORE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- STOU - Static variable in class gnu.inet.ftp.FTPConnection
-
- STREAMING_OK - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the server has accepted streaming mode.
- STRU - Static variable in class gnu.inet.ftp.FTPConnection
-
- STRUCTURE_FILE - Static variable in class gnu.inet.ftp.FTPConnection
-
- STRUCTURE_PAGE - Static variable in class gnu.inet.ftp.FTPConnection
-
- STRUCTURE_RECORD - Static variable in class gnu.inet.ftp.FTPConnection
-
- subs - Variable in class gnu.inet.nntp.FileNewsrc
-
- subscribe(String) - Method in class gnu.inet.imap.IMAPConnection
-
Adds the specified mailbox to the set of subscribed mailboxes as
returned by the LSUB command.
- SUBSCRIBE - Static variable in interface gnu.inet.imap.IMAPConstants
-
- SYNTAX_ERROR - Static variable in interface gnu.inet.nntp.NNTPConstants
-
Indicates that the command sent by the client was not a valid NNTP
command.
- SYST - Static variable in class gnu.inet.ftp.FTPConnection
-
- system() - Method in class gnu.inet.ftp.FTPConnection
-
Returns the type of operating system at the server.