Package | Description |
---|---|
org.jboss.as.process | |
org.jboss.as.process.protocol |
Modifier and Type | Method and Description |
---|---|
MessageHandler |
ProcessControllerServerHandler.handleConnected(Connection connection) |
Modifier and Type | Field and Description |
---|---|
static MessageHandler |
MessageHandler.NULL |
Modifier and Type | Method and Description |
---|---|
MessageHandler |
ProtocolClient.Configuration.getMessageHandler() |
MessageHandler |
ProtocolServer.Configuration.getMessageHandler() |
MessageHandler |
ConnectionHandler.handleConnected(Connection connection)
Handle the new connection.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolClient.Configuration.setMessageHandler(MessageHandler messageHandler) |
void |
ProtocolServer.Configuration.setMessageHandler(MessageHandler messageHandler) |
void |
Connection.setMessageHandler(MessageHandler messageHandler)
Change the current message handler.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.