Interface ConnectionAccessor.ConnectionProperty<CON>

Type Parameters:
CON - The type of the connection property.
All Superinterfaces:
ConnectionAccessor<CON>, ConnectionAccessor.ConnectionMutator<CON>
Enclosing interface:
ConnectionAccessor<CON>

public static interface ConnectionAccessor.ConnectionProperty<CON> extends ConnectionAccessor<CON>, ConnectionAccessor.ConnectionMutator<CON>
Provides a connection property for e.g. an InputStream or an OutputStream.