Interface ConnectionAccessor.ConnectionMutator<CON>

Type Parameters:
CON - The type of the connection property.
All Known Subinterfaces:
ConnectionAccessor.ConnectionProperty<CON>
Enclosing interface:
ConnectionAccessor<CON>

public static interface ConnectionAccessor.ConnectionMutator<CON>
Provides a mutator for a connection property for e.g. an InputStream or an OutputStream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setConnection(CON aConnection)
    Sets the connection for the connection property.
  • Method Details

    • setConnection

      void setConnection(CON aConnection)
      Sets the connection for the connection property.
      Parameters:
      aConnection - The connection to be stored by the connection property.