Uses of Interface
org.glassfish.grizzly.servlet.ExpectationHandler
-
-
Uses of ExpectationHandler in org.glassfish.grizzly.servlet
Fields in org.glassfish.grizzly.servlet declared as ExpectationHandler Modifier and Type Field Description protected ExpectationHandlerServletHandler. expectationHandlerprotected ExpectationHandlerServletRegistration. expectationHandlerMethods in org.glassfish.grizzly.servlet that return ExpectationHandler Modifier and Type Method Description ExpectationHandlerServletHandler. getExpectationHandler()Get theExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue").ExpectationHandlerServletRegistration. getExpectationHandler()Get theExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue").Methods in org.glassfish.grizzly.servlet with parameters of type ExpectationHandler Modifier and Type Method Description voidServletHandler. setExpectationHandler(ExpectationHandler expectationHandler)Set theExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue").voidServletRegistration. setExpectationHandler(ExpectationHandler expectationHandler)Set theExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue").
-