Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.voytechs.jnetstream.codec
Interface MutableField  view MutableField download MutableField.java

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, com.voytechs.jnetstream.primitive.Primitive primitive)
           
 

Method Detail

setProperty

public void setProperty(java.lang.String propertyName,
                        com.voytechs.jnetstream.primitive.Primitive primitive)

addField

public void addField(Field subField)

addNote

public void addNote(Note note)