Class SpecialHeader
java.lang.Object
com.siperf.amistream.protocol.headers.common.Header
com.siperf.amistream.protocol.headers.special.SpecialHeader
- Direct Known Subclasses:
SpecialWelcomeHeader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.siperf.amistream.protocol.headers.common.Header
getType, getType, getTypeAsString, toAmiFormat, toString
-
Field Details
-
TYPE
-
-
Constructor Details
-
SpecialHeader
-
-
Method Details
-
getValue
-
getValueAsString
-
toTextPresentation
Description copied from class:HeaderConverts the header to its text representation.This method must be implemented by subclasses to define the specific text representation of the header.
- Specified by:
toTextPresentationin classHeader- Returns:
- the text representation of the header.
-