Uses of Class
hudson.remoting.Channel

Packages that use Channel
hudson.remoting Remoting infrastructure for Hudson. 
 

Uses of Channel in hudson.remoting
 

Fields in hudson.remoting declared as Channel
protected  Channel SynchronousCommandTransport.channel
           
protected  Channel AbstractByteArrayCommandTransport.channel
           
 

Methods in hudson.remoting that return Channel
static Channel Channel.current()
          This method can be invoked during the serialization/deserialization of objects when they are transferred to the remote Channel, as well as during Callable.call() is invoked.
 

Methods in hudson.remoting with parameters of type Channel
protected  void UnexportCommand.execute(Channel channel)
           
 void Channel.Listener.onClosed(Channel channel, java.io.IOException cause)
          When the channel was closed normally or abnormally due to an error.
abstract  byte[] AbstractSynchronousByteArrayCommandTransport.readBlock(Channel channel)
          Read a byte[] from the underlying transport for the given channel.
 void SynchronousCommandTransport.setup(Channel channel, hudson.remoting.CommandTransport.CommandReceiver receiver)
           
 void AbstractByteArrayCommandTransport.setup(Channel channel, hudson.remoting.CommandTransport.CommandReceiver receiver)
           
abstract  void CommandTransport.setup(Channel channel, hudson.remoting.CommandTransport.CommandReceiver receiver)
          Starts the transport.
abstract  void AbstractByteArrayCommandTransport.writeBlock(Channel channel, byte[] payload)
          Writes a byte[] to the transport.
abstract  void AbstractSynchronousByteArrayCommandTransport.writeBlock(Channel channel, byte[] payload)
          Writes a byte[] to the transport.
 

Constructors in hudson.remoting with parameters of type Channel
PingThread(Channel channel)
           
PingThread(Channel channel, long interval)
           
PingThread(Channel channel, long timeout, long interval)
           
 



Copyright © 2013. All Rights Reserved.