void |
ClientStubsContentSource.cleanUp(DownloadServlet.Context ctx) |
This method may be used to clean up any temporary resources.
|
void |
DownloadServlet.ContentSource.cleanUp(DownloadServlet.Context ctx) |
This method may be used to clean up any temporary resources.
|
void |
LBConfigContentSource.cleanUp(DownloadServlet.Context ctx) |
This method may be used to clean up any temporary resources.
|
void |
LogFilesContentSource.cleanUp(DownloadServlet.Context ctx) |
This method may be used to clean up any temporary resources.
|
void |
LogViewerContentSource.cleanUp(DownloadServlet.Context ctx) |
This method may be used to clean up any temporary resources.
|
InputStream |
ClientStubsContentSource.getInputStream(DownloadServlet.Context ctx) |
This method is responsible for generating the content and
returning an InputStream to that content.
|
InputStream |
DownloadServlet.ContentSource.getInputStream(DownloadServlet.Context ctx) |
This method is responsible for generating the content and
returning an InputStream to that content.
|
InputStream |
LBConfigContentSource.getInputStream(DownloadServlet.Context ctx) |
This method is responsible for generating the content and
returning an InputStream to that content.
|
InputStream |
LogFilesContentSource.getInputStream(DownloadServlet.Context ctx) |
This method is responsible for generating the content and
returning an InputStream to that content.
|
InputStream |
LogViewerContentSource.getInputStream(DownloadServlet.Context ctx) |
This method is responsible for generating the content and
returning an InputStream to that content.
|
long |
ClientStubsContentSource.getLastModified(DownloadServlet.Context context) |
This method is responsible for returning the last modified date of
the content, or -1 if not applicable.
|
long |
DownloadServlet.ContentSource.getLastModified(DownloadServlet.Context context) |
This method is responsible for returning the last modified date
of the content, or -1 if not applicable.
|
long |
LBConfigContentSource.getLastModified(DownloadServlet.Context context) |
This method is responsible for returning the last modified date of
the content, or -1 if not applicable.
|
long |
LogFilesContentSource.getLastModified(DownloadServlet.Context context) |
This method is responsible for returning the last modified date of
the content, or -1 if not applicable.
|
long |
LogViewerContentSource.getLastModified(DownloadServlet.Context context) |
This method is responsible for returning the last modified date of
the content, or -1 if not applicable.
|
protected void |
DownloadServlet.writeContent(DownloadServlet.ContentSource source,
DownloadServlet.Context context) |
This method is responsible for copying the data from the given
InputStream to the ServletResponse's
OutputStream.
|
protected void |
DownloadServlet.writeHeader(DownloadServlet.ContentSource source,
DownloadServlet.Context context) |
This method is responsible for setting the response header
information.
|