public class NetconfMessageToXMLEncoder
extends io.netty.handler.codec.MessageToByteEncoder<org.opendaylight.netconf.api.NetconfMessage>
| Constructor and Description |
|---|
NetconfMessageToXMLEncoder() |
NetconfMessageToXMLEncoder(com.google.common.base.Optional<String> clientId) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(io.netty.channel.ChannelHandlerContext ctx,
org.opendaylight.netconf.api.NetconfMessage msg,
io.netty.buffer.ByteBuf out) |
acceptOutboundMessage, allocateBuffer, isPreferDirect, writebind, close, connect, deregister, disconnect, flush, readexceptionCaught, handlerAdded, handlerRemoved, isSharablepublic NetconfMessageToXMLEncoder()
public NetconfMessageToXMLEncoder(com.google.common.base.Optional<String> clientId)
public void encode(io.netty.channel.ChannelHandlerContext ctx,
org.opendaylight.netconf.api.NetconfMessage msg,
io.netty.buffer.ByteBuf out)
throws IOException,
TransformerException
encode in class io.netty.handler.codec.MessageToByteEncoder<org.opendaylight.netconf.api.NetconfMessage>IOExceptionTransformerExceptionCopyright © 2017 OpenDaylight. All rights reserved.