jtge.engine.io
Interface IConnector

All Known Implementing Classes:
AsynchronousConnector, FileInputConnector, FileOutputConnector, NetworkConnector

public interface IConnector

Defines a connector.

A connector wraps a connecting socket and provides a uniform means to create an input and an output.

FIXME find a means to cancel opening ?

It is up to the implementation to ensure thread-safety and re-entrance.

Version:
$Revision: 1.4 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Method Summary
 void open()
          Open the connector.
 

Method Detail

open

public void open()
Open the connector.

Whether this method is blocking or not depends on the implementation.



Copyright © 2003-2005 . All Rights Reserved.