public class SymlinkPathResolver extends java.lang.Object implements PathResolver
LOCAL| Constructor and Description |
|---|
SymlinkPathResolver(PathResolver wrapped) |
| 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() |
public SymlinkPathResolver(PathResolver wrapped)
public SmbPath resolve(Session session, SMB2Packet responsePacket, SmbPath smbPath) throws PathResolveException
PathResolverresolve in interface PathResolverPathResolveExceptionpublic SmbPath resolve(Session session, SmbPath smbPath) throws PathResolveException
PathResolverresolve in interface PathResolverPathResolveExceptionpublic StatusHandler statusHandler()
statusHandler in interface PathResolver