| Modifier and Type | Method and Description |
|---|---|
Connection |
Device.connectionWithEqualsRDN(Connection other) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
Device.listConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
Device.addConnection(Connection conn) |
void |
Args.configure(Connection conn)
配置链接相关参数
|
void |
Args.configureBind(AAssociateRQ aAssociateRQ,
Connection remote,
Node calledNode) |
void |
Args.configureBind(ApplicationEntity applicationEntity,
Connection connection,
Node callingNode)
将连接和应用程序实体与callingNode绑定
|
void |
Args.configureBind(Connection connection,
Node callingNode)
使用callingNode绑定连接
|
void |
Args.configureTLS(Connection conn,
Connection remote)
配置TLS链接相关参数
|
Connection |
Device.connectionWithEqualsRDN(Connection other) |
boolean |
Device.removeConnection(Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
void |
Device.reconfigureConnections(List<Connection> conns,
List<Connection> src) |
void |
Device.reconfigureConnections(List<Connection> conns,
List<Connection> src) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
ApplicationEntity.findCompatibleConnection(Connection remoteConn) |
Connection |
Association.getConnection() |
Connection |
Compatible.getLocalConnection() |
Connection |
Compatible.getRemoteConnection() |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
WebApplication.getConnections() |
List<Connection> |
ApplicationEntity.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebApplication.addConnection(Connection conn) |
void |
ApplicationEntity.addConnection(Connection conn) |
Socket |
Connection.connect(Connection remoteConn) |
Association |
ApplicationEntity.connect(Connection remote,
AAssociateRQ rq) |
Association |
ApplicationEntity.connect(Connection local,
Connection remote,
AAssociateRQ rq) |
boolean |
Connection.equalsRDN(Connection other) |
Connection |
ApplicationEntity.findCompatibleConnection(Connection remoteConn) |
StringBuilder |
WebApplication.getServiceURL(Connection conn) |
boolean |
Connection.isCompatible(Connection remoteConn) |
void |
AdvancedHandler.onAccept(Connection conn,
Socket s) |
void |
Monitoring.onConnectionAccepted(Connection conn,
Socket s) |
void |
Monitoring.onConnectionEstablished(Connection conn,
Connection remoteConn,
Socket s) |
void |
Monitoring.onConnectionFailed(Connection conn,
Connection remoteConn,
Socket s,
Throwable e) |
void |
Monitoring.onConnectionRejected(Connection conn,
Socket s,
Throwable e) |
void |
Monitoring.onConnectionRejectedBlacklisted(Connection conn,
Socket s) |
void |
Connection.reconfigure(Connection from) |
boolean |
WebApplication.removeConnection(Connection conn) |
boolean |
ApplicationEntity.removeConnection(Connection conn) |
| Constructor and Description |
|---|
Compatible(Connection localConn,
Connection remoteConn) |
| Modifier and Type | Method and Description |
|---|---|
UnparsedHL7Message |
HL7DeviceExtension.onMessage(Connection conn,
Socket s,
UnparsedHL7Message msg) |
void |
HL7DeviceExtension.verifyNotUsed(Connection conn) |
void |
DeviceExtension.verifyNotUsed(Connection conn) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
HL7Application.findCompatibleConnection(Connection remoteConn) |
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
HL7ApplicationInfo.getConnections() |
List<Connection> |
HL7Application.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPHandler.onAccept(Connection conn,
Socket s) |
void |
UDPHandler.onReceive(Connection conn,
DatagramPacket packet) |
| Constructor and Description |
|---|
TCPListener(Connection conn,
TCPHandler handler) |
UDPListener(Connection conn,
UDPHandler handler) |
| Modifier and Type | Field and Description |
|---|---|
Connection |
StoreSCP.conn |
| Modifier and Type | Method and Description |
|---|---|
Connection |
HL7Rcv.getConn() |
Connection |
StoreSCP.getConnection() |
Connection |
MoveSCU.getConnection() |
Connection |
GetSCU.getConnection() |
Connection |
FindSCU.getConnection() |
Connection |
StoreSCU.getRemoteConnection() |
Connection |
StgSCU.getRemoteConnection() |
Connection |
MppsSCU.getRemoteConnection() |
Connection |
MoveSCU.getRemoteConnection() |
Connection |
GetSCU.getRemoteConnection() |
Connection |
FindSCU.getRemoteConnection() |
| Modifier and Type | Method and Description |
|---|---|
static void |
Modality.setTlsParams(Connection remote,
Connection conn) |
Copyright © 2021. All rights reserved.