|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType
public class JettyHTTPServerEngineConfigType
Java class for JettyHTTPServerEngineConfigType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JettyHTTPServerEngineConfigType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="tlsServerParameters" type="{http://cxf.apache.org/configuration/security}TLSServerParametersType"/>
<element name="tlsServerParametersRef" type="{http://cxf.apache.org/transports/http-jetty/configuration}ParametersRefType"/>
</choice>
<choice minOccurs="0">
<element name="threadingParameters" type="{http://cxf.apache.org/transports/http-jetty/configuration}ThreadingParametersType"/>
<element name="threadingParametersRef" type="{http://cxf.apache.org/transports/http-jetty/configuration}ParametersRefType"/>
</choice>
<element name="connector" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="handlers" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
<element name="sessionSupport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="reuseAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="continuationsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="port" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Object |
connector
|
protected java.lang.Boolean |
continuationsEnabled
|
protected java.lang.Object |
handlers
|
protected int |
port
|
protected java.lang.Boolean |
reuseAddress
|
protected java.lang.Boolean |
sessionSupport
|
protected ThreadingParametersType |
threadingParameters
|
protected ParametersRefType |
threadingParametersRef
|
protected TLSServerParametersType |
tlsServerParameters
|
protected ParametersRefType |
tlsServerParametersRef
|
| Constructor Summary | |
|---|---|
JettyHTTPServerEngineConfigType()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getConnector()
Gets the value of the connector property. |
java.lang.Object |
getHandlers()
Gets the value of the handlers property. |
int |
getPort()
Gets the value of the port property. |
ThreadingParametersType |
getThreadingParameters()
Gets the value of the threadingParameters property. |
ParametersRefType |
getThreadingParametersRef()
Gets the value of the threadingParametersRef property. |
TLSServerParametersType |
getTlsServerParameters()
Gets the value of the tlsServerParameters property. |
ParametersRefType |
getTlsServerParametersRef()
Gets the value of the tlsServerParametersRef property. |
java.lang.Boolean |
isContinuationsEnabled()
Gets the value of the continuationsEnabled property. |
java.lang.Boolean |
isReuseAddress()
Gets the value of the reuseAddress property. |
java.lang.Boolean |
isSessionSupport()
Gets the value of the sessionSupport property. |
void |
setConnector(java.lang.Object value)
Sets the value of the connector property. |
void |
setContinuationsEnabled(java.lang.Boolean value)
Sets the value of the continuationsEnabled property. |
void |
setHandlers(java.lang.Object value)
Sets the value of the handlers property. |
void |
setPort(int value)
Sets the value of the port property. |
void |
setReuseAddress(java.lang.Boolean value)
Sets the value of the reuseAddress property. |
void |
setSessionSupport(java.lang.Boolean value)
Sets the value of the sessionSupport property. |
void |
setThreadingParameters(ThreadingParametersType value)
Sets the value of the threadingParameters property. |
void |
setThreadingParametersRef(ParametersRefType value)
Sets the value of the threadingParametersRef property. |
void |
setTlsServerParameters(TLSServerParametersType value)
Sets the value of the tlsServerParameters property. |
void |
setTlsServerParametersRef(ParametersRefType value)
Sets the value of the tlsServerParametersRef property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TLSServerParametersType tlsServerParameters
protected ParametersRefType tlsServerParametersRef
protected ThreadingParametersType threadingParameters
protected ParametersRefType threadingParametersRef
protected java.lang.Object connector
protected java.lang.Object handlers
protected java.lang.Boolean sessionSupport
protected java.lang.Boolean reuseAddress
protected java.lang.Boolean continuationsEnabled
protected int port
| Constructor Detail |
|---|
public JettyHTTPServerEngineConfigType()
| Method Detail |
|---|
public TLSServerParametersType getTlsServerParameters()
TLSServerParametersTypepublic void setTlsServerParameters(TLSServerParametersType value)
value - allowed object is
TLSServerParametersTypepublic ParametersRefType getTlsServerParametersRef()
ParametersRefTypepublic void setTlsServerParametersRef(ParametersRefType value)
value - allowed object is
ParametersRefTypepublic ThreadingParametersType getThreadingParameters()
ThreadingParametersTypepublic void setThreadingParameters(ThreadingParametersType value)
value - allowed object is
ThreadingParametersTypepublic ParametersRefType getThreadingParametersRef()
ParametersRefTypepublic void setThreadingParametersRef(ParametersRefType value)
value - allowed object is
ParametersRefTypepublic java.lang.Object getConnector()
Objectpublic void setConnector(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getHandlers()
Objectpublic void setHandlers(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Boolean isSessionSupport()
Booleanpublic void setSessionSupport(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isReuseAddress()
Booleanpublic void setReuseAddress(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isContinuationsEnabled()
Booleanpublic void setContinuationsEnabled(java.lang.Boolean value)
value - allowed object is
Booleanpublic int getPort()
public void setPort(int value)
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||