You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/09/28 20:46:42 UTC

httpcomponents-core git commit: Javadoc: @since 4.4.8.

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 774d9b1e5 -> 021cc8df6


Javadoc: @since 4.4.8.

Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/021cc8df
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/021cc8df
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/021cc8df

Branch: refs/heads/4.4.x
Commit: 021cc8df60742c0cfb9e88d5cbf6dc98775ce5fb
Parents: 774d9b1
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Sep 28 14:46:39 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Sep 28 14:46:39 2017 -0600

----------------------------------------------------------------------
 .../org/apache/http/nio/protocol/ErrorResponseProducer.java     | 5 +++++
 .../java/org/apache/http/nio/protocol/HttpAsyncService.java     | 5 +++++
 2 files changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/021cc8df/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java
index 3e7eb1e..9dfd867 100644
--- a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java
+++ b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java
@@ -38,6 +38,11 @@ import org.apache.http.nio.entity.HttpAsyncContentProducer;
 import org.apache.http.protocol.HTTP;
 import org.apache.http.protocol.HttpContext;
 
+/**
+ * This class changed from package private to public in version 4.4.8.
+ * 
+ * @since 4.4.8
+ */
 public class ErrorResponseProducer implements HttpAsyncResponseProducer {
 
     private final HttpResponse response;

http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/021cc8df/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java
----------------------------------------------------------------------
diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java
index af3db81..49d5058 100644
--- a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java
+++ b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java
@@ -1087,6 +1087,11 @@ public class HttpAsyncService implements NHttpServerEventHandler {
 
     }
 
+    /**
+     * Gets the HttpResponseFactory for this service.
+     * 
+     * @since 4.4.8
+     */
     protected HttpResponseFactory getResponseFactory() {
       return responseFactory;
     }