public interface ConnectionHandler
Modifier and Type | Method and Description |
---|---|
MessageHandler |
handleConnected(Connection connection)
Handle the new connection.
|
MessageHandler handleConnected(Connection connection) throws IOException
connection
- the connectionnull
)IOException
- if an I/O error occursCopyright © 2023 JBoss by Red Hat. All rights reserved.