Package com.cometway.net

This package contains various network protocol implementations including HTTP, SMTP, NNTP, FTP, Finger and POP3.

See:
          Description

Class Summary
CookiePropsContainer This PropsContainer is used by the HTTPLoader to store cookies
Emailer This subclass of Thread sends Email using the ESMTPSender class.
ESMTPReceiver This class implements the ESMTP protocol for the server side.
ESMTPSender This class implements the ESMTP protocol for the client side.
HTTPClient This class supplies the static methods for the HTTPLoader.
HTTPDownloaderAgent  
HTTPLoader This class provides a access to the HTTP protocol at a lower level than the URLConnection class provided by java.
HTTPRequest This class is used as a data object which stores the HTTP/1.0 request.
HTTPResponse This class is a data object which stores a HTTP/1.1 response.
SecureHTTPLoader Implements a secure version of HTTPSLoader capable of accessing Web Services that use SSL.
 

Exception Summary
ESMTPException This exception is thrown by the ESMTPSender in the event that the message that is to be sent is refused by the SMTP server.
 

Package com.cometway.net Description

This package contains various network protocol implementations including HTTP, SMTP, NNTP, FTP, Finger and POP3. There are many tools here useful for using these protocols.