Class ReusableChannel

java.lang.Object
de.gematik.test.tiger.mockserver.httpclient.ReusableChannel

public class ReusableChannel extends Object
It wraps a ChannelFuture that can be reused if the corresponding response future is already done.
  • Constructor Details

    • ReusableChannel

      @ConstructorProperties("futureOutgoingChannel") public ReusableChannel(io.netty.channel.ChannelFuture futureOutgoingChannel)
  • Method Details

    • canBeReused

      public boolean canBeReused()
    • getFutureOutgoingChannel

      public io.netty.channel.ChannelFuture getFutureOutgoingChannel()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object