Uses of Class
org.apache.camel.component.netty.NettyCamelState
Packages that use NettyCamelState
-
Uses of NettyCamelState in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty that return NettyCamelStateModifier and TypeMethodDescriptionDefaultNettyCamelStateCorrelationManager.getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg) DefaultNettyCamelStateCorrelationManager.getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause) NettyCamelStateCorrelationManager.getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg) Gets the state when a response message has been received.NettyCamelStateCorrelationManager.getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause) Gets the state when some internal error occurred.TimeoutCorrelationManagerSupport.getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg) TimeoutCorrelationManagerSupport.getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause) Methods in org.apache.camel.component.netty with parameters of type NettyCamelStateModifier and TypeMethodDescriptionvoidDefaultNettyCamelStateCorrelationManager.putState(io.netty.channel.Channel channel, NettyCamelState state) voidNettyCamelStateCorrelationManager.putState(io.netty.channel.Channel channel, NettyCamelState state) Puts the state.voidTimeoutCorrelationManagerSupport.putState(io.netty.channel.Channel channel, NettyCamelState state)