Class BNSNetworkMessageFilter


  • final class BNSNetworkMessageFilter
    extends java.lang.Object
    This filter is used by the BNS and BNSService 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 BNS and BNSService. For more information, see the relevant documentation.
    See Also:
    BNS, BNSService, NetworkMessageFilter
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  BNSNetworkMessageFilter.FilterRX
      The filter used to convert an array of bytes back into a BNSMessage
      (package private) static class  BNSNetworkMessageFilter.FilterTX
      The encoding filter used to convert a BNSMessage into bytes
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BNSNetworkMessageFilter

        BNSNetworkMessageFilter()