|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jivesoftware.multiplexer.net.http.HttpBindManager
public final class HttpBindManager
Field Summary | |
---|---|
static java.lang.String |
HTTP_BIND_ENABLED
|
static boolean |
HTTP_BIND_ENABLED_DEFAULT
|
static java.lang.String |
HTTP_BIND_PORT
|
static int |
HTTP_BIND_PORT_DEFAULT
|
static java.lang.String |
HTTP_BIND_SECURE_PORT
|
static int |
HTTP_BIND_SECURE_PORT_DEFAULT
|
Method Summary | |
---|---|
org.mortbay.jetty.handler.ContextHandlerCollection |
getContexts()
|
java.lang.String |
getHttpBindSecureAddress()
|
int |
getHttpBindSecurePort()
Returns the HTTP binding port which uses SSL. |
java.lang.String |
getHttpBindUnsecureAddress()
|
int |
getHttpBindUnsecurePort()
Returns the HTTP binding port which does not use SSL. |
static HttpBindManager |
getInstance()
|
java.lang.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 java.lang.String HTTP_BIND_ENABLED
public static final boolean HTTP_BIND_ENABLED_DEFAULT
public static final java.lang.String HTTP_BIND_PORT
public static final int HTTP_BIND_PORT_DEFAULT
public static final java.lang.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 java.lang.String getHttpBindUnsecureAddress()
public java.lang.String getHttpBindSecureAddress()
public java.lang.String getJavaScriptUrl()
public void setHttpBindEnabled(boolean isEnabled)
public void setHttpBindPorts(int unsecurePort, int securePort) throws java.lang.Exception
unsecurePort
- the unsecured connection port which clients can connect to.securePort
- the secured connection port which clients can connect to.
java.lang.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
|
Connection Manager 3.6.3 Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |