public interface SmbSession extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Configuration |
getConfig() |
CIFSContext |
getContext() |
<T extends SmbSession> |
unwrap(Class<T> type) |
void close()
close in interface AutoCloseableAutoCloseable.close()Configuration getConfig()
<T extends SmbSession> T unwrap(Class<T> type)
type - CIFSContext getContext()
Copyright © 2021. All rights reserved.