| java.lang.Object org.apache.geronimo.deployment.plugin.remote.FileUploadServletClient
FileUploadServletClient | public class FileUploadServletClient implements FileUploadClient(Code) | | version: $Rev:$ $Date:$ |
Method Summary | |
protected URLConnection | connectToServer(URL url, String username, String password) | protected AbstractName | getDeployerName(Kernel kernel) | public URL | getRemoteDeployUploadURL(Kernel kernel) | protected void | readResponse(URLConnection con, File[] files, List valid, FileUploadProgress progress) | public void | uploadFilesToServer(URL uploadURL, String username, String password, File[] files, FileUploadProgress progress) | protected void | writeRequest(URLConnection con, File[] files, List valid, FileUploadProgress progress) |
REMOTE_DEPLOY_REQUEST_VER | final public static int REMOTE_DEPLOY_REQUEST_VER(Code) | | |
REMOTE_DEPLOY_REQUEST_VER_0 | final public static int REMOTE_DEPLOY_REQUEST_VER_0(Code) | | Note: The below versions should be kept in sync with those in FileUploadServlet.java *
|
REMOTE_DEPLOY_RESPONSE_VER | final public static int REMOTE_DEPLOY_RESPONSE_VER(Code) | | |
REMOTE_DEPLOY_RESPONSE_VER_0 | final public static int REMOTE_DEPLOY_RESPONSE_VER_0(Code) | | |
getDeployerName | protected AbstractName getDeployerName(Kernel kernel)(Code) | | |
getRemoteDeployUploadURL | public URL getRemoteDeployUploadURL(Kernel kernel)(Code) | | |
|
|