|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCommunicationManager.Request | |
|---|---|
| com.vaadin.terminal.gwt.server | |
| Uses of AbstractCommunicationManager.Request in com.vaadin.terminal.gwt.server |
|---|
| Methods in com.vaadin.terminal.gwt.server with parameters of type AbstractCommunicationManager.Request | |
|---|---|
void |
AbstractCommunicationManager.Callback.criticalNotification(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
String cap,
String msg,
String details,
String outOfSyncURL)
|
protected Window |
AbstractCommunicationManager.doGetApplicationWindow(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Callback callback,
Application application,
Window assumedWindow)
TODO New method - document me! |
protected void |
AbstractCommunicationManager.doHandleSimpleMultipartFileUpload(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
StreamVariable streamVariable,
String variableName,
VariableOwner owner,
String boundary)
Method used to stream content from a multipart request (either from servlet or portlet request) to given StreamVariable |
protected void |
AbstractCommunicationManager.doHandleUidlRequest(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
AbstractCommunicationManager.Callback callback,
Window window)
Internally process a UIDL request from the client. |
protected void |
AbstractCommunicationManager.doHandleXhrFilePost(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
StreamVariable streamVariable,
String variableName,
VariableOwner owner,
int contentLength)
Used to stream plain file post (aka XHR2.post(File)) |
String |
AbstractCommunicationManager.Callback.getRequestPathInfo(AbstractCommunicationManager.Request request)
|
protected String |
AbstractCommunicationManager.getRequestPayload(AbstractCommunicationManager.Request request)
Reads the request data from the Request and returns it converted to an UTF-8 string. |
protected DownloadStream |
AbstractCommunicationManager.handleURI(Window window,
AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response,
AbstractCommunicationManager.Callback callback)
Calls the Window URI handler for a request and returns the DownloadStream returned by the handler. |
protected void |
AbstractCommunicationManager.sendUploadResponse(AbstractCommunicationManager.Request request,
AbstractCommunicationManager.Response response)
TODO document |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||