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