package saker.util.rmi.wrap
Package containing common RMIWrapper implementations and related classes.
RMIArrayListRemoteElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
ArrayList instances. |
RMIArrayListSerializeElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
ArrayList instances. |
RMIArrayListStringElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
ArrayList instances. |
RMIArrayListWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
ArrayList instances. |
RMIByteRegionWrapper | RMIWrapper implementation for caching the length of the remotely transferred ByteRegion. |
RMIHashSetSerializableElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
HashSet instances. |
RMIHashSetWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
HashSet instances. |
RMIIdentityHashSetRemoteElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
HashSet instances. |
RMIInputStreamWrapper | RMIWrapper implementation that transfers an InputStream by writing a ByteSource as a remote
object instead, and converts it back to an InputStream during reading. |
RMILinkedHashSetStringElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
LinkedHashSet instances. |
RMIMapEntryWrapper | RMIWrapper implementation that writes the key and value of a Map.Entry object and instantiates it as
an immutable entry when read. |
RMIOutputStreamWrapper | RMIWrapper implementation that transfers an OutputStream by writing a ByteSink as a remote
object instead, and converts it back to an OutputStream during reading. |
RMISerializableWrapper | RMIWrapper implementation that write an object as serializable. |
RMITreeMapSerializeKeyRemoteValueWrapper | |
RMITreeMapSerializeKeySerializeValueWrapper | |
RMITreeMapWrapper | |
RMITreeSetSerializeElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
TreeSet instances. |
RMITreeSetStringElementWrapper | RMIWrapper implementation that writes Iterable or Iterator instances and reads them as
TreeSet instances. |