Uses of Class
com.soklet.SokletConfiguration
Packages that use SokletConfiguration
Package
Description
Top-level types
Soklet
and SokletConfiguration
.Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of SokletConfiguration in com.soklet
Methods in com.soklet that return SokletConfigurationModifier and TypeMethodDescriptionSokletConfiguration.Builder.build()
SokletConfiguration.Copier.finish()
Methods in com.soklet with parameters of type SokletConfigurationModifier and TypeMethodDescriptionstatic void
Soklet.runSimulator
(SokletConfiguration sokletConfiguration, Consumer<Simulator> simulatorConsumer) Runs Soklet with a special "simulator" server that is useful for integration testing.Constructors in com.soklet with parameters of type SokletConfigurationModifierConstructorDescriptionSoklet
(SokletConfiguration sokletConfiguration) Creates a Soklet instance with the given configuration. -
Uses of SokletConfiguration in com.soklet.core
Methods in com.soklet.core with parameters of type SokletConfigurationModifier and TypeMethodDescriptionvoid
Server.initialize
(SokletConfiguration sokletConfiguration, Server.RequestHandler requestHandler) void
ServerSentEventServer.initialize
(SokletConfiguration sokletConfiguration, ServerSentEventServer.RequestHandler requestHandler) TheSoklet
instance which manages thisServerSentEventServer
will invoke this method exactly once at initialization time - this allowsSoklet
to "talk" to yourServerSentEventServer
. -
Uses of SokletConfiguration in com.soklet.core.impl
Methods in com.soklet.core.impl with parameters of type SokletConfigurationModifier and TypeMethodDescriptionvoid
DefaultServer.initialize
(SokletConfiguration sokletConfiguration, Server.RequestHandler requestHandler) void
DefaultServerSentEventServer.initialize
(SokletConfiguration sokletConfiguration, ServerSentEventServer.RequestHandler requestHandler)