Class AckFilterLayer

java.lang.Object
org.jenkinsci.remoting.protocol.FilterLayer
org.jenkinsci.remoting.protocol.impl.AckFilterLayer
All Implemented Interfaces:
ProtocolLayer, ProtocolLayer.Recv, ProtocolLayer.Send

public class AckFilterLayer extends FilterLayer
A FilterLayer that ensures both sides will not proceed unless the acknowledgement has been sent and received by both sides.
Since:
3.0
  • Constructor Details

    • AckFilterLayer

      public AckFilterLayer()
      Default constructor.
    • AckFilterLayer

      public AckFilterLayer(String ack)
      Constructor using a custom acknowledgement string.
      Parameters:
      ack - the acknowledgement string.
  • Method Details