Class Hierarchy
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.hyperfoil.http.connection.BaseResponseHandler
- io.hyperfoil.http.connection.Http1xResponseHandler
- io.hyperfoil.http.connection.Http2RawResponseHandler
- io.hyperfoil.http.connection.BaseResponseHandler
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.hyperfoil.http.connection.RawRequestHandler
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.hyperfoil.http.connection.HttpClientPoolImpl (implements io.hyperfoil.http.api.HttpClientPool)
- io.hyperfoil.http.connection.HttpDestinationTableImpl (implements io.hyperfoil.http.api.HttpDestinationTable)
- io.hyperfoil.http.connection.SessionConnectionPool (implements io.hyperfoil.http.api.HttpConnectionPool)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
Interface Hierarchy
- java.util.function.BiConsumer<T,U>
- io.hyperfoil.http.connection.ConnectionReceiver (also extends io.netty.util.concurrent.GenericFutureListener<F>)
- java.util.EventListener
- io.netty.util.concurrent.GenericFutureListener<F>
- io.hyperfoil.http.connection.ConnectionReceiver (also extends java.util.function.BiConsumer<T,U>)
- io.netty.util.concurrent.GenericFutureListener<F>