Uses of Class
org.apache.tika.pipes.grpc.TikaGrpcServer
-
Packages that use TikaGrpcServer Package Description org.apache.tika.pipes.grpc -
-
Uses of TikaGrpcServer in org.apache.tika.pipes.grpc
Methods in org.apache.tika.pipes.grpc that return TikaGrpcServer Modifier and Type Method Description TikaGrpcServerTikaGrpcServer. setCertChain(File certChain)TikaGrpcServerTikaGrpcServer. setClientAuthRequired(boolean clientAuthRequired)TikaGrpcServerTikaGrpcServer. setPort(Integer port)TikaGrpcServerTikaGrpcServer. setPrivateKey(File privateKey)TikaGrpcServerTikaGrpcServer. setPrivateKeyPassword(String privateKeyPassword)TikaGrpcServerTikaGrpcServer. setSecure(boolean secure)TikaGrpcServerTikaGrpcServer. setServer(io.grpc.Server server)TikaGrpcServerTikaGrpcServer. setTikaConfigXml(File tikaConfigXml)TikaGrpcServerTikaGrpcServer. setTrustCertCollection(File trustCertCollection)
-