public class ProxySourceData
extends java.lang.Object
| Red (ahuseyno) |
| Red (ahuseyno) |
| Constructor and Description |
|---|
ProxySourceData(ProxySource proxySource)
Creates an instance of the data structure with the specified ProxySource and
a new token queue.
|
| Modifier and Type | Method and Description |
|---|---|
ProxySource |
getProxySource()
Return the ProxySource.
|
java.util.concurrent.ConcurrentLinkedQueue<CommunicationToken> |
getTokenQueue()
Return the token queue that stores tokens sent for the ProxySource.
|
public ProxySourceData(ProxySource proxySource)
proxySource - The remote source of the ProxySourceDatapublic ProxySource getProxySource()
public java.util.concurrent.ConcurrentLinkedQueue<CommunicationToken> getTokenQueue()