public class HotRodURI extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
EMPTY_STRING_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
static HotRodURI |
create(String uriString) |
static HotRodURI |
create(URI uri) |
List<InetSocketAddress> |
getAddresses() |
String |
getPassword() |
Properties |
getProperties() |
String |
getUsername() |
boolean |
isSsl() |
ConfigurationBuilder |
toConfigurationBuilder() |
String |
toString() |
public static final String[] EMPTY_STRING_ARRAY
public List<InetSocketAddress> getAddresses()
public boolean isSsl()
public String getUsername()
public String getPassword()
public Properties getProperties()
public ConfigurationBuilder toConfigurationBuilder()
Copyright © 2022 JBoss by Red Hat. All rights reserved.