Uses of Class
org.sentrysoftware.ipmi.core.api.sync.IpmiConnector
Packages that use IpmiConnector
Package
Description
The asynchronous API.
The API for Serial Over LAN (SOL) communication for IPMI.
Package responsible for
Connection management.-
Uses of IpmiConnector in org.sentrysoftware.ipmi.core.api.async
Constructors in org.sentrysoftware.ipmi.core.api.async with parameters of type IpmiConnectorModifierConstructorDescriptionInboundSolMessageListener(IpmiConnector connector, ConnectionHandle connectionHandle, List<SolEventListener> eventListeners) -
Uses of IpmiConnector in org.sentrysoftware.ipmi.core.api.sol
Constructors in org.sentrysoftware.ipmi.core.api.sol with parameters of type IpmiConnectorModifierConstructorDescriptionSerialOverLan(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 newSessionfor 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 newSessionfor SOL communication.SerialOverLan(IpmiConnector connector, Session session) Tries to open SOL communication on given existing session. -
Uses of IpmiConnector in org.sentrysoftware.ipmi.core.connection
Methods in org.sentrysoftware.ipmi.core.connection with parameters of type IpmiConnectorModifier and TypeMethodDescriptionstatic SessionSessionManager.establishSession(IpmiConnector connector, String remoteHost, int remotePort, String user, String password, CipherSuiteSelectionHandler cipherSuiteSelectionHandler)