Uses of Class
com.hierynomus.smbj.common.SmbPath
Packages that use SmbPath
Package
Description
-
Uses of SmbPath in com.hierynomus.msdfsc
Methods in com.hierynomus.msdfsc with parameters of type SmbPath -
Uses of SmbPath in com.hierynomus.mssmb2.messages
Fields in com.hierynomus.mssmb2.messages declared as SmbPathModifier and TypeFieldDescriptionprivate final SmbPath
SMB2CreateRequest.path
private SmbPath
SMB2TreeConnectRequest.smbPath
Methods in com.hierynomus.mssmb2.messages that return SmbPathMethods in com.hierynomus.mssmb2.messages with parameters of type SmbPathModifier and TypeMethodDescriptionvoid
SMB2TreeConnectRequest.setSmbPath
(SmbPath smbPath) Needed for DFS resolutionConstructors in com.hierynomus.mssmb2.messages with parameters of type SmbPathModifierConstructorDescriptionSMB2CreateRequest
(SMB2Dialect smbDialect, long sessionId, long treeId, SMB2ImpersonationLevel impersonationLevel, Set<AccessMask> accessMask, Set<FileAttributes> fileAttributes, Set<SMB2ShareAccess> shareAccess, SMB2CreateDisposition createDisposition, Set<SMB2CreateOptions> createOptions, SmbPath path) SMB2TreeConnectRequest
(SMB2Dialect dialect, SmbPath smbPath, long sessionId) -
Uses of SmbPath in com.hierynomus.smbj.common
Methods in com.hierynomus.smbj.common that return SmbPathMethods in com.hierynomus.smbj.common with parameters of type SmbPathModifier and TypeMethodDescriptionboolean
SmbPath.isOnSameHost
(SmbPath other) boolean
SmbPath.isOnSameShare
(SmbPath other) Constructors in com.hierynomus.smbj.common with parameters of type SmbPath -
Uses of SmbPath in com.hierynomus.smbj.paths
Methods in com.hierynomus.smbj.paths with parameters of type SmbPathModifier and TypeMethodDescription<T> T
DFSPathResolver.resolve
(Session session, SMB2Packet responsePacket, SmbPath smbPath, PathResolver.ResolveAction<T> action) <T> T
DFSPathResolver.resolve
(Session session, SmbPath smbPath, PathResolver.ResolveAction<T> action) <T> T
PathResolver.resolve
(Session session, SMB2Packet responsePacket, SmbPath smbPath, PathResolver.ResolveAction<T> action) Reactive path resolution based on response packet<T> T
PathResolver.resolve
(Session session, SmbPath smbPath, PathResolver.ResolveAction<T> action) Proactive path resolution based on response packet<T> T
SymlinkPathResolver.resolve
(Session session, SMB2Packet responsePacket, SmbPath smbPath, PathResolver.ResolveAction<T> action) <T> T
SymlinkPathResolver.resolve
(Session session, SmbPath smbPath, PathResolver.ResolveAction<T> action) private <T> T
DFSPathResolver.start
(Session session, SmbPath uncPath, PathResolver.ResolveAction<T> action) -
Uses of SmbPath in com.hierynomus.smbj.session
Methods in com.hierynomus.smbj.session with parameters of type SmbPathModifier and TypeMethodDescriptionprivate Session
Session.createNestedSession
(SmbPath smbPath) Session.getNestedSession
(SmbPath resolvedSharePath) -
Uses of SmbPath in com.hierynomus.smbj.utils
Methods in com.hierynomus.smbj.utils with parameters of type SmbPath