| Package | Description | 
|---|---|
| org.dcm4che3.conf.api.extensions | 
 This package is part of the Maven module dcm4che-conf-api. 
 | 
| org.dcm4che3.net | 
 Classes related to the network communications between systems. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommonConnectionExtension
This class shall be extended by vendors/contributors to store extra configuration for a Connection 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommonConnectionExtension.reconfigure(ConnectionExtension from)  | 
void | 
CommonConnectionExtension.reconfigureReflectively(ConnectionExtension from,
                       Class<? extends ConnectionExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommonConnectionExtension.reconfigureReflectively(ConnectionExtension from,
                       Class<? extends ConnectionExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private Map<Class<? extends ConnectionExtension>,ConnectionExtension> | 
Connection.extensions  | 
private Map<Class<? extends ConnectionExtension>,ConnectionExtension> | 
Connection.extensions  | 
| Modifier and Type | Method and Description | 
|---|---|
Class<ConnectionExtension> | 
ConnectionExtension.getBaseClass()  | 
Map<Class<? extends ConnectionExtension>,ConnectionExtension> | 
Connection.getExtensions()  | 
Map<Class<? extends ConnectionExtension>,ConnectionExtension> | 
Connection.getExtensions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Connection.addExtension(ConnectionExtension connectionExtension)  | 
void | 
ConnectionExtension.reconfigure(ConnectionExtension from)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Connection.setExtensions(Map<Class<? extends ConnectionExtension>,ConnectionExtension> extensions)  | 
void | 
Connection.setExtensions(Map<Class<? extends ConnectionExtension>,ConnectionExtension> extensions)  | 
Copyright © 2017 dcm4che.org. All rights reserved.