CON - The type of the connection to be used.ConnectionAccessor.ConnectionProperty<CON>public interface ConnectionAccessor<CON>
InputStream or an OutputStream.| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
ConnectionAccessor.ConnectionMutator<CON> |
Provides a mutator for a connection property for e.g. an
InputStream or an OutputStream. |
static interface |
ConnectionAccessor.ConnectionProperty<CON> |
Provides a connection property for e.g. an
InputStream or an
OutputStream. |
| Modifier and Type | Method | Description |
|---|---|---|
CON |
getConnection() |
Retrieves the connection from the connection property.
|
CON getConnection()
Copyright © 2018. All rights reserved.