Package org.aoju.bus.image
Class Args
java.lang.Object
org.aoju.bus.image.Args
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Connection conn) 配置链接相关参数voidconfigureBind(ApplicationEntity applicationEntity, Connection connection, Node callingNode) 将连接和应用程序实体与callingNode绑定voidconfigureBind(Connection connection, Node callingNode) 使用callingNode绑定连接voidconfigureBind(AAssociateRQ aAssociateRQ, Connection remote, Node calledNode) voidconfigureTLS(Connection conn, Connection remote) 配置TLS链接相关参数
-
Field Details
-
IVR_LE_FIRST
-
EVR_LE_FIRST
-
EVR_BE_FIRST
-
IVR_LE_ONLY
-
-
Constructor Details
-
Args
public Args() -
Args
public Args(boolean bindCallingAet) -
Args
-
Args
-
Args
-
Args
public Args(Option option, boolean bindCallingAet, String storagePattern, URL transferCapabilityFile, String... acceptedCallingAETitles) - Parameters:
option- 可选的高级参数(代理、身份验证、连接和TLS)bindCallingAet- 当为true时,它将设置侦听器DICOM节点的AET。只有匹配称为AETitle的请求将被接受。 如果为假,所有被调用的AETs将被接受storagePattern- 存储模式transferCapabilityFile- 获取包含传输功能(sopclass、role、transferSyntaxes)的文件的URLacceptedCallingAETitles- 可接受的呼叫aetitle的列表。空将接受所有aetitle
-
-
Method Details
-
getTagName
-
configureBind
使用callingNode绑定连接- Parameters:
connection- 连接信息callingNode- 节点信息
-
configureBind
-
configureBind
public void configureBind(ApplicationEntity applicationEntity, Connection connection, Node callingNode) 将连接和应用程序实体与callingNode绑定- Parameters:
applicationEntity- 应用实体connection- 连接信息callingNode- 节点信息
-
configure
-
configureTLS
配置TLS链接相关参数- Parameters:
conn- 链接信息remote- 远程信息- Throws:
IOException- 异常
-