public final class VNSConfig extends Object
| Constructor and Description |
|---|
VNSConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
Deprecated.
Use VinciContext.getVNSHost() instead.
|
int |
getPort()
Deprecated.
Use VinciContext.getVNSPort() instead.
|
void |
setHost(String h)
Deprecated.
Use VinciContext.setVNSHost() instead.
|
void |
setPort(int p)
Deprecated.
Use VinciContext.setVNSPort() instead.
|
public static VNSConfig INSTANCE
@Deprecated public String getHost()
IllegalStateException - if no VNS host has been specified.@Deprecated public int getPort()
@Deprecated public void setHost(String h)
h - -@Deprecated public void setPort(int p)
p - -Copyright © 2018. All rights reserved.