|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||