org.dcm4che.util
Class DcmURL

java.lang.Object
  extended by org.dcm4che.util.DcmURL

public final class DcmURL
extends java.lang.Object

Since:
May, 2002
Version:
$Revision: 3922 $ $Date: 2005-10-05 18:26:16 +0200 (Mi, 05 Okt 2005) $
Author:
gunter zeilinger

Field Summary
static int DICOM_PORT
          Description of the Field
 
Constructor Summary
DcmURL(java.lang.String spec)
          Constructor for the DcmURL object
DcmURL(java.lang.String protocol, java.lang.String calledAET, java.lang.String callingAET, java.lang.String host, int port)
          Constructor for the DcmURL object
 
Method Summary
 java.lang.String getCalledAET()
          Gets the calledAET attribute of the DcmURL object
 java.lang.String getCallingAET()
          Gets the callingAET attribute of the DcmURL object
 java.lang.String[] getCipherSuites()
          Gets the cipherSuites attribute of the DcmURL object
 java.lang.String getHost()
          Gets the host attribute of the DcmURL object
 int getPort()
          Gets the port attribute of the DcmURL object
 java.lang.String getProtocol()
          Gets the protocol attribute of the DcmURL object
 boolean isTLS()
           
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DICOM_PORT

public static final int DICOM_PORT
Description of the Field

See Also:
Constant Field Values
Constructor Detail

DcmURL

public DcmURL(java.lang.String spec)
Constructor for the DcmURL object

Parameters:
spec - Description of the Parameter

DcmURL

public DcmURL(java.lang.String protocol,
              java.lang.String calledAET,
              java.lang.String callingAET,
              java.lang.String host,
              int port)
Constructor for the DcmURL object

Parameters:
protocol - Description of the Parameter
calledAET - Description of the Parameter
callingAET - Description of the Parameter
host - Description of the Parameter
port - Description of the Parameter
Method Detail

getProtocol

public final java.lang.String getProtocol()
Gets the protocol attribute of the DcmURL object

Returns:
The protocol value

getCipherSuites

public final java.lang.String[] getCipherSuites()
Gets the cipherSuites attribute of the DcmURL object

Returns:
The cipherSuites value

isTLS

public final boolean isTLS()

getCallingAET

public final java.lang.String getCallingAET()
Gets the callingAET attribute of the DcmURL object

Returns:
The callingAET value

getCalledAET

public final java.lang.String getCalledAET()
Gets the calledAET attribute of the DcmURL object

Returns:
The calledAET value

getHost

public final java.lang.String getHost()
Gets the host attribute of the DcmURL object

Returns:
The host value

getPort

public final int getPort()
Gets the port attribute of the DcmURL object

Returns:
The port value

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Object
Returns:
Description of the Return Value