|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProtocolCodecFactory
Provides ProtocolEncoder and ProtocolDecoder which translates
binary or protocol specific data into message object and vice versa.
Please refer to
ReverserProtocolProvider
example.
| Method Summary | |
|---|---|
ProtocolDecoder |
newDecoder()
Creates a new instance of ProtocolDecoder which decodes binary or
protocol-specific data into message objects. |
ProtocolEncoder |
newEncoder()
Creates a new instance of ProtocolEncoder which encodes message
objects into binary or protocol-specific data. |
| Method Detail |
|---|
ProtocolEncoder newEncoder()
ProtocolEncoder which encodes message
objects into binary or protocol-specific data.
ProtocolDecoder newDecoder()
ProtocolDecoder which decodes binary or
protocol-specific data into message objects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||