Uses of Interface
org.metricshub.ipmi.core.api.sol.CipherSuiteSelectionHandler
Packages that use CipherSuiteSelectionHandler
Package
Description
The API for Serial Over LAN (SOL) communication for IPMI.
Package responsible for
Connection
management.-
Uses of CipherSuiteSelectionHandler in org.metricshub.ipmi.core.api.sol
Classes in org.metricshub.ipmi.core.api.sol that implement CipherSuiteSelectionHandlerModifier and TypeClassDescriptionclass
Implementation ofCipherSuiteSelectionHandler
that always returns cipher suite provided in the constructor.Constructors in org.metricshub.ipmi.core.api.sol with parameters of type CipherSuiteSelectionHandlerModifierConstructorDescriptionSerialOverLan
(IpmiConnector connector, String remoteHost, int remotePort, String user, String password, CipherSuiteSelectionHandler cipherSuiteSelectionHandler) Creates connection with IPMI using givenIpmiConnector
, connected to remote machine on given address and port, and opens a newSession
for SOL communication.SerialOverLan
(IpmiConnector connector, String remoteHost, String user, String password, CipherSuiteSelectionHandler cipherSuiteSelectionHandler) Creates connection with IPMI using givenIpmiConnector
, connected to remote machine on given address and default IPMI port, and opens a newSession
for SOL communication. -
Uses of CipherSuiteSelectionHandler in org.metricshub.ipmi.core.connection
Methods in org.metricshub.ipmi.core.connection with parameters of type CipherSuiteSelectionHandlerModifier and TypeMethodDescriptionstatic Session
SessionManager.establishSession
(IpmiConnector connector, String remoteHost, int remotePort, String user, String password, CipherSuiteSelectionHandler cipherSuiteSelectionHandler)