Uses of Interface
org.glassfish.grizzly.servlet.ExpectationHandler.AckAction
-
-
Uses of ExpectationHandler.AckAction in org.glassfish.grizzly.servlet
Methods in org.glassfish.grizzly.servlet with parameters of type ExpectationHandler.AckAction Modifier and Type Method Description voidExpectationHandler. onExpectAcknowledgement(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, ExpectationHandler.AckAction action)Method is getting called by framework if HTTP request contains "Expect" header.
-