Package zmq.socket

Class LB


  • public class LB
    extends java.lang.Object
    • Field Detail

      • pipes

        private final java.util.List<Pipe> pipes
      • active

        private int active
      • current

        private int current
      • more

        private boolean more
      • dropping

        private boolean dropping
    • Constructor Detail

      • LB

        public LB()
    • Method Detail

      • attach

        public void attach​(Pipe pipe)
      • terminated

        public void terminated​(Pipe pipe)
      • activated

        public void activated​(Pipe pipe)
      • hasOut

        public boolean hasOut()