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)
@Deprecated public void setPort(int p)
Copyright © 2019. All rights reserved.