Uses of Class
org.dcm4che2.net.NetworkConnection

Packages that use NetworkConnection
org.dcm4che2.net   
 

Uses of NetworkConnection in org.dcm4che2.net
 

Methods in org.dcm4che2.net that return NetworkConnection
 NetworkConnection Association.getConnector()
          Get the NetworkConnection object that is performing this association.
 NetworkConnection[] NetworkApplicationEntity.getNetworkConnection()
          Get the NetworkConnection objects associated with this network AE.
 NetworkConnection[] Device.getNetworkConnection()
          Get the NetworkConnection objects associated with this device.
 

Methods in org.dcm4che2.net with parameters of type NetworkConnection
static Association Association.accept(java.net.Socket socket, NetworkConnection connector)
           
 java.net.Socket NetworkConnection.connect(NetworkConnection peerConfig)
          Create a socket as an SCU and connect to a peer network connection (the SCP).
static Association Association.request(java.net.Socket socket, NetworkConnection connector, NetworkApplicationEntity ae, UserIdentity userIdentity)
           
 void NetworkApplicationEntity.setNetworkConnection(NetworkConnection nc)
          Set the NetworkConnection object associated with this network AE.
 void Device.setNetworkConnection(NetworkConnection networkConnection)
          Set the NetworkConnection object associated with this device.
 void NetworkApplicationEntity.setNetworkConnection(NetworkConnection[] nc)
          Set the NetworkConnection objects associated with this network AE.
 void Device.setNetworkConnection(NetworkConnection[] networkConnection)
          Get the NetworkConnection objects associated with this device.
 

Constructors in org.dcm4che2.net with parameters of type NetworkConnection
Association(java.net.Socket socket, NetworkConnection connector, boolean requestor)
           
 



Copyright © 2011 dcm4che. All Rights Reserved.