saker.util Documentation TaskDoc JavaDoc Packages
package saker.util.rmi.wrap
Package containing common RMIWrapper implementations and related classes.
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
RMIWrapper implementation that writes a Map instance and reads them as TreeMap instances.
RMITreeMapSerializeKeySerializeValueWrapper
RMIWrapper implementation that writes a Map instance and reads them as TreeMap instances.
RMITreeMapWrapper
RMIWrapper implementation that writes a Map instance and reads them as TreeMap instances.
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.