Package winstone

Class AbstractSecuredConnectorFactory

java.lang.Object
winstone.AbstractSecuredConnectorFactory
All Implemented Interfaces:
ConnectorFactory
Direct Known Subclasses:
Http2ConnectorFactory, HttpsConnectorFactory

public abstract class AbstractSecuredConnectorFactory extends Object implements ConnectorFactory
  • Field Details

  • Constructor Details

    • AbstractSecuredConnectorFactory

      public AbstractSecuredConnectorFactory()
  • Method Details

    • configureSsl

      protected void configureSsl(Map<String,String> args, org.eclipse.jetty.server.Server server) throws IOException
      Throws:
      IOException
    • getSSLContext

      protected org.eclipse.jetty.util.ssl.SslContextFactory.Server getSSLContext(Map<String,String> args)
      Used to get the base ssl context in which to create the server socket. This is basically just so we can have a custom location for key stores.