Uses of Interface
net.sf.jbaobab.io.Translator

Packages that use Translator
net.sf.jbaobab.helper Contains helper classes. 
net.sf.jbaobab.io Contains core interfaces and implementations of JBaobab framework. 
net.sf.jbaobab.io.impl Contains rough implementations of some wide-spread protocols. 
 

Uses of Translator in net.sf.jbaobab.helper
 

Classes in net.sf.jbaobab.helper that implement Translator
static class ProtocolHelper.DummyTranslatorImpl
           A Translator that does not translate anything.
static class ProtocolHelper.PackedProtocolImpl<P>
           A Protocol that delegates operations to Seperator and Translator.
 

Methods in net.sf.jbaobab.helper with parameters of type Translator
static
<P> Protocol<P>
ProtocolHelper.pack(Seperator seperator, Translator<P> translator)
           
 

Uses of Translator in net.sf.jbaobab.io
 

Subinterfaces of Translator in net.sf.jbaobab.io
 interface Protocol<P>
           An interface that implements bott Seperator and Translator.
 

Uses of Translator in net.sf.jbaobab.io.impl
 

Classes in net.sf.jbaobab.io.impl that implement Translator
 class RoughHttpProtocol
           A Protocol that implements HTTP/1.0 very roughly.
 class StringTranslator
           A Translator that translates ByteBuffer to String.