Class EurekaJersey3ClientImpl
- java.lang.Object
-
- com.netflix.discovery.shared.transport.jersey3.EurekaJersey3ClientImpl
-
- All Implemented Interfaces:
EurekaJersey3Client
public class EurekaJersey3ClientImpl extends java.lang.Object implements EurekaJersey3Client
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEurekaJersey3ClientImpl.EurekaJersey3ClientBuilder
-
Constructor Summary
Constructors Constructor Description EurekaJersey3ClientImpl(int connectionTimeout, int readTimeout, int connectionIdleTimeout, org.glassfish.jersey.client.ClientConfig clientConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroyResources()Clean up resources.jakarta.ws.rs.client.ClientgetClient()
-
-
-
Method Detail
-
getClient
public jakarta.ws.rs.client.Client getClient()
- Specified by:
getClientin interfaceEurekaJersey3Client
-
destroyResources
public void destroyResources()
Clean up resources.- Specified by:
destroyResourcesin interfaceEurekaJersey3Client
-
-