Modifier and Type | Class and Description |
---|---|
class |
ManagementHttpRequestProcessor
This class tracks active http management requests and provides listeners to coordinate the shutdown of the server.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ManagementMessageHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageHandler
Utility class for request/response handling
|
class |
ManagementChannelHandler
Generic management channel handler allowing to assemble multiple
ManagementRequestHandlerFactory per channel. |
class |
ManagementChannelReceiver
Base receiver class for the management protocol support.
|
Modifier and Type | Method and Description |
---|---|
ManagementChannelInitialization.ManagementChannelShutdownHandle |
ManagementChannelInitialization.startReceiving(org.jboss.remoting3.Channel channel)
Initialize the management channel and start receiving request.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ManagementChannelInitialization.ManagementChannelShutdownHandle |
AbstractChannelOpenListenerService.handleChannelOpened(org.jboss.remoting3.Channel channel)
Handle a channel open event.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagementRequestTracker.registerTracker(ManagementChannelInitialization.ManagementChannelShutdownHandle tracker) |
void |
ManagementRequestTracker.unregisterTracker(ManagementChannelInitialization.ManagementChannelShutdownHandle tracker) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.