Interface BidirectionalConnectionAccessor<INPUT,OUTPUT>

Type Parameters:
INPUT - The type of the input connection property.
OUTPUT - The type of the output connection property.
All Known Subinterfaces:
BidirectionalConnectionAccessor.BidirectionalConnectionProperty<INPUT,OUTPUT>

public interface BidirectionalConnectionAccessor<INPUT,OUTPUT>
Provides an accessor for a connection property for e.g. an InputStream or an OutputStream.