Class ClientBootstrapFactory.ReusableChannelMap

java.lang.Object
de.gematik.test.tiger.mockserver.httpclient.ClientBootstrapFactory.ReusableChannelMap
Enclosing class:
ClientBootstrapFactory

public static class ClientBootstrapFactory.ReusableChannelMap extends Object
  • Constructor Details

    • ReusableChannelMap

      public ReusableChannelMap()
  • Method Details

    • getChannelToReuse

      public io.netty.channel.ChannelFuture getChannelToReuse(RequestInfo<?> requestInfo)
    • getChannelInUse

      public io.netty.channel.ChannelFuture getChannelInUse(RequestInfo<?> requestInfo)
    • addChannel

      public void addChannel(ClientBootstrapFactory.ReusableChannelMap.ChannelId channelId, io.netty.channel.ChannelFuture channelFuture)
    • remove

      public void remove(io.netty.channel.ChannelFuture channelFuture)