Uses of Class
io.bootique.jetty.connector.ConnectorFactory
-
Packages that use ConnectorFactory Package Description io.bootique.jetty.connector io.bootique.jetty.server -
-
Uses of ConnectorFactory in io.bootique.jetty.connector
Subclasses of ConnectorFactory in io.bootique.jetty.connector Modifier and Type Class Description classHttpConnectorFactoryclassHttpsConnectorFactory -
Uses of ConnectorFactory in io.bootique.jetty.server
Fields in io.bootique.jetty.server with type parameters of type ConnectorFactory Modifier and Type Field Description protected List<ConnectorFactory>ServerFactory. connectorsMethods in io.bootique.jetty.server that return types with arguments of type ConnectorFactory Modifier and Type Method Description protected Collection<ConnectorFactory>ServerFactory. connectorFactories(org.eclipse.jetty.server.Server server)List<ConnectorFactory>ServerFactory. getConnectors()Method parameters in io.bootique.jetty.server with type arguments of type ConnectorFactory Modifier and Type Method Description voidServerFactory. setConnectors(List<ConnectorFactory> connectors)Sets a list of connector factories for this server.
-