|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CRLFOutputStream | |
---|---|
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. |
Uses of CRLFOutputStream in gnu.inet.ftp |
---|
Fields in gnu.inet.ftp declared as CRLFOutputStream | |
---|---|
protected CRLFOutputStream |
FTPConnection.out
The socket output stream. |
Uses of CRLFOutputStream in gnu.inet.imap |
---|
Fields in gnu.inet.imap declared as CRLFOutputStream | |
---|---|
protected CRLFOutputStream |
IMAPConnection.out
The output stream. |
Uses of CRLFOutputStream in gnu.inet.nntp |
---|
Fields in gnu.inet.nntp declared as CRLFOutputStream | |
---|---|
protected CRLFOutputStream |
NNTPConnection.out
The socket output stream. |
Uses of CRLFOutputStream in gnu.inet.pop3 |
---|
Fields in gnu.inet.pop3 declared as CRLFOutputStream | |
---|---|
protected CRLFOutputStream |
POP3Connection.out
The socket output stream. |
Uses of CRLFOutputStream in gnu.inet.smtp |
---|
Fields in gnu.inet.smtp declared as CRLFOutputStream | |
---|---|
protected CRLFOutputStream |
SMTPConnection.out
The output stream used to send commands to the server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |