|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface HttpListener
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
org.jvnet.hk2.config.types.PropertyBag.Duck |
| Method Summary | |
|---|---|
String |
getAcceptorThreads()
Deprecated. Gets the value of the acceptorThreads property. |
String |
getAddress()
Deprecated. Gets the value of the address property. |
String |
getBlockingEnabled()
Deprecated. Gets the value of the blockingEnabled property. |
String |
getDefaultVirtualServer()
Deprecated. Gets the value of the defaultVirtualServer property. |
String |
getEnabled()
Deprecated. Gets the value of the enabled property. |
String |
getExternalPort()
Deprecated. Gets the value of the externalPort property. |
String |
getFamily()
Deprecated. Gets the value of the family property. |
String |
getId()
Deprecated. Gets the value of the id property. |
String |
getPort()
Deprecated. Gets the value of the port property. |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Deprecated. |
String |
getRedirectPort()
Deprecated. Gets the value of the redirectPort property. |
String |
getSecurityEnabled()
Deprecated. Gets the value of the securityEnabled property. |
String |
getServerName()
Deprecated. Gets the value of the serverName property. |
com.sun.grizzly.config.dom.Ssl |
getSsl()
Deprecated. Gets the value of the ssl property. |
String |
getXpoweredBy()
Deprecated. Gets the value of the xpoweredBy property. |
void |
setAcceptorThreads(String value)
Deprecated. Sets the value of the acceptorThreads property. |
void |
setAddress(String value)
Deprecated. Sets the value of the address property. |
void |
setBlockingEnabled(String value)
Deprecated. Sets the value of the blockingEnabled property. |
void |
setDefaultVirtualServer(String value)
Deprecated. Sets the value of the defaultVirtualServer property. |
void |
setEnabled(String value)
Deprecated. Sets the value of the enabled property. |
void |
setExternalPort(String value)
Deprecated. Sets the value of the externalPort property. |
void |
setFamily(String value)
Deprecated. Sets the value of the family property. |
void |
setId(String value)
Deprecated. Sets the value of the id property. |
void |
setPort(String value)
Deprecated. Sets the value of the port property. |
void |
setRedirectPort(String value)
Deprecated. Sets the value of the redirectPort property. |
void |
setSecurityEnabled(String value)
Deprecated. Sets the value of the securityEnabled property. |
void |
setServerName(String value)
Deprecated. Sets the value of the serverName property. |
void |
setSsl(com.sun.grizzly.config.dom.Ssl value)
Deprecated. Sets the value of the ssl property. |
void |
setXpoweredBy(String value)
Deprecated. Sets the value of the xpoweredBy property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Method Detail |
|---|
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") String getId()
String
void setId(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getAddress()
String
void setAddress(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull @Max(value=65535L) @Min(value=1L) String getPort()
String
void setPort(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Max(value=65535L) @Min(value=1L) String getExternalPort()
String
void setExternalPort(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getFamily()
String
void setFamily(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getBlockingEnabled()
String
void setBlockingEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Min(value=1L) @Max(value=2147483647L) String getAcceptorThreads()
String
void setAcceptorThreads(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getSecurityEnabled()
String
void setSecurityEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getDefaultVirtualServer()
String
void setDefaultVirtualServer(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getServerName()
String
void setServerName(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@Max(value=65535L) @Min(value=1L) String getRedirectPort()
String
void setRedirectPort(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getXpoweredBy()
String
void setXpoweredBy(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getEnabled()
String
void setEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptioncom.sun.grizzly.config.dom.Ssl getSsl()
Ssl
void setSsl(com.sun.grizzly.config.dom.Ssl value)
throws PropertyVetoException
value - allowed object is
Ssl
PropertyVetoException
@PropertiesDesc(systemProperties=false,
props={@PropertyDesc(name="recycle-objects",defaultValue="true",dataType=java.lang.Boolean.class,description="Recycles internal objects instead of using the VM garbage collector"),@PropertyDesc(name="reader-threads",defaultValue="0",dataType=NonNegativeInteger.class,description="Number of reader threads, which read bytes from the non-blocking socket"),@PropertyDesc(name="acceptor-queue-length",defaultValue="4096",dataType=NonNegativeInteger.class,description="Length of the acceptor thread queue. Once full, connections are rejected"),@PropertyDesc(name="reader-queue-length",defaultValue="4096",dataType=NonNegativeInteger.class,description="Length of the reader thread queue. Once full, connections are rejected"),@PropertyDesc(name="use-nio-direct-bytebuffer",defaultValue="true",dataType=java.lang.Boolean.class,description="Specifies that the NIO direct is used. In a limited resource environment, it might be faster to use non-direct Java\'s ByteBuffer by setting a value of false"),@PropertyDesc(name="authPassthroughEnabled",defaultValue="false",dataType=java.lang.Boolean.class,description="Indicates that this http-listener element receives traffic from an SSL-terminating proxy server. Overrides the authPassthroughEnabled property of the parent http-service"),@PropertyDesc(name="proxyHandler",defaultValue="com.sun.enterprise.web.ProxyHandlerImpl",description="Specifies the fully qualified class name of a custom implementation of com.sun.appserv.ProxyHandler.Used if the authPassthroughEnabled property of this http-listener and the parent http-service are both true. Overrides any value in the parent http-service element"),@PropertyDesc(name="proxiedProtocol",values={"ws/tcp","http","https","tls"},description="Comma-separated list of protocols that can use the same port. For example, if you set this property to http,https and set the port to 4567, you can access the port with either http://host:4567/ or https://host:4567/. Specifying this property at the \u201chttp-service\ufffd? on page 42 level overrides settings at the http-listener level. If this property is not set at either level, this feature is disabled"),@PropertyDesc(name="bufferSize",defaultValue="4096",dataType=NonNegativeInteger.class,description="Size in bytes of the buffer to be provided for input streams created by HTTP listeners"),@PropertyDesc(name="connectionTimeout",defaultValue="30",dataType=NonNegativeInteger.class,description="Number of seconds HTTP listeners wait after accepting a connection for the request URI line to be presented"),@PropertyDesc(name="maxKeepAliveRequests",defaultValue="250",dataType=NonNegativeInteger.class,description="Maximum number of HTTP requests that can be pipelined until the connection is closed by the server. Set this property to 1 to disable HTTP/1.0 keep-alive, as well as HTTP/1.1 keep-alive and pipelining"),@PropertyDesc(name="traceEnabled",defaultValue="true",dataType=java.lang.Boolean.class,description="Enables the TRACE operation. Set this property to false to make the server less susceptible to cross-site scripting attacks"),@PropertyDesc(name="cometSupport",defaultValue="false",dataType=java.lang.Boolean.class,description="Enables Comet support for this listener. If your servlet/JSP page uses Comet technology, make sure it is initialized by adding the load-on-startup element to web.xml"),@PropertyDesc(name="jkEnabled",defaultValue="false",dataType=java.lang.Boolean.class,description="Enablesd/disables mod_jk support."),@PropertyDesc(name="compression",defaultValue="off",values={"off","on","force"},description="Specifies use of HTTP/1.1 GZIP compression to save server bandwidth. A positive integer specifies the minimum amount of data required before the output is compressed. If the content-length is not known, the output is compressed only if compression is set to \'on\' or \'force\'"),@PropertyDesc(name="compressableMimeType",defaultValue="text/html, text/xml, text/plain",description="Comma-separated list of MIME types for which HTTP compression is used"),@PropertyDesc(name="noCompressionUserAgents",defaultValue="",description="Comma-separated list of regular expressions matching user-agents of HTTP clients for which compression should not be used"),@PropertyDesc(name="compressionMinSize",dataType=NonNegativeInteger.class,description="Minimum size of a file when compression is applied"),@PropertyDesc(name="minCompressionSize",dataType=NonNegativeInteger.class,description="Minimum size of a file when compression is applied"),@PropertyDesc(name="crlFile",description="Location of the Certificate Revocation List (CRL) file to consult during SSL client authentication. Can be an absolute or relative file path. If relative, it is resolved against domain-dir. If unspecified, CRL checking is disabled"),@PropertyDesc(name="trustAlgorithm",values="PKIX",description="Name of the trust management algorithm (for example, PKIX) to use for certification path validation"),@PropertyDesc(name="trustMaxCertLength",defaultValue="5",dataType=java.lang.Integer.class,description="Maximum number of non-self-issued intermediate certificates that can exist in a certification path. Considered only if trustAlgorithm is set to PKIX. A value of zero implies that the path can only contain a single certificate. A value of -1 implies that the path length is unconstrained (no maximum)"),@PropertyDesc(name="disableUploadTimeout",defaultValue="true",dataType=java.lang.Boolean.class,description="When false, the connection for a servlet that reads bytes slowly is closed after the \'connectionUploadTimeout\' is reached"),@PropertyDesc(name="connectionUploadTimeout",defaultValue="5",dataType=NonNegativeInteger.class,description="Specifies the timeout for uploads. Applicable only if \'disableUploadTimeout\' is false"),@PropertyDesc(name="uriEncoding",defaultValue="UTF-8",values="UTF-8",description="Character set used to decode the request URIs received on this HTTP listener. Must be a valid IANA character set name. Overrides the property of the parent http-service")})
List<org.jvnet.hk2.config.types.Property> getProperty()
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||