Class SetResponse
- java.lang.Object
-
- org.dcache.xrootd.protocol.messages.AbstractXrootdResponse<T>
-
- org.dcache.xrootd.protocol.messages.StringResponse<SetRequest>
-
- org.dcache.xrootd.protocol.messages.SetResponse
-
- All Implemented Interfaces:
XrootdResponse<SetRequest>
public class SetResponse extends StringResponse<SetRequest>
-
-
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 SetResponse(SetRequest request, java.lang.String resp)
-
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
-
SetResponse
public SetResponse(SetRequest request, java.lang.String resp)
-
-