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
Copy file name to clipboardExpand all lines: spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/AbstractConnectionFactory.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,8 @@
57
57
* Base class for all connection factories.
58
58
*
59
59
* @author Gary Russell
60
+
* @author Artem Bilan
61
+
*
60
62
* @since 2.0
61
63
*
62
64
*/
@@ -479,6 +481,7 @@ public void setSslHandshakeTimeout(int sslHandshakeTimeout) {
Copy file name to clipboardExpand all lines: spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpNioServerConnectionFactory.java
+39-29Lines changed: 39 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,13 @@
35
35
importorg.springframework.util.Assert;
36
36
37
37
/**
38
-
/**
38
+
/**
39
39
* Implements a server connection factory that produces {@link TcpNioConnection}s using
40
40
* a {@link ServerSocketChannel}. Must have a {@link TcpListener} registered.
41
41
*
42
42
* @author Gary Russell
43
43
* @author Artem Bilan
44
+
*
44
45
* @since 2.0
45
46
*
46
47
*/
@@ -52,7 +53,7 @@ public class TcpNioServerConnectionFactory extends AbstractServerConnectionFacto
0 commit comments