Class PipesServer

java.lang.Object
org.apache.tika.pipes.PipesServer
All Implemented Interfaces:
Runnable

public class PipesServer extends Object implements Runnable
This server is forked from the PipesClient. This class isolates parsing from the client to protect the primary JVM. When configuring logging for this class, make absolutely certain not to write to STDOUT. This class uses STDOUT to communicate with the PipesClient.