Class InboundAuthenticationResponse
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
- org.dcache.xrootd.tpc.protocol.messages.InboundAuthenticationResponse
-
- All Implemented Interfaces:
XrootdInboundResponse
public class InboundAuthenticationResponse extends AbstractXrootdInboundResponse
Response from third-party source server.
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
stat, streamId
-
-
Constructor Summary
Constructors Constructor Description InboundAuthenticationResponse(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.netty.buffer.ByteBufgetDataBuffer()intgetDataLength()intgetRequestId()The xrootd request type this is a response tovoidreleaseBuffer()-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
getStatus, getStreamId
-
-
-
-
Constructor Detail
-
InboundAuthenticationResponse
public InboundAuthenticationResponse(io.netty.buffer.ByteBuf buffer) throws XrootdException- Throws:
XrootdException
-
-
Method Detail
-
getDataLength
public int getDataLength()
-
getRequestId
public int getRequestId()
Description copied from interface:XrootdInboundResponseThe xrootd request type this is a response to
-
getDataBuffer
public io.netty.buffer.ByteBuf getDataBuffer()
-
releaseBuffer
public void releaseBuffer()
-
-