Class OutboundHandshakeRequest

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getStreamId()  
      void writeTo​(io.netty.channel.ChannelHandlerContext ctx, io.netty.channel.ChannelPromise promise)
      Marshals this request object into a buffer and writes it to the context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OutboundHandshakeRequest

        public OutboundHandshakeRequest()
    • Method Detail

      • writeTo

        public void writeTo​(io.netty.channel.ChannelHandlerContext ctx,
                            io.netty.channel.ChannelPromise promise)
        Description copied from interface: XrootdOutboundRequest
        Marshals this request object into a buffer and writes it to the context.

        Specified by:
        writeTo in interface XrootdOutboundRequest