Uses of Class
io.bootique.jetty.server.ConnectorHolder
-
Packages that use ConnectorHolder Package Description io.bootique.jetty.server -
-
Uses of ConnectorHolder in io.bootique.jetty.server
Methods in io.bootique.jetty.server that return ConnectorHolder Modifier and Type Method Description ConnectorHolderServerHolder. getConnector()Returns the singleConnectorHolder.Methods in io.bootique.jetty.server that return types with arguments of type ConnectorHolder Modifier and Type Method Description Stream<ConnectorHolder>ServerHolder. getConnectors()Constructor parameters in io.bootique.jetty.server with type arguments of type ConnectorHolder Constructor Description ServerHolder(org.eclipse.jetty.server.Server server, String context, Collection<ConnectorHolder> connectors)
-