Interface UnmarshallerProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.jboss.marshalling.Unmarshaller getUnmarshaller​(io.netty.channel.ChannelHandlerContext ctx)
      Get the Unmarshaller for the given ChannelHandlerContext
    • Method Detail

      • getUnmarshaller

        org.jboss.marshalling.Unmarshaller getUnmarshaller​(io.netty.channel.ChannelHandlerContext ctx)
                                                    throws Exception
        Get the Unmarshaller for the given ChannelHandlerContext
        Throws:
        Exception