protected static class JnlpSlaveAgentProtocol2.Handler2 extends JnlpSlaveAgentProtocol.Handler
Constructor and Description |
---|
Handler2(org.jenkinsci.remoting.nio.NioChannelHub hub,
Socket socket) |
Handler2(Socket socket)
Deprecated.
as of 1.559
Use
#Handler2(NioChannelHub, Socket) |
Modifier and Type | Method and Description |
---|---|
protected void |
run()
Handles JNLP slave agent connection request (v2 protocol)
|
jnlpConnect
createChannelBuilder, error, getHub, getIn, getOut, getRequestProperties, getRequestProperty, getSocket, success
@Deprecated public Handler2(Socket socket) throws IOException
#Handler2(NioChannelHub, Socket)
IOException
public Handler2(org.jenkinsci.remoting.nio.NioChannelHub hub, Socket socket) throws IOException
IOException
protected void run() throws IOException, InterruptedException
run
in class JnlpSlaveAgentProtocol.Handler
IOException
InterruptedException
Copyright © 2015. All rights reserved.