public class WebClient extends BaseClient
| Constructor and Description |
|---|
WebClient(java.io.OutputStream commandOutputBuffer)
Deprecated.
|
WebClient(java.io.Writer commandOutputWriter)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addBreakpoint(java.lang.String className, int line)
Deprecated.
|
WebClientState |
checkForLocationEvent(long timeout)
Deprecated.
|
void |
clearBreakpoint(java.lang.String className, int line)
Deprecated.
|
void |
executeCommand(java.lang.String cmd)
Deprecated.
|
boolean |
isThreadStarted()
Deprecated.
|
checkInterrupted, clearQueue, connect, connect, currentFrame, dequeueEvent, dequeueEvent, disconnect, evaluate, flushOutput, getOutputBuffer, setLogDebugEvents, toStringpublic WebClient(java.io.OutputStream commandOutputBuffer)
public WebClient(java.io.Writer commandOutputWriter)
public void executeCommand(java.lang.String cmd)
executeCommand in class BaseClientpublic boolean isThreadStarted()
public void addBreakpoint(java.lang.String className,
int line)
public void clearBreakpoint(java.lang.String className,
int line)
public WebClientState checkForLocationEvent(long timeout)