spring-framework / org.springframework.remoting.jaxws / SimpleHttpServerJaxWsServiceExporter / setBacklog

setBacklog

open fun setBacklog(backlog: Int): Unit

Specify the HTTP server's TCP backlog. Default is -1, indicating the system's default value.

Only applicable for a locally configured HTTP server. Ignored when the "server" property has been specified.