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 voidSoklet.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 TypeMethodDescriptionvoidServer.initialize(SokletConfiguration sokletConfiguration, Server.RequestHandler requestHandler) voidServerSentEventServer.initialize(SokletConfiguration sokletConfiguration, ServerSentEventServer.RequestHandler requestHandler) TheSokletinstance which manages thisServerSentEventServerwill invoke this method exactly once at initialization time - this allowsSokletto "talk" to yourServerSentEventServer. -
Uses of SokletConfiguration in com.soklet.core.impl
Methods in com.soklet.core.impl with parameters of type SokletConfigurationModifier and TypeMethodDescriptionvoidDefaultServer.initialize(SokletConfiguration sokletConfiguration, Server.RequestHandler requestHandler) voidDefaultServerSentEventServer.initialize(SokletConfiguration sokletConfiguration, ServerSentEventServer.RequestHandler requestHandler)