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.BuilderSokletConfiguration.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 voidLifecycleInterceptor.didStartServer(Server server) Called after the server starts.default voidLifecycleInterceptor.didStopServer(Server server) Called after the server stops.default voidLifecycleInterceptor.willStartServer(Server server) Called before the server starts.default voidLifecycleInterceptor.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