public class OutboundChecksumRequest extends AbstractXrootdOutboundRequest
According to protocol, has the following packet structure:
| kXR_char | streamid[2] |
| kXR_unt16 | kXR_query |
| kXR_unt16 | kXR_Qcksum |
| kXR_char | reserved[14] |
| kXR_int32 | plen |
| kXR_char | path[plen] |
requestId, signingLevel, streamId| Constructor and Description |
|---|
OutboundChecksumRequest(int streamId,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getParams(io.netty.buffer.ByteBuf buffer) |
protected int |
getParamsLen() |
getRequestId, getStreamId, isSigned, writeTo, writeToBufferpublic OutboundChecksumRequest(int streamId,
String path)
protected void getParams(io.netty.buffer.ByteBuf buffer)
getParams in class AbstractXrootdOutboundRequestprotected int getParamsLen()
getParamsLen in class AbstractXrootdOutboundRequestCopyright © 2011–2018 dCache.org. All rights reserved.