Class Jersey3RemoteRegionClientFactory

  • All Implemented Interfaces:
    com.netflix.discovery.shared.transport.TransportClientFactory

    public class Jersey3RemoteRegionClientFactory
    extends java.lang.Object
    implements com.netflix.discovery.shared.transport.TransportClientFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      Jersey3RemoteRegionClientFactory​(com.netflix.eureka.EurekaServerConfig serverConfig, com.netflix.eureka.resources.ServerCodecs serverCodecs, java.lang.String region)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.netflix.discovery.shared.transport.EurekaHttpClient newClient​(com.netflix.discovery.shared.resolver.EurekaEndpoint endpoint)  
      void shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Jersey3RemoteRegionClientFactory

        @Inject
        public Jersey3RemoteRegionClientFactory​(com.netflix.eureka.EurekaServerConfig serverConfig,
                                                com.netflix.eureka.resources.ServerCodecs serverCodecs,
                                                java.lang.String region)
    • Method Detail

      • newClient

        public com.netflix.discovery.shared.transport.EurekaHttpClient newClient​(com.netflix.discovery.shared.resolver.EurekaEndpoint endpoint)
        Specified by:
        newClient in interface com.netflix.discovery.shared.transport.TransportClientFactory
      • shutdown

        public void shutdown()
        Specified by:
        shutdown in interface com.netflix.discovery.shared.transport.TransportClientFactory