Package hudson.model
Class FullDuplexHttpChannel
- java.lang.Object
-
- jenkins.util.FullDuplexHttpService
-
- hudson.model.FullDuplexHttpChannel
-
@Deprecated public abstract class FullDuplexHttpChannel extends FullDuplexHttpService
Deprecated.Unused.Builds aChannel
on top of two HTTP streams (one used for each direction.)- Author:
- Kohsuke Kawaguchi
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jenkins.util.FullDuplexHttpService
FullDuplexHttpService.Response
-
-
Field Summary
-
Fields inherited from class jenkins.util.FullDuplexHttpService
CONNECTION_TIMEOUT, DIY_CHUNKING, uuid
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
FullDuplexHttpChannel(UUID uuid, boolean restricted)
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description hudson.remoting.Channel
getChannel()
Deprecated.protected abstract void
main(hudson.remoting.Channel channel)
Deprecated.protected void
run(InputStream upload, OutputStream download)
Deprecated.-
Methods inherited from class jenkins.util.FullDuplexHttpService
download, upload
-
-
-
-
Constructor Detail
-
FullDuplexHttpChannel
protected FullDuplexHttpChannel(UUID uuid, boolean restricted) throws IOException
Deprecated.- Throws:
IOException
-
-
Method Detail
-
run
protected void run(InputStream upload, OutputStream download) throws IOException, InterruptedException
Deprecated.- Specified by:
run
in classFullDuplexHttpService
- Throws:
IOException
InterruptedException
-
main
protected abstract void main(hudson.remoting.Channel channel) throws IOException, InterruptedException
Deprecated.- Throws:
IOException
InterruptedException
-
getChannel
public hudson.remoting.Channel getChannel()
Deprecated.
-
-