Class QueryResponse
- java.lang.Object
-
- org.dcache.xrootd.protocol.messages.AbstractXrootdResponse<T>
-
- org.dcache.xrootd.protocol.messages.StringResponse<QueryRequest>
-
- org.dcache.xrootd.protocol.messages.QueryResponse
-
- All Implemented Interfaces:
XrootdResponse<QueryRequest>
public class QueryResponse extends StringResponse<QueryRequest>
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.protocol.messages.StringResponse
response
-
Fields inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdResponse
request, stat
-
-
Constructor Summary
Constructors Constructor Description QueryResponse(QueryRequest request, java.lang.String info)
-
Method Summary
-
Methods inherited from class org.dcache.xrootd.protocol.messages.StringResponse
getBytes, getDataLength, getResponse, toString
-
Methods inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdResponse
getRequest, getStatus, writeTo
-
-
-
-
Constructor Detail
-
QueryResponse
public QueryResponse(QueryRequest request, java.lang.String info)
-
-