| Package | Description |
|---|---|
| org.dcache.xrootd.core | |
| org.dcache.xrootd.plugins | |
| org.dcache.xrootd.plugins.authn.none | |
| org.dcache.xrootd.protocol.messages | |
| org.dcache.xrootd.stream |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends XrootdRequest> |
XrootdRequestHandler.unsupported(io.netty.channel.ChannelHandlerContext ctx,
T msg) |
| Modifier and Type | Method and Description |
|---|---|
XrootdResponse<AuthenticationRequest> |
AuthenticationHandler.authenticate(AuthenticationRequest request)
Authenticate method, parsing the requests and creating adequate
responses.
|
| Modifier and Type | Method and Description |
|---|---|
XrootdResponse<AuthenticationRequest> |
NoAuthenticationHandler.authenticate(AuthenticationRequest request) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXrootdResponse<T extends XrootdRequest> |
class |
AsyncResponse<T extends XrootdRequest> |
class |
AuthenticationResponse |
class |
AwaitAsyncResponse<T extends XrootdRequest> |
class |
DirListResponse |
class |
DirListStatResponse |
class |
ErrorResponse<T extends XrootdRequest> |
class |
LocateResponse |
class |
LoginResponse |
class |
OkResponse<T extends XrootdRequest> |
class |
OpenResponse |
class |
ProtocolResponse |
class |
QueryResponse |
class |
ReadResponse |
class |
ReadVResponse |
class |
RedirectResponse<R extends XrootdRequest> |
class |
SetResponse |
class |
StatResponse |
class |
StatxResponse |
class |
StringResponse<T extends XrootdRequest> |
class |
ZeroCopyReadResponse |
| Modifier and Type | Method and Description |
|---|---|
XrootdResponse<T> |
AsyncResponse.getResponse() |
| Constructor and Description |
|---|
AsyncResponse(XrootdResponse<T> response) |
| Modifier and Type | Method and Description |
|---|---|
XrootdResponse<?> |
ChunkedResponse.nextChunk(io.netty.buffer.ByteBufAllocator alloc)
Fetches a chunk from the stream.
|
Copyright © 2011–2018 dCache.org. All rights reserved.