|
Openfire 3.4.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jivesoftware.openfire.http.HttpBindManager
public final class HttpBindManager
Field Summary | |
---|---|
static String |
HTTP_BIND_ENABLED
|
static boolean |
HTTP_BIND_ENABLED_DEFAULT
|
static String |
HTTP_BIND_PORT
|
static int |
HTTP_BIND_PORT_DEFAULT
|
static String |
HTTP_BIND_SECURE_PORT
|
static int |
HTTP_BIND_SECURE_PORT_DEFAULT
|
Method Summary | |
---|---|
org.mortbay.jetty.handler.ContextHandlerCollection |
getContexts()
|
String |
getHttpBindSecureAddress()
|
int |
getHttpBindSecurePort()
Returns the HTTP binding port which uses SSL. |
String |
getHttpBindUnsecureAddress()
|
int |
getHttpBindUnsecurePort()
Returns the HTTP binding port which does not use SSL. |
static HttpBindManager |
getInstance()
|
String |
getJavaScriptUrl()
|
HttpSessionManager |
getSessionManager()
|
boolean |
isHttpBindEnabled()
Returns true if the HTTP binding server is currently enabled. |
boolean |
isScriptSyntaxEnabled()
Returns true if script syntax is enabled. |
void |
setHttpBindEnabled(boolean isEnabled)
|
void |
setHttpBindPorts(int unsecurePort,
int securePort)
Set the ports on which the HTTP binding service will be running. |
void |
setScriptSyntaxEnabled(boolean isEnabled)
Enables or disables script syntax. |
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String HTTP_BIND_ENABLED
public static final boolean HTTP_BIND_ENABLED_DEFAULT
public static final String HTTP_BIND_PORT
public static final int HTTP_BIND_PORT_DEFAULT
public static final String HTTP_BIND_SECURE_PORT
public static final int HTTP_BIND_SECURE_PORT_DEFAULT
Method Detail |
---|
public static HttpBindManager getInstance()
public void start()
public void stop()
public HttpSessionManager getSessionManager()
public boolean isHttpBindEnabled()
public String getHttpBindUnsecureAddress()
public String getHttpBindSecureAddress()
public String getJavaScriptUrl()
public void setHttpBindEnabled(boolean isEnabled)
public void setHttpBindPorts(int unsecurePort, int securePort) throws Exception
unsecurePort
- the unsecured connection port which clients can connect to.securePort
- the secured connection port which clients can connect to.
Exception
- when there is an error configuring the HTTP binding ports.public org.mortbay.jetty.handler.ContextHandlerCollection getContexts()
public int getHttpBindUnsecurePort()
public int getHttpBindSecurePort()
public boolean isScriptSyntaxEnabled()
public void setScriptSyntaxEnabled(boolean isEnabled)
isEnabled
- true to enable script syntax and false to disable it.isScriptSyntaxEnabled()
,
BOSH: Alternative Script
Syntax
|
Openfire 3.4.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |