Package org.jboss.as.process.protocol
Interface ConnectionHandler
-
- All Known Implementing Classes:
ProcessControllerServerHandler
public interface ConnectionHandlerA handler for incoming protocol connections.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageHandlerhandleConnected(Connection connection)Handle the new connection.
-
-
-
Method Detail
-
handleConnected
MessageHandler handleConnected(Connection connection) throws IOException
Handle the new connection.- Parameters:
connection- the connection- Returns:
- the message handler for this connection (must not be
null) - Throws:
IOException- if an I/O error occurs
-
-