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.broadcasterCacheCapacity(Integer broadcasterCacheCapacity) ServerSentEventServer.Builder.concurrentConnectionLimit(Integer concurrentConnectionLimit) ServerSentEventServer.Builder.connectionQueueCapacity(Integer connectionQueueCapacity) ServerSentEventServer.Builder.heartbeatInterval(Duration heartbeatInterval) ServerSentEventServer.Builder.idGenerator(IdGenerator<?> idGenerator) ServerSentEventServer.Builder.maximumRequestSizeInBytes(Integer maximumRequestSizeInBytes) ServerSentEventServer.Builder.requestHandlerExecutorServiceSupplier(Supplier<ExecutorService> requestHandlerExecutorServiceSupplier) ServerSentEventServer.Builder.requestReadBufferSizeInBytes(Integer requestReadBufferSizeInBytes) ServerSentEventServer.Builder.requestTimeout(Duration requestTimeout) ServerSentEventServer.Builder.resourcePathCacheCapacity(Integer resourcePathCacheCapacity) ServerSentEventServer.Builder.shutdownTimeout(Duration shutdownTimeout) ServerSentEventServer.Builder.verifyConnectionOnceEstablished(Boolean verifyConnectionOnceEstablished) Acquires a builder forServerSentEventServerinstances.