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 SummaryNested classes/interfaces inherited from class jenkins.util.FullDuplexHttpServiceFullDuplexHttpService.Response
- 
Field SummaryFields inherited from class jenkins.util.FullDuplexHttpServiceCONNECTION_TIMEOUT, DIY_CHUNKING, uuid
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedFullDuplexHttpChannel(UUID uuid, boolean restricted) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionhudson.remoting.ChannelDeprecated.protected abstract voidmain(hudson.remoting.Channel channel) Deprecated.protected voidrun(InputStream upload, OutputStream download) Deprecated.Methods inherited from class jenkins.util.FullDuplexHttpServicedownload, upload
- 
Constructor Details- 
FullDuplexHttpChannelDeprecated.- Throws:
- IOException
 
 
- 
- 
Method Details- 
runprotected void run(InputStream upload, OutputStream download) throws IOException, InterruptedException Deprecated.- Specified by:
- runin class- FullDuplexHttpService
- Throws:
- IOException
- InterruptedException
 
- 
mainprotected abstract void main(hudson.remoting.Channel channel) throws IOException, InterruptedException Deprecated.- Throws:
- IOException
- InterruptedException
 
- 
getChannelpublic hudson.remoting.Channel getChannel()Deprecated.
 
-