wt.intersvrcom
Class InterSvrComConstants

java.lang.Object
  extended bywt.intersvrcom.InterSvrComConstants

public final class InterSvrComConstants
extends Object



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
static String PARAM_AUTHORIZATION
          

Supported API: false
static String PARAM_CLIENT_HOST
          

Supported API: false
static String PARAM_GZIP
          

Supported API: false
static String PARAM_IS_PROXY
          

Supported API: false
static String PARAM_LOCAL_GUID
          

Supported API: false
static String PARAM_PULL_METHOD
          

Supported API: false
static String PARAM_RESUMPTION
          

Supported API: false
static String PARAM_SIGNATURE
          

Supported API: false
static String PARAM_SIGNATURE_TIME
          

Supported API: false
static String PARAM_SITE
          

Supported API: false
static String PARAM_STREAM_FLAG
          For server-server communication a StreamFlag object is always appended to the end of the input stream, in order to make sure the stream is not corrupted when consumed.
static String PARAM_UFID
          

Supported API: false
private static String RESOURCE
           
 
Constructor Summary
InterSvrComConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

PARAM_STREAM_FLAG

public static final String PARAM_STREAM_FLAG
For server-server communication a StreamFlag object is always appended to the end of the input stream, in order to make sure the stream is not corrupted when consumed. Set the key/value pair to "streamFlag=disable" in the URL to disable this functionality, otherwise do nothing.

Supported API: false

See Also:
Constant Field Values

PARAM_PULL_METHOD

public static final String PARAM_PULL_METHOD


Supported API: false

See Also:
Constant Field Values

PARAM_SITE

public static final String PARAM_SITE


Supported API: false

See Also:
Constant Field Values

PARAM_SIGNATURE

public static final String PARAM_SIGNATURE


Supported API: false

See Also:
Constant Field Values

PARAM_SIGNATURE_TIME

public static final String PARAM_SIGNATURE_TIME


Supported API: false

See Also:
Constant Field Values

PARAM_CLIENT_HOST

public static final String PARAM_CLIENT_HOST


Supported API: false

See Also:
Constant Field Values

PARAM_IS_PROXY

public static final String PARAM_IS_PROXY


Supported API: false

See Also:
Constant Field Values

PARAM_GZIP

public static final String PARAM_GZIP


Supported API: false

See Also:
Constant Field Values

PARAM_RESUMPTION

public static final String PARAM_RESUMPTION


Supported API: false

See Also:
Constant Field Values

PARAM_AUTHORIZATION

public static final String PARAM_AUTHORIZATION


Supported API: false

See Also:
Constant Field Values

PARAM_LOCAL_GUID

public static final String PARAM_LOCAL_GUID


Supported API: false

See Also:
Constant Field Values

PARAM_UFID

public static final String PARAM_UFID


Supported API: false

See Also:
Constant Field Values
Constructor Detail

InterSvrComConstants

public InterSvrComConstants()