Package | Description |
---|---|
gnu.inet.ftp |
This package contains an FTP client.
|
gnu.inet.imap |
This package contains an IMAP4rev1 client.
|
gnu.inet.nntp |
This is an NNTP client, implementing all of RFC 977, and many of the RFC 2980
NNTP extensions.
|
gnu.inet.pop3 |
This package contains a simple POP3 client, as specified in RFC 1939.
|
gnu.inet.smtp |
This package includes a complete ESMTP client.
|
Modifier and Type | Field and Description |
---|---|
protected CRLFOutputStream |
FTPConnection.out
The socket output stream.
|
Modifier and Type | Field and Description |
---|---|
protected CRLFOutputStream |
IMAPConnection.out
The output stream.
|
Modifier and Type | Field and Description |
---|---|
protected CRLFOutputStream |
NNTPConnection.out
The socket output stream.
|
Modifier and Type | Field and Description |
---|---|
protected CRLFOutputStream |
POP3Connection.out
The socket output stream.
|
Modifier and Type | Field and Description |
---|---|
protected CRLFOutputStream |
SMTPConnection.out
The output stream used to send commands to the server.
|
© Copyright 2003 The Free Software Foundation, all rights reserved