Class InboundWaitResponse
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractInboundWaitResponse
-
- org.dcache.xrootd.tpc.protocol.messages.InboundWaitResponse
-
- All Implemented Interfaces:
XrootdInboundResponse
public class InboundWaitResponse extends AbstractInboundWaitResponse
Server's prerogative to tell the client to wait up to a certain number of seconds and then retry.
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
stat, streamId
-
-
Constructor Summary
Constructors Constructor Description InboundWaitResponse(io.netty.buffer.ByteBuf buffer, int requestId)
-
Method Summary
-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractInboundWaitResponse
getMaxWaitInSeconds, getRequestId
-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
getStatus, getStreamId
-
-