Uses of Class
org.metricshub.ipmi.core.api.sol.SOLException
Packages that use SOLException
Package
Description
The API for Serial Over LAN (SOL) communication for IPMI.
-
Uses of SOLException in org.metricshub.ipmi.core.api.sol
Constructors in org.metricshub.ipmi.core.api.sol that throw SOLExceptionModifierConstructorDescriptionSerialOverLan
(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.SerialOverLan
(IpmiConnector connector, Session session) Tries to open SOL communication on given existing session.