Class CodeLoadingChannelFilter.FilterTX

    • Constructor Summary

      Constructors 
      Constructor Description
      FilterTX()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] filterTX​(java.lang.Object obj)
      Encodes an object into an array of bytes for sending
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FilterTX

        public FilterTX()
    • Method Detail

      • filterTX

        public byte[] filterTX​(java.lang.Object obj)
                        throws java.io.IOException
        Description copied from interface: NetworkMessageFilter.FilterTx
        Encodes an object into an array of bytes for sending
        Specified by:
        filterTX in interface NetworkMessageFilter.FilterTx
        Parameters:
        obj - The object to convert into bytes
        Returns:
        The byte array representation of the Object
        Throws:
        java.io.IOException - Thrown if something goes wrong during the encoding