Package org.drasyl.handler.rmi
package org.drasyl.handler.rmi
-
ClassDescriptionA
ChannelHandler
that can invoke methods on remote objects that are served on other nodes byRmiServerHandler
.EncodesRmiMessage
messages toByteBuf
s and vice versa.Exception related to remote message invocations.AChannelHandler
that can serve local object whose methods then can be invoked by remote nodes usingRmiClientHandler
.Utility class for remote method invocation-related operations.