Class ProtocolRequest
- java.lang.Object
-
- org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
-
- org.dcache.xrootd.protocol.messages.ProtocolRequest
-
- All Implemented Interfaces:
XrootdRequest
public class ProtocolRequest extends AbstractXrootdRequest
The kXR_protocol request has the following packet structure:kXR_char streamid[2] kXR_unt16 kXR_protocol kXR_int32 clientpv kXR_char options kXR_char expect kXR_char reserved[10] kXR_int32 dlen
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
requestId, session, streamId
-
-
Constructor Summary
Constructors Constructor Description ProtocolRequest(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetExpect()intgetOption()intgetVersion()-
Methods inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
getRequestId, getSession, getStreamId, getSubject, setSession
-
-