Interface SMBSessionProvider

  • All Known Implementing Classes:
    SMBConnection, SmbRemoteDirectorySetup

    public interface SMBSessionProvider
    Interface for classes that provide SMB sessions.
    Author:
    FracPete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getSession

        com.hierynomus.smbj.session.Session getSession()
        Returns the session.
        Returns:
        the session, null if not connected
      • newSession

        com.hierynomus.smbj.session.Session newSession()
        Returns a new session.
        Returns:
        the session