Uses of Class
com.hierynomus.mssmb2.messages.SMB2ChangeNotifyResponse
-
Packages that use SMB2ChangeNotifyResponse Package Description com.hierynomus.smbj.share -
-
Uses of SMB2ChangeNotifyResponse in com.hierynomus.smbj.share
Methods in com.hierynomus.smbj.share that return types with arguments of type SMB2ChangeNotifyResponse Modifier and Type Method Description (package private) java.util.concurrent.Future<SMB2ChangeNotifyResponse>
Share. changeNotifyAsync(SMB2FileId fileId, java.util.Set<SMB2CompletionFilter> completionFilter, java.util.Set<SMB2ChangeNotifyFlags> flags)
java.util.concurrent.Future<SMB2ChangeNotifyResponse>
Directory. watchAsync(java.util.Set<SMB2CompletionFilter> completionFilter, boolean watchTree)
Send a change notify request and and return a Future for change notify response.
-