Uses of Class
hudson.cli.Connection
-
Packages that use Connection Package Description hudson.cli Server-side CLI commands for Hudson. -
-
Uses of Connection in hudson.cli
Methods in hudson.cli that return Connection Modifier and Type Method Description Connection
Connection. encryptConnection(SecretKey sessionKey, String algorithm)
Deprecated.Upgrades a connection with transport encryption by the specified symmetric cipher.Methods in hudson.cli with parameters of type Connection Modifier and Type Method Description abstract void
CliTransportAuthenticator. authenticate(String protocol, hudson.remoting.Channel channel, Connection con)
Deprecated.Performs authentication.
-