Interface XrootdOutboundRequest
-
- All Known Implementing Classes:
AbstractXrootdOutboundRequest,OutboundAuthenticationRequest,OutboundChecksumRequest,OutboundCloseRequest,OutboundEndSessionRequest,OutboundHandshakeRequest,OutboundLoginRequest,OutboundOpenReadOnlyRequest,OutboundProtocolRequest,OutboundReadRequest,OutboundSigverRequest
public interface XrootdOutboundRequestSupports outgoing third-party source server requests.
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-