Package ej.ecom.io
Contains connection framework classes.
-
Interface Summary Interface Description BitsInput This interface defines methods for reading data bits.BitsOutput This interface defines methods for writing data bits.CommConnection This interface defines aConnectionto a logical serial port, which is aStreamConnection.CommPort This interface defines a logical serial port, on which aCommConnectioncan be open.Connection This interface defines an open Connection.ConnectionFactory This interface defines the API forConnectionfactories.ContentConnection Datagram DatagramConnection InputConnection This interface is implemented by aConnectionthat is able to open anInputStream.OutputConnection This interface is implemented by aConnectionthat is able to open anOutputStream.StreamConnection This interface defines a bidirectional connection: a connection on which anInputStreamand anOutputStreamcan be open.StreamConnectionNotifier -
Class Summary Class Description ConnectionPermission This class represents accessPermissionto open aConnection.Connector This class defines methods for opening aConnectionfrom an URL. -
Exception Summary Exception Description ConnectionNotFoundException This exception is thrown when a connection protocol is unknown.