Commit 2bacf1b7 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Javadoc.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@6251 b35dd754-fafc-0310-a699-88a17e54d16e
parent 21177c06
/** /**
* $RCSfile: $ * $RCSfile$
* $Revision: $ * $Revision: $
* $Date: $ * $Date: $
* *
* Copyright (C) 2006 Jive Software. All rights reserved. * Copyright (C) 2006 Jive Software. All rights reserved.
* This software is the proprietary information of Jive Software. Use is subject to license terms. *
* This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution.
*/ */
package org.jivesoftware.wildfire.http; package org.jivesoftware.wildfire.http;
/** /**
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This software is published under the terms of the GNU Public License (GPL), * This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution. * a copy of which is included in this distribution.
*/ */
package org.jivesoftware.wildfire.http; package org.jivesoftware.wildfire.http;
import org.mortbay.jetty.servlet.ServletHolder; import org.mortbay.jetty.servlet.ServletHolder;
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This software is published under the terms of the GNU Public License (GPL), * This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution. * a copy of which is included in this distribution.
*/ */
package org.jivesoftware.wildfire.http; package org.jivesoftware.wildfire.http;
import org.xmlpull.v1.XmlPullParserFactory; import org.xmlpull.v1.XmlPullParserFactory;
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This software is published under the terms of the GNU Public License (GPL), * This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution. * a copy of which is included in this distribution.
*/ */
package org.jivesoftware.wildfire.http; package org.jivesoftware.wildfire.http;
/** /**
......
/** /**
* $RCSfile: $ * $RCSfile$
* $Revision: $ * $Revision: $
* $Date: $ * $Date: $
* *
* Copyright (C) 2006 Jive Software. All rights reserved. * Copyright (C) 2006 Jive Software. All rights reserved.
* This software is the proprietary information of Jive Software. Use is subject to license terms. *
* This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution.
*/ */
package org.jivesoftware.wildfire.http; package org.jivesoftware.wildfire.http;
import org.jivesoftware.wildfire.Connection; import org.jivesoftware.wildfire.Connection;
import org.mortbay.util.ajax.Continuation; import org.mortbay.util.ajax.Continuation;
/** /**
* A connection to a client. The client will wait on getDeliverable() until the server forwards a * A connection to a client. The client will wait on getDeliverable() until the server forwards a
* message to it or the wait time on the session timesout. * message to it or the wait time on the session timesout.
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This software is published under the terms of the GNU Public License (GPL), * This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution. * a copy of which is included in this distribution.
*/ */
package org.jivesoftware.wildfire.http; package org.jivesoftware.wildfire.http;
/** /**
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* This software is published under the terms of the GNU Public License (GPL), * This software is published under the terms of the GNU Public License (GPL),
* a copy of which is included in this distribution. * a copy of which is included in this distribution.
*/ */
package org.jivesoftware.wildfire.http; package org.jivesoftware.wildfire.http;
import org.jivesoftware.wildfire.ClientSession; import org.jivesoftware.wildfire.ClientSession;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment