Class NbtAddressResponse


  • public class NbtAddressResponse
    extends java.lang.Object

    NbtAddressResponse class.

    Version:
    $Id: $
    Author:
    thedesloge
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void receive​(java.lang.String address, jcifs.netbios.NbtAddress nbtAddress)
      receive
      boolean validateAddressIsNotSame()
      validateAddressIsNotSame
      • Methods inherited from class java.lang.Object

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

      • NbtAddressResponse

        public NbtAddressResponse()
    • Method Detail

      • receive

        public void receive​(java.lang.String address,
                            jcifs.netbios.NbtAddress nbtAddress)

        receive

        Parameters:
        address - a String object.
        nbtAddress - a NbtAddress object.
      • validateAddressIsNotSame

        public boolean validateAddressIsNotSame()

        validateAddressIsNotSame

        TODO: In ticket 1608, Antonio is asking why this validation is used. Maybe the behavior needs to be changed? "Something weird is here....why the address must be different?"
        Returns:
        a boolean.