Skip navigation links
D G I O 

D

DiscoveryServer - Class in io.envoyproxy.controlplane.server
 
DiscoveryServer(DiscoveryServerCallbacks, ConfigWatcher) - Constructor for class io.envoyproxy.controlplane.server.DiscoveryServer
 
DiscoveryServer(ConfigWatcher) - Constructor for class io.envoyproxy.controlplane.server.DiscoveryServer
 
DiscoveryServerCallbacks - Interface in io.envoyproxy.controlplane.server
DiscoveryServerCallbacks defines the callbacks that are exposed by the DiscoveryServer.

G

getAggregatedDiscoveryServiceImpl() - Method in class io.envoyproxy.controlplane.server.DiscoveryServer
Returns an ADS implementation that uses this server's ConfigWatcher.
getClusterDiscoveryServiceImpl() - Method in class io.envoyproxy.controlplane.server.DiscoveryServer
Returns a CDS implementation that uses this server's ConfigWatcher.
getEndpointDiscoveryServiceImpl() - Method in class io.envoyproxy.controlplane.server.DiscoveryServer
Returns an EDS implementation that uses this server's ConfigWatcher.
getListenerDiscoveryServiceImpl() - Method in class io.envoyproxy.controlplane.server.DiscoveryServer
Returns a LDS implementation that uses this server's ConfigWatcher.
getRouteDiscoveryServiceImpl() - Method in class io.envoyproxy.controlplane.server.DiscoveryServer
Returns a RDS implementation that uses this server's ConfigWatcher.

I

io.envoyproxy.controlplane.server - package io.envoyproxy.controlplane.server
 

O

onStreamClose(long, String) - Method in interface io.envoyproxy.controlplane.server.DiscoveryServerCallbacks
onStreamClose is called just before the bi-directional gRPC stream is closed successfully for an envoy instance.
onStreamCloseWithError(long, String, Throwable) - Method in interface io.envoyproxy.controlplane.server.DiscoveryServerCallbacks
onStreamCloseWithError is called just before the bi-directional gRPC stream is closed for an envoy instance due to some error that has occurred.
onStreamOpen(long, String) - Method in interface io.envoyproxy.controlplane.server.DiscoveryServerCallbacks
onStreamOpen is called when the bi-directional gRPC stream is opened for an envoy instance, before the initial Discovery.DiscoveryRequest is processed.
onStreamRequest(long, Discovery.DiscoveryRequest) - Method in interface io.envoyproxy.controlplane.server.DiscoveryServerCallbacks
onStreamRequest is called for each Discovery.DiscoveryRequest that is received on the stream.
onStreamResponse(long, Discovery.DiscoveryRequest, Discovery.DiscoveryResponse) - Method in interface io.envoyproxy.controlplane.server.DiscoveryServerCallbacks
onStreamResponse is called just before each Discovery.DiscoveryResponse that is sent on the stream.
D G I O 
Skip navigation links

Copyright © 2018 The Envoy Project. All rights reserved.