Apache CXF API

org.apache.cxf.transports.http_jetty.configuration
Class JettyHTTPServerEngineConfigType

java.lang.Object
  extended by org.apache.cxf.transports.http_jetty.configuration.JettyHTTPServerEngineConfigType

public class JettyHTTPServerEngineConfigType
extends Object

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://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" minOccurs="0"/>
         <element name="reuseAddress" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" minOccurs="0"/>
       </sequence>
       <attribute name="port" use="required" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
       <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="continuationsEnabled" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
       <attribute name="maxIdleTime" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedInt" />
       <attribute name="sendServerVersion" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object connector
           
protected  Boolean continuationsEnabled
           
protected  Object handlers
           
protected  String host
           
protected  Integer maxIdleTime
           
protected  Integer port
           
protected  Boolean reuseAddress
           
protected  Boolean sendServerVersion
           
protected  Boolean sessionSupport
           
protected  ThreadingParametersType threadingParameters
           
protected  ParametersRefType threadingParametersRef
           
protected  TLSServerParametersType tlsServerParameters
           
protected  ParametersRefType tlsServerParametersRef
           
 
Constructor Summary
JettyHTTPServerEngineConfigType()
           
 
Method Summary
 Object getConnector()
          Gets the value of the connector property.
 Object getHandlers()
          Gets the value of the handlers property.
 String getHost()
          Gets the value of the host property.
 Integer getMaxIdleTime()
          Gets the value of the maxIdleTime property.
 Integer 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.
 Boolean isContinuationsEnabled()
          Gets the value of the continuationsEnabled property.
 Boolean isReuseAddress()
          Gets the value of the reuseAddress property.
 Boolean isSendServerVersion()
          Gets the value of the sendServerVersion property.
 Boolean isSessionSupport()
          Gets the value of the sessionSupport property.
 void setConnector(Object value)
          Sets the value of the connector property.
 void setContinuationsEnabled(Boolean value)
          Sets the value of the continuationsEnabled property.
 void setHandlers(Object value)
          Sets the value of the handlers property.
 void setHost(String value)
          Sets the value of the host property.
 void setMaxIdleTime(Integer value)
          Sets the value of the maxIdleTime property.
 void setPort(Integer value)
          Sets the value of the port property.
 void setReuseAddress(Boolean value)
          Sets the value of the reuseAddress property.
 void setSendServerVersion(Boolean value)
          Sets the value of the sendServerVersion property.
 void setSessionSupport(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

tlsServerParameters

protected TLSServerParametersType tlsServerParameters

tlsServerParametersRef

protected ParametersRefType tlsServerParametersRef

threadingParameters

protected ThreadingParametersType threadingParameters

threadingParametersRef

protected ParametersRefType threadingParametersRef

connector

protected Object connector

handlers

protected Object handlers

sessionSupport

protected Boolean sessionSupport

reuseAddress

protected Boolean reuseAddress

port

protected Integer port

host

protected String host

continuationsEnabled

protected Boolean continuationsEnabled

maxIdleTime

protected Integer maxIdleTime

sendServerVersion

protected Boolean sendServerVersion
Constructor Detail

JettyHTTPServerEngineConfigType

public JettyHTTPServerEngineConfigType()
Method Detail

getTlsServerParameters

public TLSServerParametersType getTlsServerParameters()
Gets the value of the tlsServerParameters property.

Returns:
possible object is TLSServerParametersType

setTlsServerParameters

public void setTlsServerParameters(TLSServerParametersType value)
Sets the value of the tlsServerParameters property.

Parameters:
value - allowed object is TLSServerParametersType

getTlsServerParametersRef

public ParametersRefType getTlsServerParametersRef()
Gets the value of the tlsServerParametersRef property.

Returns:
possible object is ParametersRefType

setTlsServerParametersRef

public void setTlsServerParametersRef(ParametersRefType value)
Sets the value of the tlsServerParametersRef property.

Parameters:
value - allowed object is ParametersRefType

getThreadingParameters

public ThreadingParametersType getThreadingParameters()
Gets the value of the threadingParameters property.

Returns:
possible object is ThreadingParametersType

setThreadingParameters

public void setThreadingParameters(ThreadingParametersType value)
Sets the value of the threadingParameters property.

Parameters:
value - allowed object is ThreadingParametersType

getThreadingParametersRef

public ParametersRefType getThreadingParametersRef()
Gets the value of the threadingParametersRef property.

Returns:
possible object is ParametersRefType

setThreadingParametersRef

public void setThreadingParametersRef(ParametersRefType value)
Sets the value of the threadingParametersRef property.

Parameters:
value - allowed object is ParametersRefType

getConnector

public Object getConnector()
Gets the value of the connector property.

Returns:
possible object is Object

setConnector

public void setConnector(Object value)
Sets the value of the connector property.

Parameters:
value - allowed object is Object

getHandlers

public Object getHandlers()
Gets the value of the handlers property.

Returns:
possible object is Object

setHandlers

public void setHandlers(Object value)
Sets the value of the handlers property.

Parameters:
value - allowed object is Object

isSessionSupport

public Boolean isSessionSupport()
Gets the value of the sessionSupport property.

Returns:
possible object is Boolean

setSessionSupport

public void setSessionSupport(Boolean value)
Sets the value of the sessionSupport property.

Parameters:
value - allowed object is Boolean

isReuseAddress

public Boolean isReuseAddress()
Gets the value of the reuseAddress property.

Returns:
possible object is Boolean

setReuseAddress

public void setReuseAddress(Boolean value)
Sets the value of the reuseAddress property.

Parameters:
value - allowed object is Boolean

getPort

public Integer getPort()
Gets the value of the port property.

Returns:
possible object is Integer

setPort

public void setPort(Integer value)
Sets the value of the port property.

Parameters:
value - allowed object is Integer

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

isContinuationsEnabled

public Boolean isContinuationsEnabled()
Gets the value of the continuationsEnabled property.

Returns:
possible object is Boolean

setContinuationsEnabled

public void setContinuationsEnabled(Boolean value)
Sets the value of the continuationsEnabled property.

Parameters:
value - allowed object is Boolean

getMaxIdleTime

public Integer getMaxIdleTime()
Gets the value of the maxIdleTime property.

Returns:
possible object is Integer

setMaxIdleTime

public void setMaxIdleTime(Integer value)
Sets the value of the maxIdleTime property.

Parameters:
value - allowed object is Integer

isSendServerVersion

public Boolean isSendServerVersion()
Gets the value of the sendServerVersion property.

Returns:
possible object is Boolean

setSendServerVersion

public void setSendServerVersion(Boolean value)
Sets the value of the sendServerVersion property.

Parameters:
value - allowed object is Boolean

Apache CXF API

Apache CXF