[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpcomponents-commits
Subject:    [1/3] httpcomponents-core git commit: Make responseFactory available to subclasses. [Forced Update!]
From:       olegk () apache ! org
Date:       2017-09-28 21:21:37
Message-ID: 038dd5c79db24473aee12d38c73ee532 () git ! apache ! org
[Download RAW message or body]

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 27b4bcec8 -> 60730445d (forced update)


Make responseFactory available to subclasses.


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

Branch: refs/heads/4.4.x
Commit: 2491e66d54884c5bc57c26ef88d7d65f7e88c7a7
Parents: 64eed73
Author: Gary Gregory <ggregory@apache.org>
Authored: Wed Sep 27 14:48:43 2017 -0600
Committer: Oleg Kalnichevski <olegk@apache.org>
Committed: Thu Sep 28 23:12:30 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/http/nio/protocol/HttpAsyncService.java | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/2491e66d/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 \
                c9a461d..b79c1c6 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,4 +1087,13 @@ public class HttpAsyncService implements \
NHttpServerEventHandler {  
     }
 
+    /**
+     * Gets the HttpResponseFactory for this service.
+     *
+     * @since 4.4.8
+     */
+    protected HttpResponseFactory getResponseFactory() {
+      return responseFactory;
+    }
+
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic