Uses of Class
com.soklet.ServerSentEventServer.Builder
Packages that use ServerSentEventServer.Builder
-
Uses of ServerSentEventServer.Builder in com.soklet
Methods in com.soklet that return ServerSentEventServer.BuilderModifier and TypeMethodDescriptionServerSentEventServer.Builder.concurrentConnectionLimit
(Integer concurrentConnectionLimit) ServerSentEventServer.Builder.heartbeatInterval
(Duration heartbeatInterval) ServerSentEventServer.Builder.maximumRequestSizeInBytes
(Integer maximumRequestSizeInBytes) ServerSentEventServer.Builder.requestHandlerExecutorServiceSupplier
(Supplier<ExecutorService> requestHandlerExecutorServiceSupplier) ServerSentEventServer.Builder.requestReadBufferSizeInBytes
(Integer requestReadBufferSizeInBytes) ServerSentEventServer.Builder.requestTimeout
(Duration requestTimeout) ServerSentEventServer.Builder.shutdownTimeout
(Duration shutdownTimeout)