Uses of Class
hudson.remoting.Request
Packages that use Request
-
Uses of Request in hudson.remoting
Methods in hudson.remoting that return RequestModifier and TypeMethodDescriptionRequest<?,
?> Response.getRequest()
Obtains the matching request.Methods in hudson.remoting with parameters of type RequestModifier 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
Methods in org.jenkinsci.remoting.util with parameters of type RequestModifier and TypeMethodDescriptionvoid
LoggingChannelListener.onResponse
(Channel channel, Request<?, ?> req, Response<?, ?> rsp, long totalTime)