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