Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 314 Bytes

_solon_event.md

File metadata and controls

14 lines (12 loc) · 314 Bytes
  • org.eclipse.jetty.server.Server
  • io.undertow.Undertow.Builder
  • BeanWrap
  • Throwable
@Configuration
public class ServerCustom implements EventListener<Undertow.Builder>{
    public void onEvent(Undertow.Builder sc){
        sc.setServerOption(UndertowOptions.ALWAYS_SET_KEEP_ALIVE, false);
    }
}