Uses of Class
org.jgrapes.http.events.ProtocolSwitchAccepted
Packages that use ProtocolSwitchAccepted
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of ProtocolSwitchAccepted in org.jgrapes.http
Methods in org.jgrapes.http with parameters of type ProtocolSwitchAcceptedModifier and TypeMethodDescriptionvoidHttpServer.onProtocolSwitchAccepted(ProtocolSwitchAccepted event, org.jgrapes.http.HttpServer.WebAppMsgChannel appChannel) voidLanguageSelector.onProtocolSwitchAccepted(ProtocolSwitchAccepted event, IOSubchannel channel) Handles a procotol switch by associating the language selection with the channel.voidSessionManager.onProtocolSwitchAccepted(ProtocolSwitchAccepted event, IOSubchannel channel) Associates the channel with afor the session.Supplier<Optional<Session>>