Openfire 3.9.3 Javadoc

org.jivesoftware.openfire.nio
Class ComponentConnectionHandler

java.lang.Object
  extended by org.apache.mina.common.IoHandlerAdapter
      extended by org.jivesoftware.openfire.nio.ConnectionHandler
          extended by org.jivesoftware.openfire.nio.ComponentConnectionHandler
All Implemented Interfaces:
org.apache.mina.common.IoHandler

public class ComponentConnectionHandler
extends ConnectionHandler

ConnectionHandler that knows which subclass of StanzaHandler should be created and how to build and configure a NIOConnection.

Author:
Gaston Dombiak

Field Summary
 
Fields inherited from class org.jivesoftware.openfire.nio.ConnectionHandler
CONNECTION, HANDLER, serverName
 
Constructor Summary
ComponentConnectionHandler(String serverName)
           
 
Method Summary
 
Methods inherited from class org.jivesoftware.openfire.nio.ConnectionHandler
exceptionCaught, messageReceived, messageSent, sessionClosed, sessionIdle, sessionOpened
 
Methods inherited from class org.apache.mina.common.IoHandlerAdapter
sessionCreated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentConnectionHandler

public ComponentConnectionHandler(String serverName)

Openfire 3.9.3 Javadoc

Copyright © 2003-2008 Jive Software.