Package org.jcsp.net2

Class ObjectNetworkMessageFilter


  • public final class ObjectNetworkMessageFilter
    extends java.lang.Object
    This class is the standard encoding and decoding filter for networked JCSP channels. It uses standard Java serialization to operate.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BUFFER_SIZE  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BUFFER_SIZE

        public static int BUFFER_SIZE
    • Constructor Detail

      • ObjectNetworkMessageFilter

        public ObjectNetworkMessageFilter()