com.voytechs.jnetstream.codec
Interface MutableField

All Known Implementing Classes:
FieldImpl

public interface MutableField

public interface for setting values of the "header" field. This interface should be used to initialized a "field template" from which actual field instances are build when a packet arrives and a header is parsed.


Method Summary
 void addField(Field subField)
           
 void addNote(Note note)
           
 void setProperty(java.lang.String propertyName, Primitive primitive)
           
 

Method Detail

setProperty

void setProperty(java.lang.String propertyName,
                 Primitive primitive)

addField

void addField(Field subField)

addNote

void addNote(Note note)