Interface ITransportConstants
-
public interface ITransportConstantsConstants concerning transport
Copyright 2010 (C) by Martin Ganserer
- Version:
- 1.0.0
- Author:
- Martin Ganserer
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTENT_TYPE_KEYstatic StringCONTENT_TYPE_VALUEstatic StringREQ_PROP_ENCRYPTIONstatic StringREQ_PROP_FILE_NAME
-
-
-
Field Detail
-
REQ_PROP_ENCRYPTION
static final String REQ_PROP_ENCRYPTION
- See Also:
- Constant Field Values
-
REQ_PROP_FILE_NAME
static final String REQ_PROP_FILE_NAME
- See Also:
- Constant Field Values
-
CONTENT_TYPE_KEY
static final String CONTENT_TYPE_KEY
- See Also:
- Constant Field Values
-
CONTENT_TYPE_VALUE
static final String CONTENT_TYPE_VALUE
- See Also:
- Constant Field Values
-
-