Deprecated API


Contents
Deprecated Methods
hudson.remoting.Channel.getUnderlyingOutput()
          Future version of the remoting module may add other modes of creating channel that doesn't involve stream pair. Therefore, we aren't committing to this method. This method isn't a part of the committed API of the channel class. 
hudson.remoting.PingThread.onDead()
          as of 2.9 Override PingThread.onDead(Throwable) to receive the cause, but also override this method and provide a fallback behaviour to be backward compatible with earlier version of remoting library. 
 

Deprecated Constructors
hudson.remoting.ChannelClosedException()
          Use ChannelClosedException.ChannelClosedException(Throwable). 
hudson.remoting.FastPipedOutputStream(FastPipedInputStream, int)
          as of 1.350 bufferSize parameter is ignored. 
 



Copyright © 2013. All Rights Reserved.