Uses of Interface
org.glassfish.grizzly.servlet.ExpectationHandler
Packages that use ExpectationHandler
-
Uses of ExpectationHandler in org.glassfish.grizzly.servlet
Fields in org.glassfish.grizzly.servlet declared as ExpectationHandlerModifier and TypeFieldDescriptionprotected ExpectationHandlerServletHandler.expectationHandlerprotected ExpectationHandlerServletRegistration.expectationHandlerMethods in org.glassfish.grizzly.servlet that return ExpectationHandlerModifier and TypeMethodDescriptionServletHandler.getExpectationHandler()Get theExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue").ServletRegistration.getExpectationHandler()Get theExpectationHandlerresponsible for processing Expect: header (for example "Expect: 100-Continue").Methods in org.glassfish.grizzly.servlet with parameters of type ExpectationHandlerModifier and TypeMethodDescriptionvoidServletHandler.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").