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 java.lang.Exception
Unmarshaller
for the given ChannelHandlerContext
java.lang.Exception
Copyright © 2008–2018 The Netty Project. All rights reserved.