Uses of Interface
org.jenkinsci.remoting.SerializableOnlyOverRemoting
Packages that use SerializableOnlyOverRemoting
-
Uses of SerializableOnlyOverRemoting in hudson.remoting
Classes in hudson.remoting that implement SerializableOnlyOverRemotingModifier and TypeClassDescriptionclass
Remoting-aware holder ofClassLoader
that replaces ClassLoader by itsRemoteClassLoader
.final class
Pipe for the remoteCallable
and the local program to talk to each other.class
WrapsInputStream
so that it can be sent over the remoting channel.final class
OutputStream
that can be sent over to the remoteChannel
, so that the remoteCallable
can write to a localOutputStream
.final class