Package org.apache.tika.pipes.core.protocol


package org.apache.tika.pipes.core.protocol
  • Class
    Description
    Uniform framed message for the PipesClient/PipesServer IPC protocol.
    Unified message types for the PipesClient/PipesServer IPC protocol.
    Thrown when the framing magic bytes do not match, indicating that the IPC stream is desynchronized and the connection is unsalvageable.
    Thrown when a SHUT_DOWN message is received where an ACK was expected.