Uses of Class
io.github.xezzon.zeroweb.attachment.FileDownloadRequest
Packages that use FileDownloadRequest
-
Uses of FileDownloadRequest in io.github.xezzon.zeroweb.attachment
Methods in io.github.xezzon.zeroweb.attachment that return FileDownloadRequestModifier and TypeMethodDescriptionFileDownloadRequest.Builder.build()FileDownloadRequest.Builder.buildPartial()static FileDownloadRequestFileDownloadRequest.getDefaultInstance()FileDownloadRequest.Builder.getDefaultInstanceForType()FileDownloadRequest.getDefaultInstanceForType()static FileDownloadRequestFileDownloadRequest.parseDelimitedFrom(InputStream input) static FileDownloadRequestFileDownloadRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileDownloadRequestFileDownloadRequest.parseFrom(byte[] data) static FileDownloadRequestFileDownloadRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileDownloadRequestFileDownloadRequest.parseFrom(com.google.protobuf.ByteString data) static FileDownloadRequestFileDownloadRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileDownloadRequestFileDownloadRequest.parseFrom(com.google.protobuf.CodedInputStream input) static FileDownloadRequestFileDownloadRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileDownloadRequestFileDownloadRequest.parseFrom(InputStream input) static FileDownloadRequestFileDownloadRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FileDownloadRequestFileDownloadRequest.parseFrom(ByteBuffer data) static FileDownloadRequestFileDownloadRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.attachment that return types with arguments of type FileDownloadRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<FileDownloadRequest, FileDownloadResponse> AttachmentGrpc.getDownloadFileMethod()com.google.protobuf.Parser<FileDownloadRequest> FileDownloadRequest.getParserForType()static com.google.protobuf.Parser<FileDownloadRequest> FileDownloadRequest.parser()Methods in io.github.xezzon.zeroweb.attachment with parameters of type FileDownloadRequestModifier and TypeMethodDescriptiondefault voidAttachmentGrpc.AsyncService.downloadFile(FileDownloadRequest request, io.grpc.stub.StreamObserver<FileDownloadResponse> responseObserver) 文件下载AttachmentGrpc.AttachmentBlockingStub.downloadFile(FileDownloadRequest request) 文件下载io.grpc.stub.BlockingClientCall<?, FileDownloadResponse> AttachmentGrpc.AttachmentBlockingV2Stub.downloadFile(FileDownloadRequest request) 文件下载voidAttachmentGrpc.AttachmentStub.downloadFile(FileDownloadRequest request, io.grpc.stub.StreamObserver<FileDownloadResponse> responseObserver) 文件下载FileDownloadRequest.Builder.mergeFrom(FileDownloadRequest other) static FileDownloadRequest.BuilderFileDownloadRequest.newBuilder(FileDownloadRequest prototype)