Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.nio
Class ClientConnectionHandler

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

public class ClientConnectionHandler
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.wildfire.nio.ConnectionHandler
serverName
 
Constructor Summary
ClientConnectionHandler(String serverName)
           
 
Method Summary
 
Methods inherited from class org.jivesoftware.wildfire.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

ClientConnectionHandler

public ClientConnectionHandler(String serverName)

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.