Class ClientBootstrapFactory.ReusableChannelMap
java.lang.Object
de.gematik.test.tiger.mockserver.httpclient.ClientBootstrapFactory.ReusableChannelMap
- Enclosing class:
- ClientBootstrapFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChannel(ClientBootstrapFactory.ReusableChannelMap.ChannelId channelId, io.netty.channel.ChannelFuture channelFuture) io.netty.channel.ChannelFuturegetChannelInUse(RequestInfo<?> requestInfo) io.netty.channel.ChannelFuturegetChannelToReuse(RequestInfo<?> requestInfo) voidremove(io.netty.channel.ChannelFuture channelFuture)
-
Constructor Details
-
ReusableChannelMap
public ReusableChannelMap()
-
-
Method Details
-
getChannelToReuse
-
getChannelInUse
-
addChannel
public void addChannel(ClientBootstrapFactory.ReusableChannelMap.ChannelId channelId, io.netty.channel.ChannelFuture channelFuture) -
remove
public void remove(io.netty.channel.ChannelFuture channelFuture)
-