Class CNSNetworkMessageFilter


  • final class CNSNetworkMessageFilter
    extends java.lang.Object
    This filter is used by the CNS and CNSService to transmit messages between one another in a manner that is platform independent. This is an internal class to JCSP, and is created automatically by the CNS and CNSService. For more information, see the relevant documentation.
    See Also:
    CNS, CNSService, NetworkMessageFilter
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  CNSNetworkMessageFilter.FilterRX
      The filter used to convert a CNSMessage from its byte representation back into an object
      (package private) static class  CNSNetworkMessageFilter.FilterTX
      The encoding filter used to convert a CNSMessage into bytes
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CNSNetworkMessageFilter

        CNSNetworkMessageFilter()