Class AbstractClientSourceHandler

  • All Implemented Interfaces:
    io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler
    Direct Known Subclasses:
    TpcSourceReadHandler

    public abstract class AbstractClientSourceHandler
    extends AbstractClientRequestHandler
    Xrootd Third Party copy requires the destination server to be active, and request a read of the source file from the source server.

    This handler implements open and close.

    Concrete implementations must handle the actual read and checksum requests and responses.

    If the close response is OK, it hands it off to the next handler in the chain.