Uses of Class
org.apache.camel.component.netty.NettyCamelState
-
Packages that use NettyCamelState Package Description org.apache.camel.component.netty -
-
Uses of NettyCamelState in org.apache.camel.component.netty
Methods in org.apache.camel.component.netty that return NettyCamelState Modifier and Type Method Description NettyCamelStateDefaultNettyCamelStateCorrelationManager. getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg)NettyCamelStateDefaultNettyCamelStateCorrelationManager. getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause)NettyCamelStateNettyCamelStateCorrelationManager. getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg)Gets the state when a response message has been received.NettyCamelStateNettyCamelStateCorrelationManager. getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause)Gets the state when some internal error occurred.NettyCamelStateTimeoutCorrelationManagerSupport. getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Object msg)NettyCamelStateTimeoutCorrelationManagerSupport. getState(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.Channel channel, Throwable cause)Methods in org.apache.camel.component.netty with parameters of type NettyCamelState Modifier and Type Method Description voidDefaultNettyCamelStateCorrelationManager. 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)
-