Class CachingKeyPairProvider.CancellingKeyPairIterator
java.lang.Object
org.eclipse.jgit.internal.transport.sshd.CachingKeyPairProvider.CancellingKeyPairIterator
- Enclosing class:
- CachingKeyPairProvider
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCancellingKeyPairIterator
(org.apache.sshd.common.session.SessionContext session, Collection<? extends Path> resources) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
context
private final org.apache.sshd.common.session.SessionContext context -
paths
-
nextItem
-
nextSet
private boolean nextSet
-
-
Constructor Details
-
CancellingKeyPairIterator
public CancellingKeyPairIterator(org.apache.sshd.common.session.SessionContext session, Collection<? extends Path> resources)
-
-
Method Details