Uses of Class
com.hierynomus.mssmb2.SMB2CompletionFilter
-
Packages that use SMB2CompletionFilter Package Description com.hierynomus.mssmb2 com.hierynomus.mssmb2.messages com.hierynomus.smbj.share -
-
Uses of SMB2CompletionFilter in com.hierynomus.mssmb2
Methods in com.hierynomus.mssmb2 that return SMB2CompletionFilter Modifier and Type Method Description static SMB2CompletionFilter
SMB2CompletionFilter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SMB2CompletionFilter[]
SMB2CompletionFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SMB2CompletionFilter in com.hierynomus.mssmb2.messages
Fields in com.hierynomus.mssmb2.messages with type parameters of type SMB2CompletionFilter Modifier and Type Field Description private java.util.Set<SMB2CompletionFilter>
SMB2ChangeNotifyRequest. completionFilter
Constructor parameters in com.hierynomus.mssmb2.messages with type arguments of type SMB2CompletionFilter Constructor Description SMB2ChangeNotifyRequest(SMB2Dialect smbDialect, long sessionId, long treeId, SMB2FileId fileId, java.util.Set<SMB2CompletionFilter> completionFilter, java.util.Set<SMB2ChangeNotifyFlags> flags, int maxBufferSize)
-
Uses of SMB2CompletionFilter in com.hierynomus.smbj.share
Method parameters in com.hierynomus.smbj.share with type arguments of type SMB2CompletionFilter 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.
-