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] |
stat, streamId| Constructor and Description |
|---|
InboundChecksumResponse(io.netty.buffer.ByteBuf buffer) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getChecksums() |
int |
getRequestId()
The xrootd request type this is a response to
|
getStatus, getStreamIdpublic InboundChecksumResponse(io.netty.buffer.ByteBuf buffer)
throws ParseException
ParseExceptionpublic int getRequestId()
XrootdInboundResponseCopyright © 2011–2018 dCache.org. All rights reserved.