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)IOExceptionpublic Handler(org.jenkinsci.remoting.nio.NioChannelHub hub,
Socket socket)
throws IOException
IOExceptionprotected void run()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionprotected hudson.remoting.Channel jnlpConnect(SlaveComputer computer) throws InterruptedException, IOException
InterruptedExceptionIOExceptionCopyright © 2019. All rights reserved.