public interface SmbTransport extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CIFSContext |
getContext() |
Address |
getRemoteAddress() |
String |
getRemoteHostName() |
<T extends SmbTransport> |
unwrap(Class<T> type) |
CIFSContext getContext()
<T extends SmbTransport> T unwrap(Class<T> type)
type - void close()
close in interface AutoCloseableAutoCloseable.close()Address getRemoteAddress()
String getRemoteHostName()
Copyright © 2018. All rights reserved.