| Package | Description |
|---|---|
| org.gcube.common.clients.builders |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStatelessBuilder<A,S,P>
Partial implementation of proxy builders for stateless services.
|
| Modifier and Type | Method and Description |
|---|---|
StatelessBuilderAPI.SecondClause<P> |
AbstractStatelessBuilder.at(String host,
int port) |
StatelessBuilderAPI.SecondClause<P> |
StatelessBuilderAPI.Builder.at(String host,
int port)
Configures the address of a given service instance.
|
StatelessBuilderAPI.SecondClause<P> |
AbstractStatelessBuilder.at(URI address) |
StatelessBuilderAPI.SecondClause<P> |
StatelessBuilderAPI.Builder.at(URI address)
Configures the address of a given service endpoint.
|
StatelessBuilderAPI.SecondClause<P> |
AbstractStatelessBuilder.at(URL address) |
StatelessBuilderAPI.SecondClause<P> |
StatelessBuilderAPI.Builder.at(URL address)
Configures the address of a given service endpoint.
|
Copyright © 2017. All Rights Reserved.