public class PipesServer extends Object implements Runnable
Modifier and Type | Class and Description |
---|---|
static class |
PipesServer.STATUS |
Modifier and Type | Field and Description |
---|---|
static int |
TIMEOUT_EXIT_CODE |
Constructor and Description |
---|
PipesServer(Path tikaConfigPath,
InputStream in,
PrintStream out,
long maxForEmitBatchBytes,
long serverParseTimeoutMillis,
long serverWaitTimeoutMillis) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
void |
processRequests() |
void |
run() |
public static final int TIMEOUT_EXIT_CODE
public PipesServer(Path tikaConfigPath, InputStream in, PrintStream out, long maxForEmitBatchBytes, long serverParseTimeoutMillis, long serverWaitTimeoutMillis) throws IOException, TikaException, SAXException
IOException
TikaException
SAXException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.