Package | Description |
---|---|
org.glassfish.grizzly.servlet |
Modifier and Type | Field and Description |
---|---|
protected ExpectationHandler |
ServletHandler.expectationHandler |
protected ExpectationHandler |
ServletRegistration.expectationHandler |
Modifier and Type | Method and Description |
---|---|
ExpectationHandler |
ServletHandler.getExpectationHandler()
Get the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
ExpectationHandler |
ServletRegistration.getExpectationHandler()
Get the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
Modifier and Type | Method and Description |
---|---|
void |
ServletHandler.setExpectationHandler(ExpectationHandler expectationHandler)
Set the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
void |
ServletRegistration.setExpectationHandler(ExpectationHandler expectationHandler)
Set the
ExpectationHandler responsible for processing
Expect: header (for example "Expect: 100-Continue"). |
Copyright © 2014 Oracle Corporation. All rights reserved.