net.sf.jbaobab.io
Interface ProtocolFactory<P>


public interface ProtocolFactory<P>

A factory interface that generates Protocol instances.

Author:
Oakyoon Cha
See Also:
Protocol

Method Summary
 Protocol<P> newProtocol()
           
 

Method Detail

newProtocol

Protocol<P> newProtocol()