@InterfaceAudience.LimitedPrivate(value="Configuration") public class MessageCodec extends Object implements Codec
Codec.Decoder, Codec.Encoder
Constructor and Description |
---|
MessageCodec() |
Modifier and Type | Method and Description |
---|---|
Codec.Decoder |
getDecoder(InputStream is) |
Codec.Encoder |
getEncoder(OutputStream os) |
public Codec.Decoder getDecoder(InputStream is)
getDecoder
in interface Codec
public Codec.Encoder getEncoder(OutputStream os)
getEncoder
in interface Codec
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.