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 | Method and Description |
---|---|
Connection |
ProtocolClient.connect() |
Modifier and Type | Method and Description |
---|---|
MessageHandler |
ConnectionHandler.handleConnected(Connection connection)
Handle the new connection.
|
void |
MessageHandler.handleFailure(Connection connection,
IOException e)
Handle an input failure condition.
|
void |
MessageHandler.handleFinished(Connection connection)
Handle the condition where a connection is completely finished (both reads and writes).
|
void |
MessageHandler.handleMessage(Connection connection,
InputStream dataStream)
Handle a message.
|
void |
MessageHandler.handleShutdown(Connection connection)
Handle the end-of-input condition.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.