Class MessageTable


  • public class MessageTable
    extends java.lang.Object
    Keeps track of datagram messages. For requestes with the same XID the same responses should be returned.
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageTable()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addResponse​(java.net.InetAddress pSource, SLPMessage pRequest, byte[] pRespond)
      addResponse
      byte[] getResponse​(java.net.InetAddress pSource, SLPMessage pRequest)
      getResponse
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait