| Modifier and Type | Field and Description |
|---|---|
protected ExpectationHandler |
ServletRegistration.expectationHandler |
protected ExpectationHandler |
ServletHandler.expectationHandler |
| Modifier and Type | Method and Description |
|---|---|
ExpectationHandler |
ServletRegistration.getExpectationHandler()
Get the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
ExpectationHandler |
ServletHandler.getExpectationHandler()
Get the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletRegistration.setExpectationHandler(ExpectationHandler expectationHandler)
Set the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
void |
ServletHandler.setExpectationHandler(ExpectationHandler expectationHandler)
Set the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
Copyright © 2020 Oracle Corporation. All Rights Reserved.