io.craft.atom.protocol.textline.api
Class TextLineCodecFactory
java.lang.Object
io.craft.atom.protocol.textline.api.TextLineCodecFactory
public class TextLineCodecFactory
- extends Object
TextLine codec factory, which provides static factory method to create ProtocolEncoder and ProtocolDecoder.
- Version:
- 1.0, Aug 4, 2014
- Author:
- mindwind
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextLineCodecFactory
public TextLineCodecFactory()
newTextLineEncoder
public static ProtocolEncoder<String> newTextLineEncoder(Charset charset,
String delimiter)
newTextLineDecoder
public static ProtocolDecoder<String> newTextLineDecoder(Charset charset,
String delimiter)
newTextLineDecoderBuilder
public static TextLineDecoderBuilder newTextLineDecoderBuilder(Charset charset,
String delimiter)
Copyright © 2014. All Rights Reserved.