| hudson.remoting.Channel.addLocalExecutionInterceptor(CallableFilter)
|
| org.jenkinsci.remoting.engine.JnlpProtocolFactory.createProtocols(String, String)
|
| 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.ChannelBuilder.isRestricted()
Test individual features instead.
|
| hudson.remoting.Channel.isRestricted()
|
| hudson.remoting.Which.jarURL(Class)
|
| hudson.remoting.Launcher.main(InputStream, OutputStream, Channel.Mode, boolean)
Use #main(InputStream, OutputStream, Mode, boolean, JarCache)
|
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.
|
| hudson.remoting.Channel.removeLocalExecutionInterceptor(CallableFilter)
|
| hudson.remoting.Channel.setRestricted(boolean)
|
hudson.remoting.Channel.waitForRemoteProperty(ChannelProperty)
Because ChannelProperty is identity-equality, this method would never work.
This is a design error.
|
| hudson.remoting.ChannelBuilder.withRestricted(boolean)
Control individual features.
|