com.sybase.persistence
Class NetworkProtocol

java.lang.Object
  extended by com.sybase.persistence.NetworkProtocol

public abstract class NetworkProtocol
extends java.lang.Object

Defines constant strings for valid network protocols.


Field Summary
static java.lang.String HTTP
          HTTP protocol
static java.lang.String HTTPS
          HTTPS protocol
static java.lang.String TCPIP
          TCPIP protocol
static java.lang.String TLS
          TLS protocol
 
Constructor Summary
NetworkProtocol()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTTP

public static final java.lang.String HTTP
HTTP protocol

See Also:
Constant Field Values

HTTPS

public static final java.lang.String HTTPS
HTTPS protocol

See Also:
Constant Field Values

TLS

public static final java.lang.String TLS
TLS protocol

See Also:
Constant Field Values

TCPIP

public static final java.lang.String TCPIP
TCPIP protocol

See Also:
Constant Field Values
Constructor Detail

NetworkProtocol

public NetworkProtocol()