| Modifier and Type | Class | Description |
|---|---|---|
class |
EurekaServerDescriptorImpl |
The
EurekaServerDescriptorImpl implements the
HttpServerDescriptor interface. |
| Modifier and Type | Method | Description |
|---|---|---|
EurekaServerDescriptor |
EurekaRegistryContextBuilderImpl.getHttpServerDescriptor() |
|
EurekaServerDescriptor |
EurekaRegistrySidecarImpl.toHttpServerDescriptor(String aAlias,
String aInstanceId,
org.refcodes.data.Scheme aScheme,
String aHost,
String aVirtualHost,
int[] aIpAddress,
int aPort,
String aPingPath,
String aStatusPath,
String aHomePath,
EurekaDataCenterType aDataCenterType) |
Prepares the
HttpServerDescriptor by creating it from this
instance's state and the provided arguments. |
EurekaServerDescriptor |
EurekaRestServerDecorator.toHttpServerDescriptor(String aAlias,
String aInstanceId,
org.refcodes.data.Scheme aScheme,
String aHost,
String aVirtualHost,
int[] aIpAddress,
int aPort,
String aPingPath,
String aStatusPath,
String aHomePath,
EurekaDataCenterType aDataCenterType) |
Prepares the
HttpServerDescriptor by creating it from this
instance's state and the provided arguments. |
default EurekaServerDescriptor |
EurekaServerDescriptorFactory.toHttpServerDescriptor(String aAlias,
String aInstanceId,
org.refcodes.data.Scheme aScheme,
String aHost,
String aVirtualHost,
int[] aIpAddress,
int aPort,
String aPingPath) |
|
EurekaServerDescriptor |
EurekaServerDescriptorFactory.toHttpServerDescriptor(String aAlias,
String aInstanceId,
org.refcodes.data.Scheme aScheme,
String aHost,
String aVirtualHost,
int[] aIpAddress,
int aPort,
String aPingPath,
String aStatusPath,
String aHomePath,
EurekaDataCenterType aDataCenterType) |
Prepares the
HttpServerDescriptor by creating it from this
instance's state and the provided arguments. |
default EurekaServerDescriptor |
EurekaServerDescriptorFactory.toHttpServerDescriptor(String aAlias,
String aInstanceId,
org.refcodes.data.Scheme aScheme,
String aHost,
String aVirtualHost,
int[] aIpAddress,
int aPort,
String aPingPath,
EurekaDataCenterType aDataCenterType) |
Prepares the
HttpServerDescriptor by creating it from this
instance's state and the provided arguments. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
EurekaRegistrySidecarImpl.initialize(EurekaServerDescriptor aServerDescriptor,
org.refcodes.net.Url aRegistryUrl,
org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) |
|
default void |
EurekaRestServer.initialize(EurekaServerDescriptor aServerDescriptor,
org.refcodes.net.Url aRegistryUrl,
org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) |
|
void |
EurekaRestServer.initialize(EurekaServerDescriptor aServerDescriptor,
org.refcodes.rest.RestRequestObserver aPingRequestObserver,
org.refcodes.rest.RestRequestObserver aStatusRequestObserver,
org.refcodes.rest.RestRequestObserver aHomeRequestObserver,
org.refcodes.net.Url aRegistryUrl,
org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) |
Initializes the
HttpRegistryRestServer by registering it at the
service registry. |
void |
EurekaRestServerDecorator.initialize(EurekaServerDescriptor aServerDescriptor,
org.refcodes.rest.RestRequestObserver aPingObserver,
org.refcodes.rest.RestRequestObserver aStatusObserver,
org.refcodes.rest.RestRequestObserver aHomeObserver,
org.refcodes.net.Url aRegistryUrl,
org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) |
Initializes the
HttpRegistryRestServer by registering it at the
service registry. |
void |
EurekaRegistryContextBuilderImpl.setHttpServerDescriptor(EurekaServerDescriptor aServerDescriptor) |
| Constructor | Description |
|---|---|
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. |
Copyright © 2018. All rights reserved.