mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
19.11.2013 bc247971096268630f67130974fccbb3a6e23be5
refs
author Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Tuesday, March 19, 2013 10:11 +0100
committer Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Tuesday, March 19, 2013 10:11 +0100
commitbc247971096268630f67130974fccbb3a6e23be5
tree b58a7f184fdd8e6213929cc23b5e483b09fb2e2c tree | zip | gz
parent 7cbbe763e936440989bba4acd89960964c14a1a2 view | diff
OPENDJ-808 Implement a simple commons REST based HTTP connection handler

TLSCapableConnection.java:
Renamed isTLSAvailable() to isStartTLSAvailable() to better explicit the purpose of this method.

StartTLSExtendedOperation.java:
Consequence of the change to TLSCapableConnection.

LDAPClientConnection.java:
Consequence of the change to TLSCapableConnection.
Used StaticUtils.close() methods.
Removed one useless parameter from ConnectionFinalizerJob constructor.

StaticUtils.java:
Added close(Selector...).
4 files modified
82 ■■■■ changed files
opends/src/server/org/opends/server/extensions/StartTLSExtendedOperation.java 7 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/TLSCapableConnection.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java 45 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/StaticUtils.java 27 ●●●●● diff | view | raw | blame | history