Package hudson.model
Class FullDuplexHttpChannel
java.lang.Object
jenkins.util.FullDuplexHttpService
hudson.model.FullDuplexHttpChannel
Deprecated.
Unused.
Builds a
Channel
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
ModifierConstructorDescriptionprotected
FullDuplexHttpChannel
(UUID uuid, boolean restricted) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionhudson.remoting.Channel
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 Details
-
FullDuplexHttpChannel
Deprecated.- Throws:
IOException
-
-
Method Details
-
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.
-