Class InboundLoginResponse
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
- org.dcache.xrootd.tpc.protocol.messages.InboundLoginResponse
-
- All Implemented Interfaces:
XrootdInboundResponse
public class InboundLoginResponse 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 InboundLoginResponse(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecurityInfogetInfo(java.lang.String protocol)java.util.List<SecurityInfo>getProtocols()intgetRequestId()The xrootd request type this is a response toXrootdSessionIdentifiergetSessionId()-
Methods inherited from class org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
getStatus, getStreamId
-
-
-
-
Constructor Detail
-
InboundLoginResponse
public InboundLoginResponse(io.netty.buffer.ByteBuf buffer) throws XrootdException- Throws:
XrootdException
-
-
Method Detail
-
getProtocols
public java.util.List<SecurityInfo> getProtocols()
-
getInfo
public SecurityInfo getInfo(java.lang.String protocol)
-
getSessionId
public XrootdSessionIdentifier getSessionId()
-
getRequestId
public int getRequestId()
Description copied from interface:XrootdInboundResponseThe xrootd request type this is a response to
-
-