Class ConnectionClosed

  • All Implemented Interfaces:
    SMBEvent

    public class ConnectionClosed
    extends java.lang.Object
    implements SMBEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionClosed​(java.lang.String hostname, int port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getHostname()  
      int getPort()  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • ConnectionClosed

        public ConnectionClosed​(java.lang.String hostname,
                                int port)
    • Method Detail

      • getHostname

        public java.lang.String getHostname()
      • getPort

        public int getPort()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object