Skip to content

Commit

Permalink
allow access to pooled conn channel attr
Browse files Browse the repository at this point in the history
  • Loading branch information
argha-c committed Aug 10, 2023
1 parent 202b56a commit ce4ecf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
public class PooledConnection {

protected static final AttributeKey<PooledConnection> CHANNEL_ATTR = AttributeKey.newInstance("_pooled_connection");
public static final AttributeKey<PooledConnection> CHANNEL_ATTR = AttributeKey.newInstance("_pooled_connection");
public static final String READ_TIMEOUT_HANDLER_NAME = "readTimeoutHandler";

private final DiscoveryResult server;
Expand Down

0 comments on commit ce4ecf7

Please sign in to comment.