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