public final class ExtendedOptionsMethod extends HttpOptions implements ExtendedHttpMethod {
private HttpMethodSupport httpMethodSupport;
private IAfterRequestInjection afterRequestInjection;
public ExtendedOptionsMethod() {
httpMethodSupport = new HttpMethodSupport();
}