Skip to content

Conversation

garyrussell
Copy link
Contributor

Resolves #4013

Add Net/NIO specific Server/Client connection factory specs.

Resolves spring-projects#4013

Add Net/NIO specific Server/Client connection factory specs.
TcpNioClientConnectionFactory client = Tcp.nioClient("localhost", 0)
.tcpSocketSupport(sockSupp)
.usingDirectBuffers(true)
.tcpNioConnectionSupport(conSupp)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cannot we call methods as simple as socketSupport, connectionSupport and socketFactorySupport?
We are really in the context of Tcp.netClient builder or Tcp.nioClient, so it sounds redundant for me to mention tcp or nio in every method of the builder again.

@artembilan artembilan merged commit e8a9f95 into spring-projects:main Feb 8, 2023
@garyrussell garyrussell deleted the GH-4013 branch February 15, 2023 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spring Integration - TCP SSL Support via DSL

2 participants