Connection Manager 3.4.4 Javadoc

org.jivesoftware.multiplexer.net.http
Class HttpSessionManager

java.lang.Object
  extended by org.jivesoftware.multiplexer.net.http.HttpSessionManager

public class HttpSessionManager
extends java.lang.Object


Constructor Summary
HttpSessionManager(java.lang.String serverName)
           
 
Method Summary
 HttpSession createSession(org.dom4j.Element rootNode, HttpConnection connection)
           
 HttpConnection forwardRequest(long rid, HttpSession session, boolean isSecure, org.dom4j.Element rootNode)
           
 HttpSession getSession(java.lang.String streamID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpSessionManager

public HttpSessionManager(java.lang.String serverName)
Method Detail

getSession

public HttpSession getSession(java.lang.String streamID)

createSession

public HttpSession createSession(org.dom4j.Element rootNode,
                                 HttpConnection connection)
                          throws HttpBindException
Throws:
HttpBindException

forwardRequest

public HttpConnection forwardRequest(long rid,
                                     HttpSession session,
                                     boolean isSecure,
                                     org.dom4j.Element rootNode)
                              throws HttpBindException,
                                     HttpConnectionClosedException
Throws:
HttpBindException
HttpConnectionClosedException

Connection Manager 3.4.4 Javadoc

Copyright © 2003-2006 Jive Software.