Class InboundAttnResponse
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
- org.dcache.xrootd.tpc.protocol.messages.InboundAttnResponse
-
- All Implemented Interfaces:
XrootdInboundResponse
public class InboundAttnResponse extends AbstractXrootdInboundResponse
Server's prerogative to tell the client to do something. According to protocol, response has this structure:kXR_char pad[2] kXR_unt16 kXR_attn kXR_int32 plen kXR_int32 actnum kXR_char parms[plen-4]
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
stat, streamId
-
-
Constructor Summary
Constructors Constructor Description InboundAttnResponse(io.netty.buffer.ByteBuf buffer, int requestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetActnum()java.lang.StringgetMessage()intgetMsec()intgetPort()byte[]getrData()java.lang.StringgetRedirectData()intgetRequestId()The xrootd request type this is a response tointgetrStat()intgetrStreamId()intgetWsec()-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
getStatus, getStreamId
-
-
-
-
Method Detail
-
getActnum
public int getActnum()
-
getrData
public byte[] getrData()
-
getMessage
public java.lang.String getMessage()
-
getMsec
public int getMsec()
-
getPort
public int getPort()
-
getRedirectData
public java.lang.String getRedirectData()
-
getRequestId
public int getRequestId()
Description copied from interface:XrootdInboundResponseThe xrootd request type this is a response to
-
getrStreamId
public int getrStreamId()
-
getrStat
public int getrStat()
-
getWsec
public int getWsec()
-
-