public void setSslSocketConnector(SslSocketConnector connector) {
sslSocketConnector = connector;
}
protected CamelServlet createServletForConnector(Connector connector, List<Handler> handlers) throws Exception {
CamelServlet camelServlet = new CamelServlet(isMatchOnUriPrefix());
Context context = new Context(server, "/", Context.NO_SECURITY | Context.NO_SESSIONS);
context.setConnectorNames(new String[] {connector.getName()});
if (handlers != null) {