public class XrootdClientDecoder
extends io.netty.handler.codec.ByteToMessageDecoder
FrameDecoder for translating xrootd frames into
XrootdInboundResponse objects.
Intended to support third-party client requests to a source server.
| Modifier and Type | Field and Description |
|---|---|
protected XrootdTpcClient |
client |
protected String |
sourceUrn |
| Constructor and Description |
|---|
XrootdClientDecoder(XrootdTpcClient client) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
io.netty.buffer.ByteBuf in,
List<Object> out) |
actualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtprotected final XrootdTpcClient client
protected final String sourceUrn
public XrootdClientDecoder(XrootdTpcClient client)
Copyright © 2011–2018 dCache.org. All rights reserved.