EurekaRegistryContext, EurekaRegistryContext.EurekaRegistryContextBuilder, org.refcodes.rest.HomeRequestObserverAccessor, org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverBuilder<EurekaRegistryContext.EurekaRegistryContextBuilder>, org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverMutator, org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverProperty, org.refcodes.rest.HttpRegistryContext<EurekaServerDescriptor>, org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder<EurekaServerDescriptor>, org.refcodes.rest.HttpRegistryUrlAccessor, org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder<EurekaServerDescriptor>>, org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlMutator, org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlProperty, org.refcodes.rest.HttpServerDescriptorAccessor<EurekaServerDescriptor>, org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<EurekaServerDescriptor,org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder<EurekaServerDescriptor>>, org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorMutator<EurekaServerDescriptor>, org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorProperty<EurekaServerDescriptor>, org.refcodes.rest.PingRequestObserverAccessor, org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverBuilder<org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder<EurekaServerDescriptor>>, org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverMutator, org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverProperty, org.refcodes.rest.StatusRequestObserverAccessor, org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverBuilder<EurekaRegistryContext.EurekaRegistryContextBuilder>, org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverMutator, org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverProperty, org.refcodes.security.TrustStoreDescriptorAccessor, org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorBuilder<org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder<EurekaServerDescriptor>>, org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorMutator, org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorPropertypublic class EurekaRegistryContextBuilderImpl extends Object implements EurekaRegistryContext.EurekaRegistryContextBuilder
EurekaRegistryContext.EurekaRegistryContextBuilder representing a
waschechten EurekaRegistryContext being a specialization of the
HttpRegistryContext.EurekaRegistryContext.EurekaRegistryContextBuilderorg.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverBuilder<B extends org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverBuilder<B>>, org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverMutator, org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverPropertyorg.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder<DESC extends org.refcodes.rest.HttpServerDescriptor>org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B extends org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B>>, org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlMutator, org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlPropertyorg.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends org.refcodes.rest.HttpServerDescriptor,B extends org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC,B>>, org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorMutator<DESC extends org.refcodes.rest.HttpServerDescriptor>, org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorProperty<DESC extends org.refcodes.rest.HttpServerDescriptor>org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverBuilder<B extends org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverBuilder<B>>, org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverMutator, org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverPropertyorg.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverBuilder<B extends org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverBuilder<B>>, org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverMutator, org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverPropertyorg.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorBuilder<B extends org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorBuilder<B>>, org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorMutator, org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorProperty| Constructor | Description |
|---|---|
EurekaRegistryContextBuilderImpl() |
Constructs an
EurekaRegistryContext.EurekaRegistryContextBuilder instance. |
EurekaRegistryContextBuilderImpl(EurekaServerDescriptor aServerDescriptor,
org.refcodes.net.Url aRegistryUrl,
org.refcodes.rest.RestRequestObserver aPingRequestObserver,
org.refcodes.rest.RestRequestObserver aStatusRequestObserver,
org.refcodes.rest.RestRequestObserver aHomeRequestObserver,
org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) |
Constructs an
EurekaRegistryContext.EurekaRegistryContextBuilder instance. |
| Modifier and Type | Method | Description |
|---|---|---|
org.refcodes.rest.RestRequestObserver |
getHomeRequestObserver() |
|
org.refcodes.net.Url |
getHttpRegistryUrl() |
|
EurekaServerDescriptor |
getHttpServerDescriptor() |
|
org.refcodes.rest.RestRequestObserver |
getPingRequestObserver() |
|
org.refcodes.rest.RestRequestObserver |
getStatusRequestObserver() |
|
org.refcodes.security.TrustStoreDescriptor |
getTrustStoreDescriptor() |
|
void |
setHomeRequestObserver(org.refcodes.rest.RestRequestObserver aHomeRequestObserver) |
|
void |
setHttpRegistryUrl(org.refcodes.net.Url aRegistryUrl) |
|
void |
setHttpServerDescriptor(EurekaServerDescriptor aServerDescriptor) |
|
void |
setPingRequestObserver(org.refcodes.rest.RestRequestObserver aPingRequestObserver) |
|
void |
setStatusRequestObserver(org.refcodes.rest.RestRequestObserver aStatusRequestObserver) |
|
void |
setTrustStoreDescriptor(org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) |
withHomeRequestObserver, withStatusRequestObserverpublic EurekaRegistryContextBuilderImpl()
EurekaRegistryContext.EurekaRegistryContextBuilder instance.public EurekaRegistryContextBuilderImpl(EurekaServerDescriptor aServerDescriptor, org.refcodes.net.Url aRegistryUrl, org.refcodes.rest.RestRequestObserver aPingRequestObserver, org.refcodes.rest.RestRequestObserver aStatusRequestObserver, org.refcodes.rest.RestRequestObserver aHomeRequestObserver, org.refcodes.security.TrustStoreDescriptor aStoreDescriptor)
EurekaRegistryContext.EurekaRegistryContextBuilder instance.aServerDescriptor - The descriptor describing the server.aRegistryUrl - The Url pointing to the registry service.aPingRequestObserver - The ping (health) request observer.aStatusRequestObserver - The status(-page) observer.aHomeRequestObserver - The home(-page) observer.aStoreDescriptor - The trust store descriptor describing the trust
store to be used when requesting the registry service.public org.refcodes.rest.RestRequestObserver getHomeRequestObserver()
getHomeRequestObserver in interface org.refcodes.rest.HomeRequestObserverAccessorpublic org.refcodes.net.Url getHttpRegistryUrl()
getHttpRegistryUrl in interface org.refcodes.rest.HttpRegistryUrlAccessorpublic EurekaServerDescriptor getHttpServerDescriptor()
getHttpServerDescriptor in interface org.refcodes.rest.HttpServerDescriptorAccessor<EurekaServerDescriptor>public org.refcodes.rest.RestRequestObserver getPingRequestObserver()
getPingRequestObserver in interface org.refcodes.rest.PingRequestObserverAccessorpublic org.refcodes.rest.RestRequestObserver getStatusRequestObserver()
getStatusRequestObserver in interface org.refcodes.rest.StatusRequestObserverAccessorpublic org.refcodes.security.TrustStoreDescriptor getTrustStoreDescriptor()
getTrustStoreDescriptor in interface org.refcodes.security.TrustStoreDescriptorAccessorpublic void setHomeRequestObserver(org.refcodes.rest.RestRequestObserver aHomeRequestObserver)
setHomeRequestObserver in interface org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverMutatorpublic void setHttpRegistryUrl(org.refcodes.net.Url aRegistryUrl)
setHttpRegistryUrl in interface org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlMutatorpublic void setHttpServerDescriptor(EurekaServerDescriptor aServerDescriptor)
setHttpServerDescriptor in interface org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorMutator<EurekaServerDescriptor>public void setPingRequestObserver(org.refcodes.rest.RestRequestObserver aPingRequestObserver)
setPingRequestObserver in interface org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverMutatorpublic void setStatusRequestObserver(org.refcodes.rest.RestRequestObserver aStatusRequestObserver)
setStatusRequestObserver in interface org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverMutatorpublic void setTrustStoreDescriptor(org.refcodes.security.TrustStoreDescriptor aStoreDescriptor)
setTrustStoreDescriptor in interface org.refcodes.security.TrustStoreDescriptorAccessor.TrustStoreDescriptorMutatorCopyright © 2018. All rights reserved.