Package zmq.socket

Class LB

java.lang.Object
zmq.socket.LB

public class LB extends Object
  • Field Details

    • pipes

      private final List<Pipe> pipes
    • active

      private int active
    • current

      private int current
    • more

      private boolean more
    • dropping

      private boolean dropping
  • Constructor Details

    • LB

      public LB()
  • Method Details

    • attach

      public void attach(Pipe pipe)
    • terminated

      public void terminated(Pipe pipe)
    • activated

      public void activated(Pipe pipe)
    • sendpipe

      public boolean sendpipe(Msg msg, Errno errno, ValueReference<Pipe> pipe)
    • hasOut

      public boolean hasOut()