Package org.apache.sshd.client.session
Class ClientSessionImpl.Services
java.lang.Object
org.apache.sshd.common.session.helpers.CurrentService
org.apache.sshd.client.session.ClientSessionImpl.Services
- Enclosing class:
ClientSessionImpl
Encapsulates and protects against concurrent access the service switching.
-
Field Summary
FieldsFields inherited from class org.apache.sshd.common.session.helpers.CurrentService
session
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) Service
getNext()
(package private) String
(package private) void
initialize
(List<? extends ServiceFactory> factories) (package private) void
Methods inherited from class org.apache.sshd.common.session.helpers.CurrentService
getName, getService, process, set, start
-
Field Details
-
nextName
-
next
-
-
Constructor Details
-
Services
Services(ClientSessionImpl session)
-
-
Method Details
-
initialize
- Throws:
IOException
-
switchServices
- Throws:
IOException
-
getNextName
String getNextName() -
getNext
Service getNext()
-