public class ImageManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
host |
protected static int |
port |
| Constructor and Description |
|---|
ImageManager(List<CombineImageUrl> urls,
int maxResponseTime,
String uname,
String pw) |
ImageManager(List urls,
int maxResponseTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<ReferencedImage> |
getCombinedImages()
Combine all the images recieved
|
int |
getInstanceNumber() |
void |
process() |
protected static final String host
protected static final int port
public ImageManager(List urls, int maxResponseTime)
public ImageManager(List<CombineImageUrl> urls, int maxResponseTime, String uname, String pw)
public List<ReferencedImage> getCombinedImages() throws Exception
Exceptionpublic void close()
public int getInstanceNumber()
Copyright © 2015. All rights reserved.