Uses of Class
org.apache.sshd.common.session.helpers.CurrentService
Packages that use CurrentService
-
Uses of CurrentService in org.apache.sshd.client.session
Subclasses of CurrentService in org.apache.sshd.client.sessionModifier and TypeClassDescriptionprivate static class
Encapsulates and protects against concurrent access the service switching.Methods in org.apache.sshd.client.session that return CurrentServiceModifier and TypeMethodDescriptionprotected CurrentService
ClientSessionImpl.initializeCurrentService()
-
Uses of CurrentService in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers declared as CurrentServiceMethods in org.apache.sshd.common.session.helpers that return CurrentServiceModifier and TypeMethodDescriptionprotected CurrentService
AbstractSession.initializeCurrentService()
Creates a newCurrentService
instance managing this session's current SSH service.