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