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