Uses of Class
org.dcache.xrootd.core.XrootdSession
-
Packages that use XrootdSession Package Description org.dcache.xrootd.protocol.messages -
-
Uses of XrootdSession in org.dcache.xrootd.protocol.messages
Fields in org.dcache.xrootd.protocol.messages declared as XrootdSession Modifier and Type Field Description protected XrootdSessionAbstractXrootdRequest. sessionMethods in org.dcache.xrootd.protocol.messages that return XrootdSession Modifier and Type Method Description XrootdSessionAbstractXrootdRequest. getSession()XrootdSessionXrootdRequest. getSession()Returns the xrootd session associated with the request.Methods in org.dcache.xrootd.protocol.messages with parameters of type XrootdSession Modifier and Type Method Description voidAbstractXrootdRequest. setSession(XrootdSession session)voidXrootdRequest. setSession(XrootdSession session)Associates the request with an xrootd session.
-