Uses of Interface
org.eclipse.jetty.util.SocketAddressResolver
Packages that use SocketAddressResolver
Package
Description
Jetty Util : Common Utility Classes
-
Uses of SocketAddressResolver in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return SocketAddressResolverModifier and TypeMethodDescriptionHttpClient.getSocketAddressResolver()Get theSocketAddressResolverof this HttpClient.Methods in org.eclipse.jetty.client with parameters of type SocketAddressResolverModifier and TypeMethodDescriptionvoidHttpClient.setSocketAddressResolver(SocketAddressResolver resolver) Set theSocketAddressResolverof this HttpClient. -
Uses of SocketAddressResolver in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement SocketAddressResolverModifier and TypeClassDescriptionstatic classCreatesInetSocketAddressinstances asynchronously in a different thread.static classCreatesInetSocketAddressinstances synchronously in the caller thread.