Package org.apache.tika
Class TikaGrpc.TikaImplBase
- java.lang.Object
-
- org.apache.tika.TikaGrpc.TikaImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
,TikaGrpc.AsyncService
- Enclosing class:
- TikaGrpc
public abstract static class TikaGrpc.TikaImplBase extends Object implements io.grpc.BindableService, TikaGrpc.AsyncService
Base class for the server implementation of the service Tika.The Tika Grpc Service definition
-
-
Constructor Summary
Constructors Constructor Description TikaImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tika.TikaGrpc.AsyncService
deleteFetcher, fetchAndParse, fetchAndParseBiDirectionalStreaming, fetchAndParseServerSideStreaming, getFetcher, getFetcherConfigJsonSchema, listFetchers, saveFetcher
-
-