Package bb.net

Provides classes and interfaces for network operations.

See:
          Description

Class Summary
Emailer Each instance stores a specific set of mail server resources (see the makeXXX factory method javadocs).
Emailer.Listener  
Emailer.UnitTest See the Overview page of the project's javadocs for a general description of this unit test class.
EmailUtil Provides static email utility methods.
EthernetMacAddress This class stores an ethernet MAC (hardware) address as a byte[].
EthernetMacAddress.UnitTest See the Overview page of the project's javadocs for a general description of this unit test class.
HttpParameters This class provides a convenient way to store all the parameters associated with an http request in a form that is properly encoded for submission.
HttpUtil Provides miscellaneous static utility methods for dealing with the http protocol.
MagicPacket This class can create and send a "magic packet" to wake up another computer over the network (aka WOL).
MagicPacket.UnitTest See the Overview page of the project's javadocs for a general description of this unit test class.
NetUtil Provides static utility methods that deal with networking.
NetUtil.UnitTest See the Overview page of the project's javadocs for a general description of this unit test class.
NetUtil.UnitTest.ServerSocketConnector Creates a normal client Socket to NetUtil.UnitTest.ServerSocketConnector.serverSocket, and then waits until stopWaiting is called.
UrlUtil Provides static utility methods for dealing with URLs.
UrlUtil.UnitTest See the Overview page of the project's javadocs for a general description of this unit test class.
 

Package bb.net Description

Provides classes and interfaces for network operations.