public class FlashCrossDomainServlet
extends javax.servlet.http.HttpServlet
<OpenfireHome>/conf/crossdomain.xml. If this file is
unavailable, a crossdomain file will be generated dynamically, based on the
current settings of the Openfire BOSH functionality.| Modifier and Type | Field and Description |
|---|---|
static String |
CROSS_DOMAIN_END_TEXT |
static String |
CROSS_DOMAIN_MIDDLE_TEXT |
static String |
CROSS_DOMAIN_TEXT |
| Constructor and Description |
|---|
FlashCrossDomainServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response) |
static String |
getCrossDomainContent()
Returns the content for
crossdomain.xml, either by generating
content, or by passing the provided file in
<OpenfireHome>/conf/crossdomain.xml |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static String CROSS_DOMAIN_TEXT
public static String CROSS_DOMAIN_MIDDLE_TEXT
public static String CROSS_DOMAIN_END_TEXT
protected void doGet(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic static String getCrossDomainContent()
crossdomain.xml, either by generating
content, or by passing the provided file in
<OpenfireHome>/conf/crossdomain.xmlcrossdomain.xml that should be served
for this service.Copyright © 2003–2020 Ignite Realtime. All rights reserved.