Uses of Class
com.soklet.core.impl.DefaultServer.Builder
Packages that use DefaultServer.Builder
-
Uses of DefaultServer.Builder in com.soklet.core.impl
Methods in com.soklet.core.impl that return DefaultServer.BuilderModifier and TypeMethodDescriptionDefaultServer.Builder.concurrency(Integer concurrency) DefaultServer.Builder.maximumRequestSizeInBytes(Integer maximumRequestSizeInBytes) DefaultServer.Builder.multipartParser(MultipartParser multipartParser) DefaultServer.Builder.requestHandlerExecutorServiceSupplier(Supplier<ExecutorService> requestHandlerExecutorServiceSupplier) DefaultServer.Builder.requestReadBufferSizeInBytes(Integer requestReadBufferSizeInBytes) DefaultServer.Builder.requestTimeout(Duration requestTimeout) DefaultServer.Builder.shutdownTimeout(Duration shutdownTimeout) DefaultServer.Builder.socketPendingConnectionLimit(Integer socketPendingConnectionLimit) DefaultServer.Builder.socketSelectTimeout(Duration socketSelectTimeout) static DefaultServer.Builder