public static class JettyHTTPServerEngineBeanDefinitionParser.SpringJettyHTTPServerEngine extends JettyHTTPServerEngine implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
DO_NOT_CHECK_URL_PROP
ENABLE_HTTP2
Constructor and Description |
---|
SpringJettyHTTPServerEngine() |
SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac,
Bus b,
String host,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
finalizeConfig()
This method is called after configure on this object.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
void |
setBus(Bus b) |
void |
setThreadingParametersRef(String s) |
void |
setTlsServerParametersRef(String s) |
addServant, checkRegistedContext, createSSLContext, detectProto, getConnector, getContextHandler, getContinuationsEnabled, getHandlers, getHost, getMaxIdleTime, getPort, getProtocol, getSendServerVersion, getServant, getServer, getSessionTimeout, getThreadingParameters, getTlsServerParameters, isReuseAddress, isSessionSupport, isSetThreadingParameters, removeServant, retrieveListenerFactory, setClientAuthentication, setConnector, setContinuationsEnabled, setHandlers, setHost, setMaxIdleTime, setPort, setReuseAddress, setSendServerVersion, setServer, setSessionSupport, setSessionTimeout, setThreadingParameters, setThreadPool, setTlsServerParameters, setupThreadPool, shutdown, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isHttp2Enabled
public SpringJettyHTTPServerEngine(JettyHTTPServerEngineFactory fac, Bus b, String host, int port)
public SpringJettyHTTPServerEngine()
public void setBus(Bus b)
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public void setThreadingParametersRef(String s)
public void setTlsServerParametersRef(String s)
@PostConstruct public void finalizeConfig()
JettyHTTPServerEngine
finalizeConfig
in class JettyHTTPServerEngine
Apache CXF