Class ReusableChannel
java.lang.Object
de.gematik.test.tiger.mockserver.httpclient.ReusableChannel
It wraps a ChannelFuture that can be reused if the corresponding response future is already done.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected booleanbooleanio.netty.channel.ChannelFutureinthashCode()
-
Constructor Details
-
ReusableChannel
@ConstructorProperties("futureOutgoingChannel") public ReusableChannel(io.netty.channel.ChannelFuture futureOutgoingChannel)
-
-
Method Details