Class InboundChecksumResponse
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
- org.dcache.xrootd.tpc.protocol.messages.InboundChecksumResponse
-
- All Implemented Interfaces:
XrootdInboundResponse
public class InboundChecksumResponse extends AbstractXrootdInboundResponse
Response from third-party source server. According to protocol, has the following packet structure:kXR_char streamid[2] kXR_unt16 0 kXR_int32 ilen kXR_char info[ilen]
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
stat, streamId
-
-
Constructor Summary
Constructors Constructor Description InboundChecksumResponse(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getChecksums()intgetRequestId()The xrootd request type this is a response to-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
getStatus, getStreamId
-
-
-
-
Constructor Detail
-
InboundChecksumResponse
public InboundChecksumResponse(io.netty.buffer.ByteBuf buffer) throws ParseException- Throws:
ParseException
-
-
Method Detail
-
getChecksums
public java.util.Map<java.lang.String,java.lang.String> getChecksums()
-
getRequestId
public int getRequestId()
Description copied from interface:XrootdInboundResponseThe xrootd request type this is a response to
-
-