| Package | Description |
|---|---|
| org.dcache.xrootd.core | |
| org.dcache.xrootd.protocol.messages | |
| org.dcache.xrootd.stream |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
XrootdRequestHandler.doOnRead(io.netty.channel.ChannelHandlerContext ctx,
ReadRequest msg) |
protected Void |
XrootdAuthorizationHandler.doOnRead(io.netty.channel.ChannelHandlerContext ctx,
ReadRequest msg) |
| Modifier and Type | Method and Description |
|---|---|
ReadRequest |
ZeroCopyReadResponse.getRequest() |
ReadRequest |
ReadResponse.getRequest() |
| Constructor and Description |
|---|
ReadResponse(ReadRequest request,
io.netty.buffer.ByteBuf data,
boolean isIncomplete) |
ZeroCopyReadResponse(ReadRequest request,
FileChannel file) |
| Modifier and Type | Field and Description |
|---|---|
protected ReadRequest |
AbstractChunkedReadResponse.request |
| Constructor and Description |
|---|
AbstractChunkedReadResponse(ReadRequest request,
int maxFrameSize) |
ChunkedFileChannelReadResponse(ReadRequest request,
int maxFrameSize,
FileChannel channel) |
Copyright © 2011–2018 dCache.org. All rights reserved.