Interface BidirectionalConnectionOpenableHandle<H,INPUT,OUTPUT>

Type Parameters:
H - The type of the handle.
INPUT - The type of the input connection to be used.
OUTPUT - The type of the output connection to be used.
All Known Subinterfaces:
BidirectionalConnectionOpenableHandle.BidirectionalConnectionOpenAutomatonHandle<H,INPUT,OUTPUT>

public interface BidirectionalConnectionOpenableHandle<H,INPUT,OUTPUT>
The BidirectionalConnectionOpenableHandle interface defines those methods related to the handle based open/connect life-cycle.

The handle reference requires the BidirectionalConnectionOpenable interface to be implemented.