public class JnlpProtocolFactory extends Object
Constructor and Description |
---|
JnlpProtocolFactory() |
Modifier and Type | Method and Description |
---|---|
static List<JnlpProtocol> |
createProtocols(String slaveSecret,
String slaveName)
Deprecated.
as of 2.51. Use
createProtocols(String, String, EngineListener) . |
static List<JnlpProtocol> |
createProtocols(String slaveSecret,
String slaveName,
EngineListener events)
Create the list of protocols the JNLP slave should attempt when
connecting to the master.
|
public static List<JnlpProtocol> createProtocols(String slaveSecret, String slaveName, EngineListener events)
slaveSecret
- The secret associated with the slave.slaveName
- The name of the registered slave.events
- The EngineListener
that the protocol shall send events to.public static List<JnlpProtocol> createProtocols(String slaveSecret, String slaveName)
createProtocols(String, String, EngineListener)
.Copyright © 2017. All rights reserved.