public class CompatibleConnection extends Object
Modifier and Type | Field and Description |
---|---|
private Connection |
localConn |
private Connection |
remoteConn |
Constructor and Description |
---|
CompatibleConnection(Connection localConn,
Connection remoteConn) |
Modifier and Type | Method and Description |
---|---|
Connection |
getLocalConnection() |
Connection |
getRemoteConnection() |
private final Connection localConn
private final Connection remoteConn
public CompatibleConnection(Connection localConn, Connection remoteConn)
public final Connection getLocalConnection()
public final Connection getRemoteConnection()
Copyright © 2017 dcm4che.org. All rights reserved.