This class is the Jetty HTTP Server Engine that is configured to
work off of a designated port. The port will be enabled for
"http" or "https" depending upon its successful configuration.
getThreadingParameters() This method returns the threading parameters that have been set.
public TLSServerParameters
getTlsServerParameters() This method returns the programmatically set TLSServerParameters, not
the TLSServerParametersType, which is the JAXB generated type used
in SpringConfiguration.
This method returns the threading parameters that have been set.
This method may return null, if the threading parameters have not
been set.
getTlsServerParameters
public TLSServerParameters getTlsServerParameters()(Code)
This method returns the programmatically set TLSServerParameters, not
the TLSServerParametersType, which is the JAXB generated type used
in SpringConfiguration.