Uses of Class
org.apache.sshd.common.session.helpers.CurrentService
-
Packages that use CurrentService Package Description org.apache.sshd.client.session org.apache.sshd.common.session.helpers -
-
Uses of CurrentService in org.apache.sshd.client.session
Subclasses of CurrentService in org.apache.sshd.client.session Modifier and Type Class Description private static class
ClientSessionImpl.Services
Encapsulates and protects against concurrent access the service switching.Methods in org.apache.sshd.client.session that return CurrentService Modifier and Type Method Description protected CurrentService
ClientSessionImpl. initializeCurrentService()
-
Uses of CurrentService in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as CurrentService Modifier and Type Field Description protected CurrentService
AbstractSession. currentService
Methods in org.apache.sshd.common.session.helpers that return CurrentService Modifier and Type Method Description protected CurrentService
AbstractSession. initializeCurrentService()
Creates a newCurrentService
instance managing this session's current SSH service.
-