lmax香港服務(wù)器
// String lmax = "www.hk1.lmax.com";
String lmax = EnvironmentUtil.getInstance().getProperty("sdr_lmax", "");
if (StringUtils.isBlank(lmax)) {
throw new IllegalArgumentException("LMax server cannot be null");
} else {
getLogger().info("Using LMax server {}", lmax);
return ImmutableList.
}
}
@Bean(destroyMethod="shutdown") @DependsOn("serverConfig") public SslContextFactory sslContextFactory() throws Exception{ //SSL工廠(chǎng),用于安全傳輸
getLogger().info("Creating SSL Context Factory"); //創(chuàng)建 SSL 上下文工廠(chǎng)
SslContextFactory scf = new SslContextFactory(); //創(chuàng)建一個(gè)空的sslcontextfactory,并生成一些配置變量例如密鑰等信息。SSL 工廠(chǎng)是什么?這是 jetty 的特殊術(shù)語(yǔ),表示它將在應(yīng)用中使用 HTTPS 連接時(shí)所必需的信息。你只能通過(guò) SLSF 來(lái)獲得此信息。在 Jetty 8 中,Jetty 將托管功能內(nèi)含在 SLSF 之內(nèi)。SLSF 是作為 SecurityHandler 類(lèi)中的一部分而存在的單獨(dú)對(duì)象;SecurityHandler 處理 servlet 的代理要求并提供關(guān)于何