Uses of Class
org.dcache.xrootd.tpc.protocol.messages.AbstractXrootdInboundResponse
-
Packages that use AbstractXrootdInboundResponse Package Description org.dcache.xrootd.tpc org.dcache.xrootd.tpc.protocol.messages -
-
Uses of AbstractXrootdInboundResponse in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc with parameters of type AbstractXrootdInboundResponse Modifier and Type Method Description protected voidAbstractClientAuthnHandler. doOnWaitResponse(io.netty.channel.ChannelHandlerContext ctx, AbstractXrootdInboundResponse response)protected voidAbstractClientRequestHandler. doOnWaitResponse(io.netty.channel.ChannelHandlerContext ctx, AbstractXrootdInboundResponse response)protected voidAbstractClientSourceHandler. doOnWaitResponse(io.netty.channel.ChannelHandlerContext ctx, AbstractXrootdInboundResponse response)protected voidTpcClientConnectHandler. doOnWaitResponse(io.netty.channel.ChannelHandlerContext ctx, AbstractXrootdInboundResponse response)protected voidTpcSourceReadHandler. doOnWaitResponse(io.netty.channel.ChannelHandlerContext ctx, AbstractXrootdInboundResponse response)protected intAbstractClientRequestHandler. getWaitInSeconds(AbstractXrootdInboundResponse response) -
Uses of AbstractXrootdInboundResponse in org.dcache.xrootd.tpc.protocol.messages
Subclasses of AbstractXrootdInboundResponse in org.dcache.xrootd.tpc.protocol.messages Modifier and Type Class Description classAbstractInboundWaitResponseServer's prerogative to tell the client to wait up to a certain number of seconds.classInboundAttnResponseServer's prerogative to tell the client to do something.classInboundAuthenticationResponseResponse from third-party source server.classInboundChecksumResponseResponse from third-party source server.classInboundCloseResponseResponse from third-party source server.classInboundEndSessionResponseResponse from third-party source server.classInboundErrorResponsekXR_charstreamid[2] kXR_unt16stat kXR_int32dlen kXR_int32errnum kXR_charerrmsg[dlen-4]classInboundHandshakeResponseReply from third-party source server establishing connection.classInboundLoginResponseResponse from third-party source server.classInboundOpenReadOnlyResponseResponse from third-party source server.classInboundProtocolResponseAccording to protocol, has the following packet structure:classInboundReadResponseResponse from third-party source server.classInboundRedirectResponseResponse from third-party source server.classInboundWaitResponseServer's prerogative to tell the client to wait up to a certain number of seconds and then retry.classInboundWaitRespResponseServer's prerogative to tell the client to wait up to a certain number of seconds.
-