Skip to content

Commit b590b58

Browse files
doc: more javadoc
1 parent 2852185 commit b590b58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/ProxyConfiguration.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,16 @@ public int port() {
6767
return port;
6868
}
6969

70+
/**
71+
* @return The proxy username.
72+
*/
7073
public String username() {
7174
return username;
7275
}
7376

77+
/**
78+
* @return The proxy password.
79+
*/
7480
public String password() {
7581
return password;
7682
}

0 commit comments

Comments
 (0)