Package zmq.socket
Class LB
- java.lang.Object
-
- zmq.socket.LB
-
public class LB extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activated(Pipe pipe)
void
attach(Pipe pipe)
boolean
hasOut()
boolean
sendpipe(Msg msg, Errno errno, ValueReference<Pipe> pipe)
void
terminated(Pipe pipe)
-
-
-
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
-
-