Class ResponseCache

java.lang.Object
org.sblim.slp.internal.ua.ResponseCache

public class ResponseCache extends java.lang.Object
ResponseCache intends to eliminate the processing of SLP responses with the same content.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(java.net.DatagramPacket pPacket)
    add
    boolean
    contains(java.net.DatagramPacket pPacket)
    contains

    Methods inherited from class java.lang.Object

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

    • ResponseCache

      public ResponseCache()
  • Method Details

    • add

      public void add(java.net.DatagramPacket pPacket)
      add
      Parameters:
      pPacket -
    • contains

      public boolean contains(java.net.DatagramPacket pPacket)
      contains
      Parameters:
      pPacket -
      Returns:
      boolean