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 AutoCloseable
AutoCloseable.close()
Configuration getConfig()
<T extends SmbSession> T unwrap(Class<T> type)
type
- CIFSContext getContext()
Copyright © 2017. All rights reserved.