Uses of Class
org.dcache.xrootd.protocol.messages.LoginRequest
-
Packages that use LoginRequest Package Description org.dcache.xrootd.core org.dcache.xrootd.protocol.messages -
-
Uses of LoginRequest in org.dcache.xrootd.core
Methods in org.dcache.xrootd.core with parameters of type LoginRequest Modifier and Type Method Description protected java.lang.ObjectXrootdRequestHandler. doOnLogin(io.netty.channel.ChannelHandlerContext ctx, LoginRequest msg)protected LoginResponseXrootdSessionHandler. doOnLogin(io.netty.channel.ChannelHandlerContext ctx, LoginRequest request)Constructors in org.dcache.xrootd.core with parameters of type LoginRequest Constructor Description XrootdSession(XrootdSessionIdentifier id, io.netty.channel.Channel channel, LoginRequest loginRequest) -
Uses of LoginRequest in org.dcache.xrootd.protocol.messages
Constructors in org.dcache.xrootd.protocol.messages with parameters of type LoginRequest Constructor Description LoginResponse(LoginRequest request, XrootdSessionIdentifier sessionId, java.lang.String sec)
-