Class OutputConnection

  • All Implemented Interfaces:
    IConnection, IOutputConnection

    public class OutputConnection
    extends AbstractConnection
    implements IOutputConnection
    Output connection for writing data. Must synchronized its internal data because the connection handler and the connection user (i.e. a component) are using the connection concurrently. - the user calls interface methods like write and flush - the connection handler calls close to signal that the connection should close.