Uses of Class
aQute.lib.link.Link
Packages that use Link
-
Uses of Link in aQute.lib.link
Method parameters in aQute.lib.link with type arguments of type LinkModifier and TypeMethodDescriptionstatic <L,
R> Closeable Link.server
(String name, Class<R> type, int port, String host, Function<Link<L, R>, L> local, boolean localOnly, ExecutorService es) Create a server.static <L,
R> Closeable Link.server
(String name, Class<R> type, ServerSocket server, Function<Link<L, R>, L> local, boolean localOnly, Executor es) Create a server.