org.jnetstream.protocol
Interface ProtocolInfo.Info

All Superinterfaces:
com.slytechs.utils.namespace.Named
Enclosing interface:
ProtocolInfo<T extends Header>

public static interface ProtocolInfo.Info
extends com.slytechs.utils.namespace.Named

Informational interface which provides information about the protocol. Info objects are usually defined in codes where each protocol collects all info objects from each codec and uses combined list of info objects to present information about the protocol.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.slytechs.utils.namespace.Named
com.slytechs.utils.namespace.Named.Util
 
Method Summary
 java.lang.String getDescription()
           
 
Methods inherited from interface com.slytechs.utils.namespace.Named
getName
 

Method Detail

getDescription

java.lang.String getDescription()