|
|||||||||
| Home >> All >> com >> voytechs >> jnetstream >> [ codec overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.voytechs.jnetstream.codec
Interface Header

- All Superinterfaces:
- Identity
- All Known Implementing Classes:
- HeaderImpl
- public interface Header
- extends Identity
Protocol Header definition interface. This interface allows access to get various properties of a created run-time instance of header object. This object is created based on the HeaderFactory definition object which contains various global and instance specific parameters.
| Field Summary | |
static java.lang.String |
ABREVIATION
|
static java.lang.String |
ACL
|
static java.lang.String |
ADMINISTRATOR
|
static java.lang.String |
ANSI
|
static java.lang.String |
AUTHOR
|
static java.lang.String |
COMMON
|
static java.lang.String |
COMPANY
|
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
CREATIONDATE
|
static java.lang.String |
CREATOR
|
static java.lang.String |
DESCRIPTION
|
static java.lang.String |
DOC
|
static java.lang.String |
HIDEHEADERLINE
|
static java.lang.String |
HTTP
|
static java.lang.String |
IEEE
|
static java.lang.String |
IETF
|
static java.lang.String |
IMTC
|
static java.lang.String |
ITU
|
static java.lang.String |
NAME
Properties for a header. |
static java.lang.String |
OMG
|
static java.lang.String |
ORGANIZATION
|
static java.lang.String |
OSILAYER
|
static java.lang.String |
RFC
|
static java.lang.String |
SHORTDESCRIPTION
|
static java.lang.String |
SHORTHEADER
|
static java.lang.String |
STD
|
static java.lang.String |
SUMMARY
|
static java.lang.String |
TRADEMARK
|
static java.lang.String |
W3C
|
| Fields inherited from interface com.voytechs.jnetstream.codec.Identity |
SHORT_NAME |
| Method Summary | |
Field |
getField(int index)
|
Field |
getField(java.lang.String name)
|
int |
getFieldCount()
|
int |
getHeaderLength()
Get the length of the header. |
| Methods inherited from interface com.voytechs.jnetstream.codec.Identity |
getName, getProperty |
| Field Detail |
NAME
public static final java.lang.String NAME
- Properties for a header.
- See Also:
- Constant Field Values
SUMMARY
public static final java.lang.String SUMMARY
- See Also:
- Constant Field Values
COMMON
public static final java.lang.String COMMON
- See Also:
- Constant Field Values
RFC
public static final java.lang.String RFC
- See Also:
- Constant Field Values
STD
public static final java.lang.String STD
- See Also:
- Constant Field Values
IEEE
public static final java.lang.String IEEE
- See Also:
- Constant Field Values
IMTC
public static final java.lang.String IMTC
- See Also:
- Constant Field Values
ITU
public static final java.lang.String ITU
- See Also:
- Constant Field Values
OMG
public static final java.lang.String OMG
- See Also:
- Constant Field Values
W3C
public static final java.lang.String W3C
- See Also:
- Constant Field Values
IETF
public static final java.lang.String IETF
- See Also:
- Constant Field Values
ANSI
public static final java.lang.String ANSI
- See Also:
- Constant Field Values
DOC
public static final java.lang.String DOC
- See Also:
- Constant Field Values
OSILAYER
public static final java.lang.String OSILAYER
- See Also:
- Constant Field Values
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
SHORTHEADER
public static final java.lang.String SHORTHEADER
- See Also:
- Constant Field Values
COMPANY
public static final java.lang.String COMPANY
- See Also:
- Constant Field Values
ORGANIZATION
public static final java.lang.String ORGANIZATION
- See Also:
- Constant Field Values
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
TRADEMARK
public static final java.lang.String TRADEMARK
- See Also:
- Constant Field Values
SHORTDESCRIPTION
public static final java.lang.String SHORTDESCRIPTION
- See Also:
- Constant Field Values
ABREVIATION
public static final java.lang.String ABREVIATION
- See Also:
- Constant Field Values
HTTP
public static final java.lang.String HTTP
- See Also:
- Constant Field Values
AUTHOR
public static final java.lang.String AUTHOR
- See Also:
- Constant Field Values
CREATOR
public static final java.lang.String CREATOR
- See Also:
- Constant Field Values
ADMINISTRATOR
public static final java.lang.String ADMINISTRATOR
- See Also:
- Constant Field Values
CREATIONDATE
public static final java.lang.String CREATIONDATE
- See Also:
- Constant Field Values
ACL
public static final java.lang.String ACL
- See Also:
- Constant Field Values
HIDEHEADERLINE
public static final java.lang.String HIDEHEADERLINE
- See Also:
- Constant Field Values
| Method Detail |
getField
public Field getField(java.lang.String name)
getField
public Field getField(int index)
getFieldCount
public int getFieldCount()
getHeaderLength
public int getHeaderLength()
- Get the length of the header.
|
|||||||||
| Home >> All >> com >> voytechs >> jnetstream >> [ codec overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC