public class ArchipelagoClient extends Object implements TransceiverListener
| Modifier and Type | Field and Description |
|---|---|
static String |
clientHost |
| Constructor and Description |
|---|
ArchipelagoClient(long id,
InputStream inStream,
OutputStream outStream) |
ArchipelagoClient(long id,
InputStream inStream,
OutputStream outStream,
TransceiverExceptionListener tel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static ArrayList<ArchipelagoClient> |
getClients() |
static ArchipelagoClient |
getFirstClient() |
void |
handleMessage(ClusterMessage cm) |
boolean |
isActive() |
boolean |
join() |
void |
log(String string) |
void |
streamClosed() |
public static String clientHost
public ArchipelagoClient(long id,
InputStream inStream,
OutputStream outStream)
throws IOException
IOExceptionpublic ArchipelagoClient(long id,
InputStream inStream,
OutputStream outStream,
TransceiverExceptionListener tel)
throws IOException
IOExceptionpublic static ArrayList<ArchipelagoClient> getClients()
public static ArchipelagoClient getFirstClient()
public void handleMessage(ClusterMessage cm)
handleMessage in interface TransceiverListenerpublic void log(String string)
public boolean join()
public boolean isActive()
public void close()
public void streamClosed()
streamClosed in interface TransceiverListenerCopyright © 2015–2021 Fiji. All rights reserved.