Package org.apache.beam.sdk.fn.server
Interface ServerFactory.UrlFactory
-
- Enclosing class:
- ServerFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ServerFactory.UrlFactory
Factory that constructs client-accessible URLs from a local server address and port. Necessary when clients access server from a different networking context.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ServerFactory.UrlFactory
createDefault()
String
createUrl(String address, int port)
-
-
-
Method Detail
-
createDefault
static ServerFactory.UrlFactory createDefault()
-
-