org.dcm4che.util
Class MLLP_URL

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

public final class MLLP_URL
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

Constructor Summary
MLLP_URL(java.lang.String spec)
          Constructor for the MLLP_URL object
MLLP_URL(java.lang.String protocol, java.lang.String host, int port)
          Constructor for the MLLP_URL object
 
Method Summary
 java.lang.String[] getCipherSuites()
          Gets the cipherSuites attribute of the MLLP_URL object
 java.lang.String getHost()
          Gets the host attribute of the MLLP_URL object
 int getPort()
          Gets the port attribute of the MLLP_URL object
 java.lang.String getProtocol()
          Gets the protocol attribute of the MLLP_URL object
 boolean isTLS()
          Gets the tLS attribute of the MLLP_URL object
 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
 

Constructor Detail

MLLP_URL

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

Parameters:
spec - Description of the Parameter

MLLP_URL

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

Parameters:
protocol - 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 MLLP_URL object

Returns:
The protocol value

isTLS

public final boolean isTLS()
Gets the tLS attribute of the MLLP_URL object

Returns:
The tLS value

getCipherSuites

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

Returns:
The cipherSuites value

getHost

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

Returns:
The host value

getPort

public final int getPort()
Gets the port attribute of the MLLP_URL 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