@Deprecated public abstract class FullDuplexHttpChannel extends FullDuplexHttpService
Channel
on top of two HTTP streams (one used for each direction.)FullDuplexHttpService.Response
CONNECTION_TIMEOUT, DIY_CHUNKING, uuid
Constructor and Description |
---|
FullDuplexHttpChannel(UUID uuid,
boolean restricted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
hudson.remoting.Channel |
getChannel()
Deprecated.
|
protected abstract void |
main(hudson.remoting.Channel channel)
Deprecated.
|
protected void |
run(InputStream upload,
OutputStream download)
Deprecated.
|
download, upload
public FullDuplexHttpChannel(UUID uuid, boolean restricted) throws IOException
IOException
protected void run(InputStream upload, OutputStream download) throws IOException, InterruptedException
run
in class FullDuplexHttpService
IOException
InterruptedException
protected abstract void main(hudson.remoting.Channel channel) throws IOException, InterruptedException
IOException
InterruptedException
public hudson.remoting.Channel getChannel()
Copyright © 2004–2021. All rights reserved.