Uses of Class
hudson.remoting.Command
Packages that use Command
-
Uses of Command in hudson.remoting
Subclasses of Command in hudson.remotingModifier and TypeClassDescriptionclassRequest<RSP extends Serializable,EXC extends Throwable> Request/response pattern overChannel, the layer-1 service.final classResponse<RSP extends Serializable,EXC extends Throwable> Request/response pattern overCommand.classCommandthat unexports an object.Methods in hudson.remoting that return CommandModifier and TypeMethodDescriptionAbstractSynchronousByteArrayCommandTransport.read()abstract CommandSynchronousCommandTransport.read()Called byChannelto read the next command to arrive from the stream.static CommandReads command from the specified payload.Methods in hudson.remoting with parameters of type CommandModifier and TypeMethodDescriptionvoidNotifies the channel that a newCommandwas received from the other side.voidCalled when a command is successfully received by a channel.voidCalled when a command is successfully written to a channel.final voidfinal voidCalled byChannelto send one command to the other side.voidabstract voidCalled byChannelto send one command to the other side. -
Uses of Command in org.jenkinsci.remoting.util
Methods in org.jenkinsci.remoting.util with parameters of type Command