public class InboundAttnResponse extends AbstractXrootdInboundResponse
Server's prerogative to tell the client to do something.
According to protocol, response has this structure:
| kXR_char | pad[2] |
| kXR_unt16 | kXR_attn |
| kXR_int32 | plen |
| kXR_int32 | actnum |
| kXR_char | parms[plen-4] |
stat, streamId| Constructor and Description |
|---|
InboundAttnResponse(io.netty.buffer.ByteBuf buffer,
int requestId) |
| Modifier and Type | Method and Description |
|---|---|
int |
getActnum() |
String |
getMessage() |
int |
getMsec() |
int |
getPort() |
byte[] |
getrData() |
String |
getRedirectData() |
int |
getRequestId()
The xrootd request type this is a response to
|
int |
getrStat() |
int |
getrStreamId() |
int |
getWsec() |
getStatus, getStreamIdpublic InboundAttnResponse(io.netty.buffer.ByteBuf buffer,
int requestId)
public int getActnum()
public byte[] getrData()
public String getMessage()
public int getMsec()
public int getPort()
public String getRedirectData()
public int getRequestId()
XrootdInboundResponsepublic int getrStreamId()
public int getrStat()
public int getWsec()
Copyright © 2011–2018 dCache.org. All rights reserved.