private static final class SslEndpointImpl.ConnectionsIterator extends Object implements Iterator
| Modifier and Type | Field and Description |
|---|---|
private Collection |
active |
private Endpoint |
endpoint |
private Collection |
idle |
private Iterator |
iter |
| Constructor and Description |
|---|
ConnectionsIterator(Endpoint endpoint,
Collection active,
Collection idle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprivate final Endpoint endpoint
private Collection active
private final Collection idle
private Iterator iter
ConnectionsIterator(Endpoint endpoint, Collection active, Collection idle)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.