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