Contents
-
Deprecated Interfaces
Do not use, intended as a temporary workaround only.
-
Deprecated Exception Classes
Does not actually do what it claims; only affects logging levels.
-
Deprecated Fields
removed without replacement
removed without replacement
removed without replacement
removed without replacement
-
Deprecated Methods
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.
Because
ChannelProperty is identity-equality, this method would never work.
This is a design error.
Test individual features instead.
Control individual features.
removed without replacement
removed without replacement
removed without replacement
removed without replacement
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
as of 2.24
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withMode(mode)
.build(is, os)
as of 2.24
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withMode(mode)
.withHeaderStream(header)
.withArbitraryCallableAllowed(true)
.withRemoteClassLoadingAllowed(true)
.build(is, os)
as of 2.24
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withMode(mode)
.withHeaderStream(header)
.withArbitraryCallableAllowed(!restricted)
.withRemoteClassLoadingAllowed(!restricted)
.withBaseLoader(base)
.build(is, os)
as of 2.24
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withMode(mode)
.withHeaderStream(header)
.withArbitraryCallableAllowed(!restricted)
.withRemoteClassLoadingAllowed(!restricted)
.withBaseLoader(base)
.build(is, os)
as of 2.24
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withArbitraryCallableAllowed(!restricted)
.withRemoteClassLoadingAllowed(!restricted)
.withBaseLoader(base)
.build(transport)
as of 2.38
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withArbitraryCallableAllowed(!restricted)
.withRemoteClassLoadingAllowed(!restricted)
.withBaseLoader(base)
.withJarCache(jarCache)
.build(transport)
as of 2.24
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withMode(Channel.Mode.BINARY)
.build(is, os)
as of 2.24
Use
ChannelBuilder
ChannelBuilder(name, exec)
.withMode(Channel.Mode.BINARY)
.withHeaderStream(header)
.build(is, os)
as of 1.350
bufferSize parameter is ignored.
Use UnexportCommand(int, Throwable)