Interface ConnectionAccessor<CON>

  • Type Parameters:
    CON - The type of the connection to be used.
    All Known Subinterfaces:
    ConnectionAccessor.ConnectionProperty<CON>

    public interface ConnectionAccessor<CON>
    Provides an accessor for a connection property for e.g. an InputStream or an OutputStream.
    • Method Detail

      • getConnection

        CON getConnection()
        Retrieves the connection from the connection property.
        Returns:
        The connection stored by the connection property.