Uses of Interface
com.soklet.core.Server
Packages that use Server
Package
Description
Top-level types
Soklet
and SokletConfiguration
.Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of Server in com.soklet
Methods in com.soklet that return ServerMethods in com.soklet with parameters of type ServerModifier and TypeMethodDescriptionstatic SokletConfiguration.Builder
SokletConfiguration.withServer
(Server server) Vends a configuration builder for the given server. -
Uses of Server in com.soklet.core
Methods in com.soklet.core with parameters of type ServerModifier and TypeMethodDescriptiondefault void
LifecycleInterceptor.didStartServer
(Server server) Called after the server starts.default void
LifecycleInterceptor.didStopServer
(Server server) Called after the server stops.default void
LifecycleInterceptor.willStartServer
(Server server) Called before the server starts.default void
LifecycleInterceptor.willStopServer
(Server server) Called before the server stops. -
Uses of Server in com.soklet.core.impl
Classes in com.soklet.core.impl that implement Server