Uses of Class
com.hierynomus.mssmb2.messages.SMB2IoctlResponse
-
Packages that use SMB2IoctlResponse Package Description com.hierynomus.smbj.paths com.hierynomus.smbj.share -
-
Uses of SMB2IoctlResponse in com.hierynomus.smbj.paths
Methods in com.hierynomus.smbj.paths with parameters of type SMB2IoctlResponse Modifier and Type Method Description private DFSPathResolver.ReferralResultDFSPathResolver. handleReferralResponse(DFSPathResolver.DfsRequestType type, SMB2IoctlResponse response, DFSPath originalPath) -
Uses of SMB2IoctlResponse in com.hierynomus.smbj.share
Methods in com.hierynomus.smbj.share that return SMB2IoctlResponse Modifier and Type Method Description private static SMB2IoctlResponseFile. copyChunk(Share share, File target, CopyChunkRequest request)See [MS-SMB2] 2.2.31.1.1 SRV_COPYCHUNK https://msdn.microsoft.com/en-us/library/cc246546.aspx(package private) SMB2IoctlResponseShare. ioctl(SMB2FileId fileId, long ctlCode, boolean isFsCtl, ByteChunkProvider inputData, int maxOutputResponse)Methods in com.hierynomus.smbj.share that return types with arguments of type SMB2IoctlResponse Modifier and Type Method Description java.util.concurrent.Future<SMB2IoctlResponse>Share. ioctlAsync(long ctlCode, boolean isFsCtl, ByteChunkProvider inputData)(package private) java.util.concurrent.Future<SMB2IoctlResponse>Share. ioctlAsync(SMB2FileId fileId, long ctlCode, boolean isFsCtl, ByteChunkProvider inputData, int maxOutputResponse)
-