|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface RequestProcessing
Provides attributes to configure the request processing subsystem in the HTTP service
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
org.jvnet.hk2.config.ConfigBeanProxy.Duck |
| Method Summary | |
|---|---|
String |
getHeaderBufferLengthInBytes()
Deprecated. Gets the value of the headerBufferLengthInBytes property. |
String |
getInitialThreadCount()
Deprecated. Gets the value of the initialThreadCount property. |
String |
getRequestTimeoutInSeconds()
Deprecated. Gets the value of the requestTimeoutInSeconds property. |
String |
getThreadCount()
Deprecated. Gets the value of the threadCount property. |
String |
getThreadIncrement()
Deprecated. Gets the value of the threadIncrement property. |
void |
setHeaderBufferLengthInBytes(String value)
Deprecated. Sets the value of the headerBufferLengthInBytes property. |
void |
setInitialThreadCount(String value)
Deprecated. Sets the value of the initialThreadCount property. |
void |
setRequestTimeoutInSeconds(String value)
Deprecated. Sets the value of the requestTimeoutInSeconds property. |
void |
setThreadCount(String value)
Deprecated. Sets the value of the threadCount property. |
void |
setThreadIncrement(String value)
Deprecated. Sets the value of the threadIncrement property. |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Method Detail |
|---|
String getThreadCount()
String
void setThreadCount(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getInitialThreadCount()
String
void setInitialThreadCount(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getThreadIncrement()
String
void setThreadIncrement(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getRequestTimeoutInSeconds()
String
void setRequestTimeoutInSeconds(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getHeaderBufferLengthInBytes()
String
void setHeaderBufferLengthInBytes(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||