public abstract class IOExecReader extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
F_ARRBACK |
protected static int |
F_ENABLED |
protected static int |
F_HASDLM |
protected static int |
F_INRCVCB |
Modifier | Constructor and Description |
---|---|
protected |
IOExecReader(BufferSpec spec) |
Modifier and Type | Method and Description |
---|---|
protected void |
clearChannel() |
protected void |
clearFlag(int f) |
protected void |
dumpState(StringBuilder sb,
String dlm) |
protected boolean |
enableReceive() |
void |
endReceive() |
protected ChannelMonitor |
getCM() |
protected ByteBuffer |
getReceiveBuffer() |
protected ByteArrayRef |
getUserBuffer() |
protected void |
initChannel(ChannelMonitor cm) |
protected boolean |
isFlagSet(int f) |
protected void |
setFlag(int f) |
protected static final int F_ARRBACK
protected static final int F_ENABLED
protected static final int F_HASDLM
protected static final int F_INRCVCB
protected IOExecReader(BufferSpec spec)
protected ByteArrayRef getUserBuffer()
protected ByteBuffer getReceiveBuffer()
protected ChannelMonitor getCM()
protected void setFlag(int f)
protected void clearFlag(int f)
protected boolean isFlagSet(int f)
protected void initChannel(ChannelMonitor cm)
protected void clearChannel()
protected boolean enableReceive() throws IOException
IOException
public void endReceive()
protected void dumpState(StringBuilder sb, String dlm)
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.