Uses of Class
org.aoju.bus.image.metric.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.aoju.bus.image
Methods in org.aoju.bus.image that return ConnectionMethods in org.aoju.bus.image that return types with arguments of type ConnectionMethods in org.aoju.bus.image with parameters of type ConnectionModifier and TypeMethodDescriptionvoidDevice.addConnection(Connection conn) voidArgs.configure(Connection conn) 配置链接相关参数voidArgs.configureBind(ApplicationEntity applicationEntity, Connection connection, Node callingNode) 将连接和应用程序实体与callingNode绑定voidArgs.configureBind(Connection connection, Node callingNode) 使用callingNode绑定连接voidArgs.configureBind(AAssociateRQ aAssociateRQ, Connection remote, Node calledNode) voidArgs.configureTLS(Connection conn, Connection remote) 配置TLS链接相关参数Device.connectionWithEqualsRDN(Connection other) booleanDevice.removeConnection(Connection conn) Method parameters in org.aoju.bus.image with type arguments of type ConnectionModifier and TypeMethodDescriptionvoidDevice.reconfigureConnections(List<Connection> conns, List<Connection> src) -
Uses of Connection in org.aoju.bus.image.metric
Methods in org.aoju.bus.image.metric that return ConnectionModifier and TypeMethodDescriptionApplicationEntity.findCompatibleConnection(Connection remoteConn) final ConnectionAssociation.getConnection()final ConnectionCompatible.getLocalConnection()final ConnectionCompatible.getRemoteConnection()Methods in org.aoju.bus.image.metric that return types with arguments of type ConnectionModifier and TypeMethodDescriptionApplicationEntity.getConnections()WebApplication.getConnections()Methods in org.aoju.bus.image.metric with parameters of type ConnectionModifier and TypeMethodDescriptionvoidApplicationEntity.addConnection(Connection conn) voidWebApplication.addConnection(Connection conn) ApplicationEntity.connect(Connection local, Connection remote, AAssociateRQ rq) ApplicationEntity.connect(Connection remote, AAssociateRQ rq) Connection.connect(Connection remoteConn) booleanConnection.equalsRDN(Connection other) ApplicationEntity.findCompatibleConnection(Connection remoteConn) WebApplication.getServiceURL(Connection conn) booleanConnection.isCompatible(Connection remoteConn) voidAdvancedHandler.onAccept(Connection conn, Socket s) voidMonitoring.onConnectionAccepted(Connection conn, Socket s) voidMonitoring.onConnectionEstablished(Connection conn, Connection remoteConn, Socket s) voidMonitoring.onConnectionFailed(Connection conn, Connection remoteConn, Socket s, Throwable e) voidMonitoring.onConnectionRejected(Connection conn, Socket s, Throwable e) voidMonitoring.onConnectionRejectedBlacklisted(Connection conn, Socket s) voidConnection.reconfigure(Connection from) booleanApplicationEntity.removeConnection(Connection conn) booleanWebApplication.removeConnection(Connection conn) Constructors in org.aoju.bus.image.metric with parameters of type Connection -
Uses of Connection in org.aoju.bus.image.metric.acquire
Methods in org.aoju.bus.image.metric.acquire with parameters of type ConnectionModifier and TypeMethodDescriptionHL7DeviceExtension.onMessage(Connection conn, Socket s, UnparsedHL7Message msg) voidDeviceExtension.verifyNotUsed(Connection conn) voidHL7DeviceExtension.verifyNotUsed(Connection conn) -
Uses of Connection in org.aoju.bus.image.metric.internal.hl7
Methods in org.aoju.bus.image.metric.internal.hl7 that return ConnectionMethods in org.aoju.bus.image.metric.internal.hl7 that return types with arguments of type ConnectionModifier and TypeMethodDescriptionHL7Application.getConnections()HL7ApplicationInfo.getConnections()Methods in org.aoju.bus.image.metric.internal.hl7 with parameters of type ConnectionModifier and TypeMethodDescriptionvoidHL7Application.addConnection(Connection conn) HL7Application.connect(Connection remote) HL7Application.connect(Connection local, Connection remote) HL7Application.findCompatibleConnection(Connection remoteConn) voidHL7Handler.onAccept(Connection conn, Socket s) DefaultHL7Listener.onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) HL7Application.onMessage(Connection conn, Socket s, UnparsedHL7Message msg) HL7MessageListener.onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) HL7ServiceRegistry.onMessage(HL7Application hl7App, Connection conn, Socket s, UnparsedHL7Message msg) voidHL7ConnectionMonitor.onMessageProcessed(Connection conn, Socket s, UnparsedHL7Message msg, UnparsedHL7Message rsp, HL7Exception ex) voidHL7ConnectionMonitor.onMessageReceived(Connection conn, Socket s, UnparsedHL7Message msg) HL7Application.open(Connection remote) HL7Application.open(Connection local, Connection remote) booleanHL7Application.removeConnection(Connection conn) -
Uses of Connection in org.aoju.bus.image.metric.internal.net
Methods in org.aoju.bus.image.metric.internal.net with parameters of type ConnectionModifier and TypeMethodDescriptionvoidTCPHandler.onAccept(Connection conn, Socket s) voidUDPHandler.onReceive(Connection conn, DatagramPacket packet) Constructors in org.aoju.bus.image.metric.internal.net with parameters of type ConnectionModifierConstructorDescriptionTCPListener(Connection conn, TCPHandler handler) UDPListener(Connection conn, UDPHandler handler) -
Uses of Connection in org.aoju.bus.image.plugin
Fields in org.aoju.bus.image.plugin declared as ConnectionMethods in org.aoju.bus.image.plugin that return ConnectionModifier and TypeMethodDescriptionHL7Rcv.getConn()FindSCU.getConnection()GetSCU.getConnection()MoveSCU.getConnection()StoreSCP.getConnection()FindSCU.getRemoteConnection()GetSCU.getRemoteConnection()MoveSCU.getRemoteConnection()MppsSCU.getRemoteConnection()StgSCU.getRemoteConnection()StoreSCU.getRemoteConnection()Methods in org.aoju.bus.image.plugin with parameters of type ConnectionModifier and TypeMethodDescriptionstatic voidModality.setTlsParams(Connection remote, Connection conn)