Package org.jcsp.net2

Class RawNetworkMessageFilter.FilterRX

    • Constructor Summary

      Constructors 
      Constructor Description
      FilterRX()
      Creates a new RawNetworkMessageFilter.FilterRX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object filterRX​(byte[] bytes)
      Decodes an incoming byte array.
      • Methods inherited from class java.lang.Object

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

      • FilterRX

        public FilterRX()
        Creates a new RawNetworkMessageFilter.FilterRX
    • Method Detail

      • filterRX

        public java.lang.Object filterRX​(byte[] bytes)
        Decodes an incoming byte array. Does nothing
        Specified by:
        filterRX in interface NetworkMessageFilter.FilterRx
        Parameters:
        bytes - The bytes received in an incoming message
        Returns:
        The same bytes as is passed in