@FunctionalInterface
public static interface ServerFactory.UrlFactory
Modifier and Type | Method and Description |
---|---|
static ServerFactory.UrlFactory |
createDefault() |
java.lang.String |
createUrl(java.lang.String address,
int port) |
java.lang.String createUrl(java.lang.String address, int port)
static ServerFactory.UrlFactory createDefault()