Uses of Interface
com.soklet.core.ServerSentEventServer.RequestHandler
Packages that use ServerSentEventServer.RequestHandler
Package
Description
Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of ServerSentEventServer.RequestHandler in com.soklet.core
Methods in com.soklet.core with parameters of type ServerSentEventServer.RequestHandlerModifier and TypeMethodDescriptionvoidServerSentEventServer.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 ServerSentEventServer.RequestHandler in com.soklet.core.impl
Methods in com.soklet.core.impl with parameters of type ServerSentEventServer.RequestHandlerModifier and TypeMethodDescriptionvoidDefaultServerSentEventServer.initialize(SokletConfiguration sokletConfiguration, ServerSentEventServer.RequestHandler requestHandler)