Groovy Documentation

org.jdesktop.http.async
[Java] Class AsyncHttpRequest.AsyncWorker

java.lang.Object
  javax.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

data

private String data


response

private Response response


s

private Session s


 
Constructor Detail

AsyncHttpRequest.AsyncWorker

AsyncHttpRequest.AsyncWorker()


 
Method Detail

doInBackground

protected Object doInBackground()


done

}
protected void done()


safeSetReadyState

protected void safeSetReadyState(ReadyState state)


sendRequest

private void sendRequest(Session s, String data)


 

Groovy Documentation