Uses of Class
org.metricshub.ipmi.core.connection.SessionException
Packages that use SessionException
Package
Description
The API for Serial Over LAN (SOL) communication for IPMI.
Package responsible for
Connection
management.-
Uses of SessionException in org.metricshub.ipmi.core.api.sol
Constructors in org.metricshub.ipmi.core.api.sol that throw SessionExceptionModifierConstructorDescriptionSerialOverLan
(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. -
Uses of SessionException in org.metricshub.ipmi.core.connection
Methods in org.metricshub.ipmi.core.connection that throw SessionExceptionModifier and TypeMethodDescriptionstatic Session
SessionManager.establishSession
(IpmiConnector connector, String remoteHost, int remotePort, String user, String password, CipherSuiteSelectionHandler cipherSuiteSelectionHandler)