Class OutboundHandshakeRequest
- java.lang.Object
-
- org.dcache.xrootd.tpc.protocol.messages.OutboundHandshakeRequest
-
- All Implemented Interfaces:
XrootdOutboundRequest
public class OutboundHandshakeRequest extends java.lang.Object implements XrootdOutboundRequest
Initial handshake on a new connection.
-
-
Constructor Summary
Constructors Constructor Description OutboundHandshakeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetStreamId()voidwriteTo(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPromise promise)Marshals this request object into a buffer and writes it to the context.
-
-
-
Method Detail
-
getStreamId
public int getStreamId()
- Specified by:
getStreamIdin interfaceXrootdOutboundRequest
-
writeTo
public void writeTo(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPromise promise)Description copied from interface:XrootdOutboundRequestMarshals this request object into a buffer and writes it to the context.- Specified by:
writeToin interfaceXrootdOutboundRequest
-
-