public class DefaultClientBuilderParams extends java.lang.Object implements ClientBuilderParams
ClientBuilderParams
implementation.Constructor and Description |
---|
DefaultClientBuilderParams(ClientFactory factory,
java.net.URI uri,
java.lang.Class<?> type,
ClientOptions options)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
clientType()
Returns the type of the client.
|
ClientFactory |
factory()
Returns the
ClientFactory who created the client. |
ClientOptions |
options()
Returns the options of the client.
|
java.lang.String |
toString() |
java.net.URI |
uri()
Returns the endpoint URI of the client.
|
public DefaultClientBuilderParams(ClientFactory factory, java.net.URI uri, java.lang.Class<?> type, ClientOptions options)
public ClientFactory factory()
ClientBuilderParams
ClientFactory
who created the client.factory
in interface ClientBuilderParams
public java.net.URI uri()
ClientBuilderParams
uri
in interface ClientBuilderParams
public java.lang.Class<?> clientType()
ClientBuilderParams
clientType
in interface ClientBuilderParams
public ClientOptions options()
ClientBuilderParams
options
in interface ClientBuilderParams
public java.lang.String toString()
toString
in class java.lang.Object