Uses of Class
jenkins.util.FullDuplexHttpService
-
Packages that use FullDuplexHttpService Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.jenkins.util -
-
Uses of FullDuplexHttpService in hudson.model
Subclasses of FullDuplexHttpService in hudson.model Modifier and Type Class Description class
FullDuplexHttpChannel
Deprecated.Unused. -
Uses of FullDuplexHttpService in jenkins.util
Methods in jenkins.util that return FullDuplexHttpService Modifier and Type Method Description protected abstract FullDuplexHttpService
FullDuplexHttpService.Response. createService(org.kohsuke.stapler.StaplerRequest req, UUID uuid)
Constructor parameters in jenkins.util with type arguments of type FullDuplexHttpService Constructor Description Response(Map<UUID,FullDuplexHttpService> services)
-