public abstract static class FullDuplexHttpService.Response
extends org.kohsuke.stapler.HttpResponses.HttpResponseException
Modifier | Constructor and Description |
---|---|
protected |
Response(Map<UUID,FullDuplexHttpService> services) |
Modifier and Type | Method and Description |
---|---|
protected abstract FullDuplexHttpService |
createService(org.kohsuke.stapler.StaplerRequest req,
UUID uuid) |
void |
generateResponse(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
Object node) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected Response(Map<UUID,FullDuplexHttpService> services)
services
- a cross-request cache of services, to correlate the
upload and download connectionspublic void generateResponse(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, Object node) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
protected abstract FullDuplexHttpService createService(org.kohsuke.stapler.StaplerRequest req, UUID uuid) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2004–2017. All rights reserved.