public class FQ
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
active |
private int |
current |
private Pipe |
lastIn |
private boolean |
more |
private java.util.List<Pipe> |
pipes |
private Blob |
savedCredential |
Constructor and Description |
---|
FQ() |
Modifier and Type | Method and Description |
---|---|
void |
activated(Pipe pipe) |
void |
attach(Pipe pipe) |
Blob |
getCredential() |
boolean |
hasIn() |
Msg |
recv(Errno errno) |
Msg |
recvPipe(Errno errno,
ValueReference<Pipe> pipe) |
void |
terminated(Pipe pipe) |
private final java.util.List<Pipe> pipes
private int active
private Pipe lastIn
private int current
private boolean more
private Blob savedCredential