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 java.lang.Stringdescribe()java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket>getBuckets()intgetDataLength()java.lang.StringgetProtocol()intgetRequestId()The xrootd request type this is a response tointgetServerStep()-
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
-
describe
public java.lang.String describe()
-
getBuckets
public java.util.Map<XrootdSecurityProtocol.BucketType,XrootdBucket> getBuckets()
-
getDataLength
public int getDataLength()
-
getProtocol
public java.lang.String getProtocol()
-
getRequestId
public int getRequestId()
Description copied from interface:XrootdInboundResponseThe xrootd request type this is a response to
-
getServerStep
public int getServerStep()
-
-