public interface MarshallerProvider
Marshaller
for the given ChannelHandlerContext
.Modifier and Type | Method and Description |
---|---|
org.jboss.marshalling.Marshaller |
getMarshaller(ChannelHandlerContext ctx)
Get a
Marshaller for the given ChannelHandlerContext |
org.jboss.marshalling.Marshaller getMarshaller(ChannelHandlerContext ctx) throws Exception
Marshaller
for the given ChannelHandlerContext
Exception
Copyright © 2008-2014 The Netty Project. All Rights Reserved.