Class ContinueInterceptor<A extends ExchangeContext>

java.lang.Object
io.inverno.mod.web.server.ContinueInterceptor<A>
Type Parameters:
A - the type of the exchange context
All Implemented Interfaces:
ExchangeInterceptor<A,WebExchange<A>>

public class ContinueInterceptor<A extends ExchangeContext> extends Object implements ExchangeInterceptor<A,WebExchange<A>>

A web exchange interceptor that sends an interim 100 Continue response to the client on requests that contain expect: 100-continue HTTP header as defined by RFC 7231 Section 5.1.1.

Since:
1.3
Author:
Jeremy Kuhn
  • Constructor Details

    • ContinueInterceptor

      public ContinueInterceptor()
  • Method Details