Package org.apache.juneau.httppart
Class Constants
java.lang.Object
org.apache.juneau.httppart.Constants
HTTP-Part constants.
 
See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringComma-separated values (e.g.static final StringCorresponds to multiple parameter instances instead of multiple values for a single instance (e.g.static final StringPipe-separated values (e.g.static final StringSpace-separated values (e.g.static final StringTab-separated values (e.g.static final StringUON notation (e.g.static final StringHexadecimal encoded octets (e.g.static final StringSpaced-separated hexadecimal encoded octets (e.g.static final StringBASE-64 encoded characters.static final StringAn RFC3339 full-date.static final StringAn RFC3339 date-time.static final String64-bit floating point number.static final String32-bit floating point number.static final StringSigned 32 bits.static final StringSigned 64 bits.static final StringUsed to hint UIs the input needs to be obscured.static final StringUON notation (e.g.static final StringArray or collection.static final StringBoolean.static final StringFile.static final StringDecimal number.static final StringFloating point number.static final StringMap or bean.static final StringString.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
CF_CSVComma-separated values (e.g."foo,bar" ).- See Also:
 
- 
CF_SSVSpace-separated values (e.g."foo bar" ).- See Also:
 
- 
CF_TSVTab-separated values (e.g."foo\tbar" ).- See Also:
 
- 
CF_PIPESPipe-separated values (e.g."foo|bar" ).- See Also:
 
- 
CF_MULTICorresponds to multiple parameter instances instead of multiple values for a single instance (e.g."foo=bar&foo=baz" ).- See Also:
 
- 
CF_UONUON notation (e.g."@(foo,bar)" ).- See Also:
 
- 
TYPE_STRINGString.- See Also:
 
- 
TYPE_NUMBERFloating point number.- See Also:
 
- 
TYPE_INTEGERDecimal number.- See Also:
 
- 
TYPE_BOOLEANBoolean.- See Also:
 
- 
TYPE_ARRAYArray or collection.- See Also:
 
- 
TYPE_OBJECTMap or bean.- See Also:
 
- 
TYPE_FILEFile.- See Also:
 
- 
FORMAT_INT32Signed 32 bits.- See Also:
 
- 
FORMAT_INT64Signed 64 bits.- See Also:
 
- 
FORMAT_FLOAT32-bit floating point number.- See Also:
 
- 
FORMAT_DOUBLE64-bit floating point number.- See Also:
 
- 
FORMAT_BYTEBASE-64 encoded characters.- See Also:
 
- 
FORMAT_BINARYHexadecimal encoded octets (e.g."00FF" ).- See Also:
 
- 
FORMAT_BINARY_SPACEDSpaced-separated hexadecimal encoded octets (e.g."00 FF" ).- See Also:
 
- 
FORMAT_DATEAn RFC3339 full-date.- See Also:
 
- 
FORMAT_DATE_TIMEAn RFC3339 date-time.- See Also:
 
- 
FORMAT_PASSWORDUsed to hint UIs the input needs to be obscured.- See Also:
 
- 
FORMAT_UONUON notation (e.g."(foo=bar,baz=@(qux,123))" ).- See Also:
 
 
- 
- 
Constructor Details- 
Constantspublic Constants()
 
-