パッケージ jcifs

インタフェース SmbSession

  • すべてのスーパーインタフェース:
    AutoCloseable
    既知のサブインタフェースのリスト:
    SmbSessionInternal

    public interface SmbSession
    extends AutoCloseable
    Opaque reference to a SMB session
    作成者:
    mbechler
    • メソッドの詳細

      • getConfig

        Configuration getConfig()
        戻り値:
        the configuration used by this session
      • unwrap

        <T extends SmbSession> T unwrap​(Class<T> type)
        パラメータ:
        type -
        戻り値:
        session instance with the given type
      • getContext

        CIFSContext getContext()
        戻り値:
        the context this session is attached to