|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjavax.swing.SwingWorker
org.jdesktop.http.async.AsyncHttpRequest.AsyncWorker
protected class AsyncHttpRequest.AsyncWorker extends SwingWorker
| Field Summary | |
|---|---|
private String |
data
|
private Response |
response
|
private Session |
s
|
| Constructor Summary | |
AsyncHttpRequest.AsyncWorker()
|
|
| Method Summary | |
|---|---|
protected Object
|
doInBackground()
|
protected void
|
done()
|
protected void
|
safeSetReadyState(ReadyState state)
|
private void
|
sendRequest(Session s, String data)
|
| Methods inherited from class SwingWorker | |
|---|---|
| run, get, get, getState, execute, cancel, addPropertyChangeListener, removePropertyChangeListener, firePropertyChange, getProgress, isCancelled, isDone, getPropertyChangeSupport, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String data
private Response response
private Session s
| Constructor Detail |
|---|
AsyncHttpRequest.AsyncWorker()
| Method Detail |
|---|
protected Object doInBackground()
} protected void done()
protected void safeSetReadyState(ReadyState state)
private void sendRequest(Session s, String data)
Groovy Documentation