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 TypeMethodDescriptionvoid
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 ServerSentEventServer.RequestHandler in com.soklet.core.impl
Methods in com.soklet.core.impl with parameters of type ServerSentEventServer.RequestHandlerModifier and TypeMethodDescriptionvoid
DefaultServerSentEventServer.initialize
(SokletConfiguration sokletConfiguration, ServerSentEventServer.RequestHandler requestHandler)