Class AbstractInboundWaitResponse
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractInboundWaitResponse
-
- All Implemented Interfaces:
XrootdInboundResponse
- Direct Known Subclasses:
InboundWaitResponse,InboundWaitRespResponse
public class AbstractInboundWaitResponse extends AbstractXrootdInboundResponse
Server's prerogative to tell the client to wait up to a certain number of seconds.
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
stat, streamId
-
-
Constructor Summary
Constructors Constructor Description AbstractInboundWaitResponse(io.netty.buffer.ByteBuf buffer, int requestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxWaitInSeconds()intgetRequestId()The xrootd request type this is a response to-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
getStatus, getStreamId
-
-
-
-
Method Detail
-
getMaxWaitInSeconds
public int getMaxWaitInSeconds()
-
getRequestId
public int getRequestId()
Description copied from interface:XrootdInboundResponseThe xrootd request type this is a response to
-
-