Class InboundErrorResponse
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
- org.dcache.xrootd.tpc.protocol.messages.InboundErrorResponse
-
- All Implemented Interfaces:
XrootdInboundResponse
public class InboundErrorResponse extends AbstractXrootdInboundResponse
kXR_char streamid[2] kXR_unt16 stat kXR_int32 dlen kXR_int32 errnum kXR_char errmsg[dlen-4]
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
stat, streamId
-
-
Constructor Summary
Constructors Constructor Description InboundErrorResponse(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetError()java.lang.StringgetErrorMessage()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
-
getError
public int getError()
-
getErrorMessage
public java.lang.String getErrorMessage()
-
getRequestId
public int getRequestId()
Description copied from interface:XrootdInboundResponseThe xrootd request type this is a response to
-
-