Class EndSessionRequest
- java.lang.Object
-
- org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
-
- org.dcache.xrootd.protocol.messages.EndSessionRequest
-
- All Implemented Interfaces:
XrootdRequest
public class EndSessionRequest extends AbstractXrootdRequest
-
-
Field Summary
-
Fields inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
requestId, streamId
-
-
Constructor Summary
Constructors Constructor Description EndSessionRequest(io.netty.buffer.ByteBuf buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XrootdSessionIdentifiergetSessionId()java.lang.StringtoString()-
Methods inherited from class org.dcache.xrootd.protocol.messages.AbstractXrootdRequest
getRequestId, getSession, getStreamId, getSubject, setSession
-
-
-
-
Method Detail
-
getSessionId
public XrootdSessionIdentifier getSessionId()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-