|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LineInputStream | |
---|---|
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. |
Uses of LineInputStream in gnu.inet.ftp |
---|
Fields in gnu.inet.ftp declared as LineInputStream | |
---|---|
protected LineInputStream |
FTPConnection.in
The socket input stream. |
Uses of LineInputStream in gnu.inet.nntp |
---|
Fields in gnu.inet.nntp declared as LineInputStream | |
---|---|
protected LineInputStream |
NNTPConnection.in
The socket input stream. |
Uses of LineInputStream in gnu.inet.pop3 |
---|
Fields in gnu.inet.pop3 declared as LineInputStream | |
---|---|
protected LineInputStream |
POP3Connection.in
The socket input stream. |
Uses of LineInputStream in gnu.inet.smtp |
---|
Fields in gnu.inet.smtp declared as LineInputStream | |
---|---|
protected LineInputStream |
SMTPConnection.in
The input stream used to read responses from the server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |