Skip navigation links
A B C D E F G H I L M N O P R S T U V W _ 

A

addVar(String, Object) - Method in class expect4j.ExpectState
Adds a key/value pair from a Closure context.

B

BlockingConsumer - Class in expect4j
Responsible for absorbing everything from stream and to maintain a buffer.
BlockingConsumer(IOPair) - Constructor for class expect4j.BlockingConsumer
Creates a BlockingConsumer instance based on an IOPair concrete instance.
buffer - Variable in class expect4j.ConsumerImpl
A buffer containing the unprocessed data received over the reader stream.
buffer - Variable in class expect4j.ExpectState
The entire reader buffer at the time of the match.
bufferChanged(char[], int) - Method in interface expect4j.BufferChangeLogger
Called to track new data that goes into the buffer.
BufferChangeLogger - Interface in expect4j
A logger that gets notified whenever the buffer changes.
bufferChangeLoggers - Variable in class expect4j.ConsumerImpl
A collection of BufferChangeLogger objects that are notified whenever an input change is recorded to this consumer.
BUFFERMAX - Static variable in class expect4j.ConsumerImpl
The maximum size of the buffer, currently set to 16 KB.

C

callerProcessing - Variable in class expect4j.BlockingConsumer
TODO
callerProcessing - Variable in class expect4j.PollingConsumer
 
close() - Method in class expect4j.Expect4j
Stops processing the reader/writer streams being managed by the Expect4j instance.
close() - Method in interface expect4j.IOPair
TODO
close() - Method in class expect4j.StreamPair
 
close() - Method in class expect4j.StringPair
 
Closure - Interface in expect4j
A Closure is a snippet of code that can access variables from one context while running in another.
closure - Variable in class expect4j.matches.Match
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.ExpContinueCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.ExpectCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.ExpInternalCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.LogUserCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.SendCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.SleepCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.SpawnCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.SttyCommand
 
cmdProc(Interp, TclObject[]) - Method in class expect4j.ExpectEmulation.TimestampCommand
 
cmdProc(Interp, TclObject[]) - Method in class tcl.lang.SubstCrCommand
This procedure is invoked to process the "subst" Tcl command.
compilePattern(String) - Method in class expect4j.matches.GlobMatch
 
compilePattern(String) - Method in class expect4j.matches.PatternPair
 
compilePattern(String) - Method in class expect4j.matches.RegExpMatch
 
compiler - Variable in class expect4j.matches.RegExpMatch
 
Consumer - Interface in expect4j
Responsible for absorbing everything from stream and to maintain a buffer.
consumer - Variable in class expect4j.Expect4j
TODO
ConsumerImpl - Class in expect4j
 
ConsumerImpl(IOPair) - Constructor for class expect4j.ConsumerImpl
Creates a ConsumerImpl instance based on an IOPair concrete instance.
consumerThread - Variable in class expect4j.Expect4j
TODO

D

defaultTimeout - Variable in class expect4j.Expect4j
The default match timeout, initialized to TIMEOUT_DEFAULT.
dirtyBuffer - Variable in class expect4j.PollingConsumer
 
disposeAssocData(Interp) - Method in class expect4j.ExpectEmulation.IntegerAssocData
 
disposeAssocData(Interp) - Method in class expect4j.ExpectEmulation.MapAssocData
 

E

EofMatch - Class in expect4j.matches
TODO
EofMatch(Closure) - Constructor for class expect4j.matches.EofMatch
 
EofMatch() - Constructor for class expect4j.matches.EofMatch
 
escape(String) - Static method in class expect4j.ExpectEmulation
 
exp_continue() - Method in class expect4j.ExpectState
Instructs the Expect4j state machine to continue to seek additional matches after this one.
exp_continue_reset_timer() - Method in class expect4j.ExpectState
Instructs the Expect4j state machine to continue to seek additional matches after this one and to reset the timeout timer.
ExpContinueCommand() - Constructor for class expect4j.ExpectEmulation.ExpContinueCommand
 
expect(String) - Method in class expect4j.Expect4j
Attempts to detect the provided pattern as an exact match.
expect(String, Closure) - Method in class expect4j.Expect4j
Attempts to detect the provided pattern and executes the provided Closure if it is detected.
expect(Match[]) - Method in class expect4j.Expect4j
Attempts to detect the patterns contained in the Match list and executes their associated Closures if any are detected.
expect(List<Match>) - Method in class expect4j.Expect4j
Attempts to detect the patterns contained in the List list and executes their associated Closures if any are detected.
expect4j - package expect4j
 
Expect4j - Class in expect4j
Provides an API for interacting with the reader/writer streams to be managed.
Expect4j(IOPair) - Constructor for class expect4j.Expect4j
Create an Expect4j instance based on an IOPair concrete instance.
Expect4j(Socket) - Constructor for class expect4j.Expect4j
Creates an Expect4j instance based on a Socket.
Expect4j(InputStream, OutputStream) - Constructor for class expect4j.Expect4j
Creates an Expect4j instance based on an InputStream and OutputStream.
Expect4j(Process) - Constructor for class expect4j.Expect4j
Creates an Expect4j instance based on a spawned Process.
expect4j.matches - package expect4j.matches
 
ExpectCommand() - Constructor for class expect4j.ExpectEmulation.ExpectCommand
 
ExpectEmulation - Class in expect4j
Register commands to support the Expect API Commands: exp_continue exp_internal 0; expect log_user 0; send " "; send -- "$command\r"; sleep spawn stty -echo; stty echo; timestamp Variables: expect_out(1,string) through expect_out(5,string) expect_out(buffer) spawn_id
ExpectEmulation() - Constructor for class expect4j.ExpectEmulation
 
ExpectEmulation.ExpContinueCommand - Class in expect4j
exp_continue TODO Make calling Closure check for continue var
ExpectEmulation.ExpectCommand - Class in expect4j
expect [[-opts] pat1 body1] ...
ExpectEmulation.ExpInternalCommand - Class in expect4j
exp_internal [-f file] [-info] [0|1] TODO find out how isExpDebug would be called
ExpectEmulation.IntegerAssocData - Class in expect4j
 
ExpectEmulation.LogUserCommand - Class in expect4j
log_user [0|1] TODO find out how isLogUser would be called
ExpectEmulation.MapAssocData - Class in expect4j
 
ExpectEmulation.SendCommand - Class in expect4j
Send
ExpectEmulation.SleepCommand - Class in expect4j
sleep seconds
ExpectEmulation.SpawnCommand - Class in expect4j
spawn [args] program [args] Called with possible local paths, like C:\Windows\ssh.exe.
ExpectEmulation.SttyCommand - Class in expect4j
stty [-echo|echo] Only called in ask, which shouldn't be called in automated script mode
ExpectEmulation.TimestampCommand - Class in expect4j
timestamp [-seconds NNN] [-gmt] [-format format] TODO support formattings
ExpectState - Class in expect4j
A container that represents a snapshot of the Expect4j state machine for a given match.
ExpectState(String, int, String, int, List, Map<String, Object>) - Constructor for class expect4j.ExpectState
Creates an ExpectState instance for a successful match.
ExpectState() - Constructor for class expect4j.ExpectState
Creates an ExpectState instance for times when a Closure is being run but there isn't a corresponding match.
ExpectState(int, String, Map<String, Object>) - Constructor for class expect4j.ExpectState
Creates an ExpectState instance for a successful match.
ExpectUtils - Class in expect4j
Utilities functions to help access the Expect4J library in the most common ways.
ExpectUtils() - Constructor for class expect4j.ExpectUtils
 
ExpInternalCommand() - Constructor for class expect4j.ExpectEmulation.ExpInternalCommand
 
expStateCurrent(Interp) - Static method in class expect4j.ExpectEmulation
 

F

findEof(Match[]) - Method in class expect4j.Expect4j
TODO
findTimeout(Match[]) - Method in class expect4j.Expect4j
TODO
foundEOF() - Method in interface expect4j.Consumer
Returns a boolean flag on whether the EOF marker has been detected.
foundEOF - Variable in class expect4j.ConsumerImpl
A flag to indicate whether the EOF marker was detected on the reader stream.
foundEOF() - Method in class expect4j.ConsumerImpl
Returns a boolean flag on whether the EOF marker has been detected.
foundMore - Variable in class expect4j.BlockingConsumer
TODO
foundMore - Variable in class expect4j.PollingConsumer
 

G

g_state - Variable in class expect4j.Expect4j
A snapshot of the Expect4j state machine in its current context.
getBuffer() - Method in class expect4j.ExpectState
Returns all of the matched characters plus the characters that came earlier but did not match.
getClosure() - Method in class expect4j.matches.Match
 
getCompiler() - Method in class expect4j.matches.RegExpMatch
 
getLastState() - Method in class expect4j.Expect4j
Returns the last match of the Expect4j state machine.
getMatch() - Method in class expect4j.ExpectState
Returns all text found in the buffer that generated the match.
getMatch(int) - Method in class expect4j.ExpectState
Returns the specific submatch based on index (1-based).
getMatchedWhere() - Method in class expect4j.ExpectState
Returns the offset into the buffer where the match begins.
getPairIndex() - Method in class expect4j.ExpectState
TODO
getPattern() - Method in class expect4j.matches.PatternPair
 
getReader() - Method in interface expect4j.IOPair
Returns a Reader that accesses the input stream.
getReader() - Method in class expect4j.StreamPair
 
getReader() - Method in class expect4j.StringPair
 
getResult() - Method in class expect4j.StringPair
 
getTimeout() - Method in class expect4j.matches.TimeoutMatch
 
getVar(String) - Method in class expect4j.ExpectState
Returns the value for the given key.
getVars() - Method in class expect4j.ExpectState
Returns the whole list of variables.
getWriter() - Method in interface expect4j.IOPair
Returns a Writer that accesses the output stream.
getWriter() - Method in class expect4j.StreamPair
 
getWriter() - Method in class expect4j.StringPair
 
GlobMatch - Class in expect4j.matches
Simulates "expect { -gl {..*} { code } }
GlobMatch(String, Closure) - Constructor for class expect4j.matches.GlobMatch
Creates a new instance of RegExpMatch
groups - Variable in class expect4j.ExpectState
A list of submatches based on the entire match.

H

host - Variable in class expect4j.NioConsumer
 
Http(String, String) - Static method in class expect4j.ExpectUtils
Creates an HTTP client connection to a specified HTTP server and returns the entire response.
Http(String, int, String) - Static method in class expect4j.ExpectUtils
Creates an HTTP client connection to a specified HTTP server and returns the entire response.

I

init(Interp) - Method in class expect4j.ExpectEmulation
 
input - Variable in class expect4j.Expect4j
TODO
IntegerAssocData(int) - Constructor for class expect4j.ExpectEmulation.IntegerAssocData
 
IntegerAssocData(String) - Constructor for class expect4j.ExpectEmulation.IntegerAssocData
 
interp - Variable in class expect4j.TclClosure
 
IOPair - Interface in expect4j
TODO
is - Variable in class expect4j.StreamPair
 
is - Variable in class expect4j.StringPair
 
isEcho(Interp) - Static method in class expect4j.ExpectEmulation
 
isExpContinue(Interp) - Static method in class expect4j.ExpectEmulation
 
isExpDebug(Interp) - Static method in class expect4j.ExpectEmulation
 
isLogUser(Interp) - Static method in class expect4j.ExpectEmulation
 
isVar(Interp, String) - Static method in class expect4j.ExpectEmulation
 

L

logger - Static variable in class expect4j.BlockingConsumer
Interface to the Java 2 platform's core logging facilities.
logger - Static variable in class expect4j.ConsumerImpl
Interface to the Java 2 platform's core logging facilities.
logger - Static variable in class expect4j.Expect4j
Interface to the Java 2 platform's core logging facilities.
logger - Static variable in class expect4j.ExpectEmulation
Interface to the Java 2 platform's core logging facilities.
logger - Static variable in class expect4j.ExpectState
Interface to the Java 2 platform's core logging facilities.
logger - Static variable in class expect4j.ExpectUtils
Interface to the Java 2 platform's core logging facilities.
logger - Static variable in class expect4j.PollingConsumer
Interface to the Java 2 platform's core logging facilities.
logger - Static variable in class expect4j.TclClosure
Interface to the Java 2 platform's core logging facilities.
LogUserCommand() - Constructor for class expect4j.ExpectEmulation.LogUserCommand
 

M

main(String[]) - Static method in class expect4j.BlockingConsumer
A method to test the BlockingConsumer class independently.
main(String[]) - Static method in class expect4j.PollingConsumer
We have more input since wait started
MapAssocData() - Constructor for class expect4j.ExpectEmulation.MapAssocData
 
match - Variable in class expect4j.ExpectState
All text that generated a match while processing the buffer.
Match - Class in expect4j.matches
TODO
Match(Closure) - Constructor for class expect4j.matches.Match
Creates a new instance of EofMatch
Match() - Constructor for class expect4j.matches.Match
 
matchedWhere - Variable in class expect4j.ExpectState
The offset, relative to the beginning of ExpectState.buffer, where the match begins.
matcher - Variable in class expect4j.Expect4j
TODO
MatchFound - Class in expect4j
Small bean to hold the results from a match.
MatchFound() - Constructor for class expect4j.MatchFound
 
mode - Variable in class expect4j.Expect4j
State of processing.

N

NioConsumer - Class in expect4j
TODO
NioConsumer(IOPair) - Constructor for class expect4j.NioConsumer
Creates a new instance of NioConsumer
notifyBufferChange(char[], int) - Method in class expect4j.ConsumerImpl
Notifies all registered BufferChangeLogger instances of a change.

O

OPT_NOBACKSLASHES - Static variable in class tcl.lang.SubstCrCommand
 
OPT_NOCOMMANDS - Static variable in class tcl.lang.SubstCrCommand
 
OPT_NOVARS - Static variable in class tcl.lang.SubstCrCommand
 
os - Variable in class expect4j.StreamPair
 
os - Variable in class expect4j.StringPair
 
outBuffer - Variable in class expect4j.StringPair
 

P

pair - Variable in class expect4j.ConsumerImpl
The reader and writer streams being managed by this Consumer.
pair - Variable in class expect4j.Expect4j
TODO
pairIndex - Variable in class expect4j.ExpectState
TODO
pattern - Variable in class expect4j.matches.PatternPair
 
PatternPair - Class in expect4j.matches
 
PatternPair(String, Closure) - Constructor for class expect4j.matches.PatternPair
Creates a new instance of PatternPair
patternStr - Variable in class expect4j.matches.PatternPair
 
pause() - Method in class expect4j.BlockingConsumer
TODO
pause() - Method in interface expect4j.Consumer
TODO
pause() - Method in class expect4j.NioConsumer
 
pause() - Method in class expect4j.PollingConsumer
 
PollingConsumer - Class in expect4j
Responsible for absorbing everything from stream and to maintain a buffer.
PollingConsumer(IOPair) - Constructor for class expect4j.PollingConsumer
 
port - Variable in class expect4j.NioConsumer
 
posEndOfMatch - Variable in class expect4j.MatchFound
 
prepareClosure(int, String) - Method in class expect4j.Expect4j
TODO
prepareClosure(int, MatchResult) - Method in class expect4j.Expect4j
Don't use input, it's match values might have been reset in the loop that looks for the first possible match.
printBuffer() - Method in class expect4j.Expect4j
An internal helper function that converts the input buffer into a printable String.

R

RegExpMatch - Class in expect4j.matches
Simulates "expect { -regexp {..*} { code } }
RegExpMatch(String, Closure) - Constructor for class expect4j.matches.RegExpMatch
Creates a new instance of RegExpMatch
registerBufferChangeLogger(BufferChangeLogger) - Method in interface expect4j.Consumer
Registers a change logger that is called whenever an input change is recorded to the buffer.
registerBufferChangeLogger(BufferChangeLogger) - Method in class expect4j.ConsumerImpl
 
registerBufferChangeLogger(BufferChangeLogger) - Method in class expect4j.Expect4j
Registers a change logger that is called whenever an input change is recorded to the buffer.
releaseClosures(Interp, Collection<TclObject>) - Method in class expect4j.ExpectEmulation.ExpectCommand
 
reset() - Method in interface expect4j.IOPair
TODO
reset() - Method in class expect4j.StreamPair
TODO evaluate if this is even needed
reset() - Method in class expect4j.StringPair
TODO evaluate if this is even needed
resume(int) - Method in class expect4j.BlockingConsumer
Resume processing from the specified offset.
resume() - Method in interface expect4j.Consumer
Resume processing from the beginning of the buffer.
resume(int) - Method in interface expect4j.Consumer
Resume processing from the specified offset.
resume() - Method in class expect4j.ConsumerImpl
Resume processing from the beginning of the buffer.
resume(int) - Method in class expect4j.NioConsumer
 
resume(int) - Method in class expect4j.PollingConsumer
 
RET_EOF - Static variable in class expect4j.Expect4j
An error code returned by Expect4j.expect to indicate that the end of file marker was encountered when accessing the reader stream.
RET_TIMEOUT - Static variable in class expect4j.Expect4j
An error code returned by Expect4j.expect to indicate that the timeout value expired prior to finding a concluding match.
RET_TRIED_ONCE - Static variable in class expect4j.Expect4j
An error code returned by Expect4j.expect to indicate that no match was found and no re-attempt was made.
RET_UNKNOWN - Static variable in class expect4j.Expect4j
An error code returned by Expect4j.expect to indicate that some unforeseen condition occurred.
run() - Method in class expect4j.BlockingConsumer
Starts the BlockingConsumer in processing the reader stream.
run(ExpectState) - Method in interface expect4j.Closure
The main execution of the Closure.
run() - Method in interface expect4j.Consumer
Starts the Consumer in processing the reader stream.
run() - Method in class expect4j.NioConsumer
 
run() - Method in class expect4j.PollingConsumer
TODO Handle timeout of zero to expect, that shouldn't wait
run(ExpectState) - Method in class expect4j.TclClosure
Establish certain variables in the TCL interp.
runFirstMatch(List) - Method in class expect4j.Expect4j
TODO

S

selector - Variable in class expect4j.NioConsumer
 
send(String) - Method in interface expect4j.Consumer
Passes data to the writer stream for remote execution from the Consumer.
send(String) - Method in class expect4j.ConsumerImpl
Passes data to the writer stream for remote execution from the Consumer.
send(String) - Method in class expect4j.Expect4j
Passes data to the writer stream for remote execution.
SendCommand() - Constructor for class expect4j.ExpectEmulation.SendCommand
 
setBooleanVar(Interp, String, boolean) - Static method in class expect4j.ExpectEmulation
 
setBuffer(String) - Method in class expect4j.ExpectState
Sets the reader buffer.
setDefaultTimeout(long) - Method in class expect4j.Expect4j
Changes the default timeout value for the Expect4j instance.
setEcho(Interp, boolean) - Static method in class expect4j.ExpectEmulation
 
setExpContinue(Interp, boolean) - Static method in class expect4j.ExpectEmulation
 
setExpDebug(Interp, boolean) - Static method in class expect4j.ExpectEmulation
 
setLogUser(Interp, boolean) - Static method in class expect4j.ExpectEmulation
 
shouldContinue - Variable in class expect4j.ExpectState
A flag to indicate whether the Expect4j state machine should continue to seek additional matches.
shouldContinue() - Method in class expect4j.ExpectState
Returns whether the Expect4j state machine should continue to seek additional matches after this one.
shouldResetTimer - Variable in class expect4j.ExpectState
A flag to indicate whether the Expect4j state machine should reset its timer to avoid a timeout.
shouldResetTimer() - Method in class expect4j.ExpectState
Returns whether the Expect4j state machine should reset its timeout timer after processing this match.
SleepCommand() - Constructor for class expect4j.ExpectEmulation.SleepCommand
 
socketChannel - Variable in class expect4j.NioConsumer
 
spawn(String) - Static method in class expect4j.ExpectUtils
Spawns a local process with the input/output streams controlled via Expect4J.
spawn(String, String[]) - Static method in class expect4j.ExpectUtils
Spawns a local process with the input/output streams controlled via Expect4J.
spawn(String[]) - Static method in class expect4j.ExpectUtils
Spawns a local process with the input/output streams controlled via Expect4J.
spawn(String[], String[]) - Static method in class expect4j.ExpectUtils
Spawns a local process with the input/output streams controlled via Expect4J.
SpawnCommand() - Constructor for class expect4j.ExpectEmulation.SpawnCommand
 
SSH(String, String, String) - Static method in class expect4j.ExpectUtils
Creates an SSH session to the given server on TCP port 22 using the provided credentials.
SSH(String, String, String, int) - Static method in class expect4j.ExpectUtils
Creates an SSH session to the given server on a custom TCP port using the provided credentials.
STATE_EXPECTED - Static variable in class expect4j.Expect4j
Class found a match to a pattern, and it can receive new patterns.
STATE_EXPECTING - Static variable in class expect4j.Expect4j
Class has been given patterns, and it is currently parsing the streams.
STATE_INITIALIZED - Static variable in class expect4j.Expect4j
Class has been given the appropriate arguments.
STATE_UNINIT - Static variable in class expect4j.Expect4j
Class has not had its core variables set yet.
stop() - Method in interface expect4j.Consumer
Requests the Consumer to stop processing data at its next convenient time.
stop() - Method in class expect4j.ConsumerImpl
Requests the Consumer to stop processing data at its next convenient time.
stopRequested - Variable in class expect4j.ConsumerImpl
A flag to indicate whether processing should continue.
StreamPair - Class in expect4j
TODO
StreamPair(InputStream, OutputStream) - Constructor for class expect4j.StreamPair
Creates a new instance of ReaderConsumer
StringPair - Class in expect4j
 
StringPair(String) - Constructor for class expect4j.StringPair
Creates a new instance of StringPair
SttyCommand() - Constructor for class expect4j.ExpectEmulation.SttyCommand
 
SubstCrCommand - Class in tcl.lang
This class implements the built-in "subst" command in Tcl.
SubstCrCommand() - Constructor for class tcl.lang.SubstCrCommand
 

T

tcl.lang - package tcl.lang
 
TclClosure - Class in expect4j
TODO
TclClosure(Interp, TclObject) - Constructor for class expect4j.TclClosure
Creates a new instance of TclClosure
tclCode - Variable in class expect4j.TclClosure
 
telnet(String, int) - Static method in class expect4j.ExpectUtils
TODO Simulate "Could not open connection to the host, on port...." TODO Simulate "Connection refused"
timeout - Variable in class expect4j.matches.TimeoutMatch
 
TIMEOUT_DEFAULT - Static variable in class expect4j.Expect4j
A default match timeout of 10 seconds.
TIMEOUT_FOREVER - Static variable in class expect4j.Expect4j
Never timeout, wait forever.
TIMEOUT_NEVER - Static variable in class expect4j.Expect4j
Don't give timeout a chance.
TIMEOUT_NOTSET - Static variable in class expect4j.Expect4j
Provide no default timeout.
TimeoutMatch - Class in expect4j.matches
 
TimeoutMatch(Closure) - Constructor for class expect4j.matches.TimeoutMatch
Creates a new instance of TimeoutMatch with a default timeout of ten seconds
TimeoutMatch(long, Closure) - Constructor for class expect4j.matches.TimeoutMatch
 
TimestampCommand() - Constructor for class expect4j.ExpectEmulation.TimestampCommand
 
toString() - Method in class expect4j.TclClosure
 
traceProc(Interp, String, String, int) - Method in class expect4j.ExpectEmulation.SpawnCommand
 

U

unregisterBufferChangeLogger(BufferChangeLogger) - Method in interface expect4j.Consumer
Unregisters the change logger specified.
unregisterBufferChangeLogger(BufferChangeLogger) - Method in class expect4j.ConsumerImpl
 
unregisterBufferChangeLogger(BufferChangeLogger) - Method in class expect4j.Expect4j
Unregisters the change logger specified.

V

validCmds - Static variable in class tcl.lang.SubstCrCommand
 
vars - Variable in class expect4j.ExpectState
A map of key/value pairs that can be set during execution of a Closure and accessed from outside the Expect4j context.

W

waitForBuffer(long) - Method in class expect4j.BlockingConsumer
TODO: what if something came in between when we last checked and when this method is called
waitForBuffer(long) - Method in interface expect4j.Consumer
TODO: what if something came in between when we last checked and when this method is called
waitForBuffer(long) - Method in class expect4j.NioConsumer
 
waitForBuffer(long) - Method in class expect4j.PollingConsumer
What is something came in between when we last checked and when this method is called

_

_i - Variable in class expect4j.ExpectEmulation.IntegerAssocData
 
A B C D E F G H I L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2015. All rights reserved.