|
| 1.12 | modified | telrod | src/main/org/jboss/remoting/security/SSLSocketBuilder.java | JBREM-564 - updated for system property to be used to set default socket factory implementation to be used. |
| 1.9 | modified | telrod | docs/guide/en/chap5.xml | JBREM-564 - updated doc for system property to be used to set default socket factory implementation to be used. |
| 1.52 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/MultiplexingManager.java | JBREM-574: For SSL sockets, MultiplexingManager makes itself the HandshakeCompletedListener so that it can update the stored description of the underlying socket. |
| 1.55 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/MultiplexServerInvoker.java | JBREM-390: Reduced level of some log statements. |
| 1.50 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/VirtualSocket.java | JBREM-574: Modified toString() to write information from actual socket, including SSL information. |
| 1.12 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/VirtualServerSocket.java | JBREM-574: Modified toString() to write information from actual server socket, including SSL information. |
| 1.11 | modified | rsigal | src/main/org/jboss/remoting/transport/multiplex/MasterServerSocket.java | JBREM-574: Modified toString() to write information from actual server socket, including SSL information. |
| 1.34 | modified | telrod | docs/guide/en/master.xml | JBREM-572 - fixed where chapter 8 included twice (instead of 8 and 9). |
| 1.4 | modified | telrod | docs/guide/en/chap16.xml | JBREM-573 - changed where says Client.destroy() to Client.disconnect() as there is no destroy() method in Client. |
| 1.12 | modified | telrod | src/main/org/jboss/remoting/ConnectionValidator.java | JBREM-570 - changed logging for when ping fails to server to be debug level instead of warn. |
| 1.7 | modified | telrod | src/tests/org/jboss/test/remoting/transport/config/FactoryConfigTestCaseSSLParent.java | JBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes. |
| 1.11 | modified | telrod | src/main/org/jboss/remoting/security/SSLSocketBuilder.java | JBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes. |
| 1.8 | modified | telrod | src/main/org/jboss/remoting/security/SSLSocketBuilderMBean.java | JBREM-568 - updated ssl socket builder so attribute types (getter/setter) is of same type for all attributes. |