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
protected  ExpectationHandler ServletRegistration.expectationHandler
           
protected  ExpectationHandler ServletHandler.expectationHandler
           
 

Methods in org.glassfish.grizzly.servlet that return ExpectationHandler
 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").
 

Methods in org.glassfish.grizzly.servlet with parameters of type ExpectationHandler
 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 © 2012 Oracle Corporation. All Rights Reserved.