Uses of Class
org.dcache.xrootd.tpc.protocol.messages.InboundAuthenticationResponse
-
Packages that use InboundAuthenticationResponse Package Description org.dcache.xrootd.tpc -
-
Uses of InboundAuthenticationResponse in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc that return InboundAuthenticationResponse Modifier and Type Method Description InboundAuthenticationResponseXrootdTpcClient. getAuthResponse()Methods in org.dcache.xrootd.tpc with parameters of type InboundAuthenticationResponse Modifier and Type Method Description protected voidAbstractClientRequestHandler. doOnAuthenticationResponse(io.netty.channel.ChannelHandlerContext ctx, InboundAuthenticationResponse response)protected voidAbstractClientSourceHandler. doOnAuthenticationResponse(io.netty.channel.ChannelHandlerContext ctx, InboundAuthenticationResponse response)If this method is called on this handler with status OK, this means that step has succeeded.voidXrootdTpcClient. setAuthResponse(InboundAuthenticationResponse authResponse)
-