Package org.jolokia.server.core.http
Class BackChannelHolder
java.lang.Object
org.jolokia.server.core.http.BackChannelHolder
Thread local holder providing a possible back channel for the current request.
Note if the
- Since:
- 19/10/15
- Author:
- roland
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BackChannelget()Get the currently set back channelstatic voidremove()Cleanupstatic voidset(BackChannel pBackChannel) Set the back channel for this request.
-
Constructor Details
-
BackChannelHolder
public BackChannelHolder()
-
-
Method Details
-
get
Get the currently set back channel- Returns:
- the back channel acquired
-
set
Set the back channel for this request. -
remove
public static void remove()Cleanup
-