CON - The type of the connection to be used.public interface ConnectionAccessor<CON>
InputStream or an OutputStream.| Modifier and Type | Interface and 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 and Description |
|---|---|
CON |
getConnection()
Retrieves the connection from the connection property.
|
CON getConnection()
Copyright © 2017. All rights reserved.