Uses of Class
hudson.remoting.Response
-
Uses of Response in hudson.remoting
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 Response in org.jenkinsci.remoting.util
Modifier and TypeMethodDescriptionvoid
LoggingChannelListener.onResponse
(Channel channel, Request<?, ?> req, Response<?, ?> rsp, long totalTime)