DFSPathResolver, SymlinkPathResolverpublic interface PathResolver
| Modifier and Type | Field | Description |
|---|---|---|
static PathResolver |
LOCAL |
| Modifier and Type | Method | Description |
|---|---|---|
SmbPath |
resolve(Session session,
SMB2Packet responsePacket,
SmbPath smbPath) |
Reactive path resolution based on response packet
|
SmbPath |
resolve(Session session,
SmbPath smbPath) |
Proactive path resolution based on response packet
|
StatusHandler |
statusHandler() |
static final PathResolver LOCAL
SmbPath resolve(Session session, SMB2Packet responsePacket, SmbPath smbPath) throws PathResolveException
session - responsePacket - smbPath - PathResolveExceptionSmbPath resolve(Session session, SmbPath smbPath) throws PathResolveException
session - smbPath - PathResolveExceptionStatusHandler statusHandler()