Interface XrootdOutboundRequest

    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • writeTo

        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.

      • getStreamId

        int getStreamId()