public class HostControllerClient extends Object implements Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getServerName()
Get the server name.
|
void |
reconnect(String hostName,
int port,
byte[] authKey,
boolean mgmtSubsystemEndpoint) |
public String getServerName()
public void reconnect(String hostName, int port, byte[] authKey, boolean mgmtSubsystemEndpoint) throws IOException, URISyntaxException
IOException
URISyntaxException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2015 JBoss by Red Hat. All rights reserved.