public interface PathResolver
| Modifier and Type | Field and Description |
|---|---|
static PathResolver |
LOCAL |
| Modifier and Type | Method and 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()