PathResolverpublic class SymlinkPathResolver extends java.lang.Object implements PathResolver
LOCAL| Constructor | Description |
|---|---|
SymlinkPathResolver(PathResolver wrapped) |
| 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() |
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