public interface InboundFileTransferFilter
FileTransfers. This is an injectable interface
which can be used to inject custom logic to filter
FileTransfers, in case not all the file receive request should
be accepted.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(FileTransfer request)
Accept or reject a
FileTransfer |
boolean accept(FileTransfer request)
FileTransferrequest - request for file transferFileTransfer is accepted otherwise
falseCopyright © 2019. All rights reserved.