Package org.jboss.as.process
Class ProcessControllerServerHandler
- java.lang.Object
-
- org.jboss.as.process.ProcessControllerServerHandler
-
- All Implemented Interfaces:
ConnectionHandler
public final class ProcessControllerServerHandler extends Object implements ConnectionHandler
- Author:
- David M. Lloyd
-
-
Constructor Summary
Constructors Constructor Description ProcessControllerServerHandler(ProcessController controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageHandlerhandleConnected(Connection connection)Handle the new connection.
-
-
-
Constructor Detail
-
ProcessControllerServerHandler
public ProcessControllerServerHandler(ProcessController controller)
-
-
Method Detail
-
handleConnected
public MessageHandler handleConnected(Connection connection) throws IOException
Description copied from interface:ConnectionHandlerHandle the new connection.- Specified by:
handleConnectedin interfaceConnectionHandler- Parameters:
connection- the connection- Returns:
- the message handler for this connection (must not be
null) - Throws:
IOException- if an I/O error occurs
-
-