public interface UnmarshallerProvider
Unmarshaller
for a ChannelHandlerContext
Modifier and Type | Method and Description |
---|---|
org.jboss.marshalling.Unmarshaller |
getUnmarshaller(io.netty.channel.ChannelHandlerContext ctx)
Get the
Unmarshaller for the given ChannelHandlerContext |
Copyright © 2008–2019 The Netty Project. All rights reserved.