Uses of Class
org.jgrapes.http.events.ProtocolSwitchAccepted
Package
Description
Provides components for building a HTTP server based on the
core and IO components.
-
Uses of ProtocolSwitchAccepted in org.jgrapes.http
Modifier and TypeMethodDescriptionvoid
HttpServer.onProtocolSwitchAccepted
(ProtocolSwitchAccepted event, org.jgrapes.http.HttpServer.WebAppMsgChannel appChannel) void
LanguageSelector.onProtocolSwitchAccepted
(ProtocolSwitchAccepted event, IOSubchannel channel) Handles a procotol switch by associating the language selection with the channel.void
SessionManager.onProtocolSwitchAccepted
(ProtocolSwitchAccepted event, IOSubchannel channel) Associates the channel with a
for the session.Supplier<Optional<Session>>