Uses of Interface
org.apache.beam.sdk.fn.server.ServerFactory.UrlFactory
-
Packages that use ServerFactory.UrlFactory Package Description org.apache.beam.sdk.fn.server -
-
Uses of ServerFactory.UrlFactory in org.apache.beam.sdk.fn.server
Methods in org.apache.beam.sdk.fn.server that return ServerFactory.UrlFactory Modifier and Type Method Description static ServerFactory.UrlFactoryServerFactory.UrlFactory. createDefault()Methods in org.apache.beam.sdk.fn.server with parameters of type ServerFactory.UrlFactory Modifier and Type Method Description static ServerFactoryServerFactory. createWithUrlFactory(ServerFactory.UrlFactory urlFactory)Create aServerFactory.InetSocketAddressServerFactorythat uses the given url factory.static ServerFactoryServerFactory. createWithUrlFactoryAndPortSupplier(ServerFactory.UrlFactory urlFactory, java.util.function.Supplier<Integer> portSupplier)Create aServerFactory.InetSocketAddressServerFactorythat uses the given url factory and ports from a supplier.
-