protected static class JnlpSlaveAgentProtocol.Handler extends JnlpSlaveHandshake
Constructor and Description |
---|
Handler(org.jenkinsci.remoting.nio.NioChannelHub hub,
Socket socket) |
Handler(Socket socket)
Deprecated.
as of 1.559
Use
#Handler(NioChannelHub, Socket) |
Modifier and Type | Method and Description |
---|---|
protected hudson.remoting.Channel |
jnlpConnect(SlaveComputer computer) |
protected void |
run() |
createChannelBuilder, error, getHub, getIn, getOut, getRequestProperties, getRequestProperty, getSocket, success
@Deprecated public Handler(Socket socket) throws IOException
#Handler(NioChannelHub, Socket)
IOException
public Handler(org.jenkinsci.remoting.nio.NioChannelHub hub, Socket socket) throws IOException
IOException
protected void run() throws IOException, InterruptedException
IOException
InterruptedException
protected hudson.remoting.Channel jnlpConnect(SlaveComputer computer) throws InterruptedException, IOException
InterruptedException
IOException
Copyright © 2015. All rights reserved.