Package org.jivesoftware.openfire.nio
Class ServerConnectionHandler
- java.lang.Object
-
- org.apache.mina.core.service.IoHandlerAdapter
-
- org.jivesoftware.openfire.nio.ConnectionHandler
-
- org.jivesoftware.openfire.nio.ServerConnectionHandler
-
- All Implemented Interfaces:
org.apache.mina.core.service.IoHandler
public class ServerConnectionHandler extends ConnectionHandler
ConnectionHandler that knows which subclass ofStanzaHandler
should be created and how to build and configure aNIOConnection
.- Author:
- Guus der Kinderen, guus.der.kinderen@gmail.com
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.openfire.nio.ConnectionHandler
configuration
-
-
Constructor Summary
Constructors Constructor Description ServerConnectionHandler(ConnectionConfiguration configuration)
-
Method Summary
-
Methods inherited from class org.jivesoftware.openfire.nio.ConnectionHandler
exceptionCaught, messageReceived, messageSent, sessionClosed, sessionIdle, sessionOpened
-
-
-
-
Constructor Detail
-
ServerConnectionHandler
public ServerConnectionHandler(ConnectionConfiguration configuration)
-
-