| Package | Description |
|---|---|
| org.jivesoftware.openfire | |
| org.jivesoftware.openfire.http |
Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH).
|
| Modifier and Type | Method and Description |
|---|---|
HttpSession |
SessionManager.createClientHttpSession(long rid,
InetAddress address,
StreamID id,
HttpConnection connection,
Locale language)
Creates a new ClientSession with the specified streamID.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSession |
HttpSessionManager.createSession(InetAddress address,
org.dom4j.Element rootNode,
HttpConnection connection)
Creates an HTTP binding session which will allow a user to exchange packets with Openfire.
|
HttpSession |
HttpConnection.getSession()
Returns the session that this connection belongs to.
|
HttpSession |
HttpSessionManager.getSession(String streamID)
Returns the session related to a stream id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.connectionClosed(HttpSession session,
HttpConnection connection)
A conneciton was closed.
|
void |
SessionListener.connectionOpened(HttpSession session,
HttpConnection connection)
A connection was opened.
|
static void |
HttpBindServlet.respond(HttpSession session,
javax.servlet.AsyncContext context,
String content,
boolean async) |
void |
SessionListener.sessionClosed(HttpSession session)
A session ended.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.