|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NetworkConnection
Network Connection (see DICOM PS 3.15, table H.1-6)
| Method Summary | |
|---|---|
String |
getCommonName()
get the CommonName |
Device |
getDevice()
get the related Device |
String |
getHostname()
|
boolean |
getInstalled()
True if the Network Connection is installed on the network. |
int |
getPort()
return the TCP port that the AE is listening on. |
String[] |
getTLSCipherSuite()
|
void |
SetCommonName(String commonName)
set the CommonName |
void |
setDevice(Device device)
set the related Device |
void |
setHostname(String aHostname)
|
void |
setInstalled(boolean aInstalled)
|
void |
setPort(int port)
set the port |
void |
setTLSCipherSuite(String[] aTLSCipherSuite)
|
| Method Detail |
|---|
String getCommonName()
Device getDevice()
String getHostname()
boolean getInstalled()
int getPort()
String[] getTLSCipherSuite()
void SetCommonName(String commonName)
commonName - the CommonNamevoid setDevice(Device device)
void setHostname(String aHostname)
void setInstalled(boolean aInstalled)
void setPort(int port)
port - void setTLSCipherSuite(String[] aTLSCipherSuite)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||