Package | Description |
---|---|
gnu.inet.ftp |
This package contains an FTP 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 LineInputStream |
FTPConnection.in
The socket input stream.
|
Modifier and Type | Field and Description |
---|---|
protected LineInputStream |
NNTPConnection.in
The socket input stream.
|
Modifier and Type | Field and Description |
---|---|
protected LineInputStream |
POP3Connection.in
The socket input stream.
|
Modifier and Type | Field and Description |
---|---|
protected LineInputStream |
SMTPConnection.in
The input stream used to read responses from the server.
|
© Copyright 2003 The Free Software Foundation, all rights reserved