Uses of Class
hudson.remoting.Request
-
Uses of Request in hudson.remoting
Modifier and TypeMethodDescriptionRequest<?,
?> Response.getRequest()
Obtains the matching request.Modifier and TypeMethodDescriptionvoid
Channel.Listener.onResponse
(Channel channel, Request<?, ?> req, Response<?, ?> rsp, long totalTime) Called when a response has been read from a channel. -
Uses of Request in org.jenkinsci.remoting.util
Modifier and TypeMethodDescriptionvoid
LoggingChannelListener.onResponse
(Channel channel, Request<?, ?> req, Response<?, ?> rsp, long totalTime)