Uses of Interface
org.jolokia.server.core.http.BackChannel
Packages that use BackChannel
-
Uses of BackChannel in org.jolokia.server.core.http
Classes in org.jolokia.server.core.http that implement BackChannelModifier and TypeClassDescriptionclassA back channel using the async request API as specified in the Servlet 3.0 spec.Methods in org.jolokia.server.core.http that return BackChannelModifier and TypeMethodDescriptionstatic BackChannelBackChannelHolder.get()Get the currently set back channelMethods in org.jolokia.server.core.http with parameters of type BackChannelModifier and TypeMethodDescriptionstatic voidBackChannelHolder.set(BackChannel pBackChannel) Set the back channel for this request. -
Uses of BackChannel in org.jolokia.server.core.service.notification
Methods in org.jolokia.server.core.service.notification that return BackChannelModifier and TypeMethodDescriptionClient.getBackChannel(String pMode) Return the HTTP back channel ornullif none is set.Methods in org.jolokia.server.core.service.notification with parameters of type BackChannelModifier and TypeMethodDescriptionvoidNotificationBackend.channelInit(Client client, BackChannel channel) Callback method called when a channel has been created and opened.voidClient.setBackChannel(String pMode, BackChannel pChannel) Set a back channel from the outside