Uses of Class
org.metricshub.ipmi.core.connection.Session
Packages that use Session
Package
Description
The asynchronous API.
The API for Serial Over LAN (SOL) communication for IPMI.
The library's API.
For synchronous API see
For synchronous API see
org.metricshub.ipmi.core.api.sync
, for asynchronous API see org.metricshub.ipmi.core.api.async
Package responsible for
Connection
management.-
Uses of Session in org.metricshub.ipmi.core.api.async
Methods in org.metricshub.ipmi.core.api.async that return SessionModifier and TypeMethodDescriptionIpmiAsyncConnector.getExistingSessionForCriteria
(InetAddress remoteAddress, int remotePort, String user) Returns session already bound to given connection handle fulfilling given criteria.IpmiAsyncConnector.openSession
(ConnectionHandle connectionHandle, String username, String password, byte[] bmcKey) Establishes the session with the remote host. -
Uses of Session in org.metricshub.ipmi.core.api.sol
Constructors in org.metricshub.ipmi.core.api.sol with parameters of type SessionModifierConstructorDescriptionSerialOverLan
(IpmiConnector connector, Session session) Tries to open SOL communication on given existing session. -
Uses of Session in org.metricshub.ipmi.core.api.sync
Methods in org.metricshub.ipmi.core.api.sync that return SessionModifier and TypeMethodDescriptionIpmiConnector.getExistingSessionForCriteria
(InetAddress remoteAddress, int remotePort, String user) Returns session already bound to given connection handle fulfilling given criteria.IpmiConnector.openSession
(ConnectionHandle connectionHandle, String username, String password, byte[] bmcKey) Establishes the session with the remote host. -
Uses of Session in org.metricshub.ipmi.core.connection
Methods in org.metricshub.ipmi.core.connection that return SessionModifier and TypeMethodDescriptionstatic Session
SessionManager.establishSession
(IpmiConnector connector, String remoteHost, int remotePort, String user, String password, CipherSuiteSelectionHandler cipherSuiteSelectionHandler) SessionManager.getSessionForCriteria
(InetAddress remoteAddress, int remotePort, String user) Returns session already bound to given connection handle fulfilling given criteria.SessionManager.registerSession
(int sessionId, ConnectionHandle connectionHandle)