You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2018. It is now read-only.
- Added support for proxy in Grizzly async client connector.
Change-Id: I946e16c4393040359417e3e64602c24080762e0d
Signed-off-by: Marek Potociar <[email protected]>
Copy file name to clipboardExpand all lines: connectors/grizzly-connector/src/main/java/org/glassfish/jersey/grizzly/connector/GrizzlyConnectorProvider.java
+29-4Lines changed: 29 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,37 @@
50
50
importcom.ning.http.client.AsyncHttpClient;
51
51
52
52
/**
53
-
* Connector provider for Grizzly asynchronous HTTP client-based connectors.
53
+
* Connector provider for Jersey {@link Connector connectors} that utilize
54
+
* Grizzly Asynchronous HTTP Client to send and receive HTTP request and responses.
54
55
* <p>
55
-
* Connectors created by this provider use {@link org.glassfish.jersey.client.RequestEntityProcessing#CHUNKED
56
-
* chunked encoding} as a default setting. This can be overridden by setting the
Copy file name to clipboardExpand all lines: connectors/grizzly-connector/src/main/resources/org/glassfish/jersey/grizzly/connector/localization.properties
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,5 +39,6 @@
39
39
#
40
40
41
41
error.buffering.entity=Error buffering the entity.
42
-
invalid.configurable.component.type=The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
43
42
expected.connector.provider.not.used=The supplied component is not configured to use a GrizzlyConnectorProvider.
43
+
invalid.configurable.component.type=The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget.
44
+
wrong.proxy.uri.type=The proxy URI ("{0}") property MUST be an instance of String or URI.
0 commit comments