dubbo-rpc-extensions/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/extension/resteasy/intercept/DubboServerWriterInterceptorContext.java [38:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DubboServerWriterInterceptorContext(
            WriterInterceptor[] interceptors,
            ResteasyProviderFactory providerFactory,
            Object entity,
            Class type,
            Type genericType,
            Annotation[] annotations,
            MediaType mediaType,
            MultivaluedMap<String, Object> headers,
            OutputStream outputStream,
            HttpRequest request) {
        super(
                interceptors,
                providerFactory,
                entity,
                type,
                genericType,
                annotations,
                mediaType,
                headers,
                outputStream,
                request);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



dubbo-rpc-extensions/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/resteasy/intercept/DubboServerWriterInterceptorContext.java [38:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public DubboServerWriterInterceptorContext(
            WriterInterceptor[] interceptors,
            ResteasyProviderFactory providerFactory,
            Object entity,
            Class type,
            Type genericType,
            Annotation[] annotations,
            MediaType mediaType,
            MultivaluedMap<String, Object> headers,
            OutputStream outputStream,
            HttpRequest request) {
        super(
                interceptors,
                providerFactory,
                entity,
                type,
                genericType,
                annotations,
                mediaType,
                headers,
                outputStream,
                request);
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



