rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.35k stars 354 forks source link

Add rsocket object get address #1012

Closed atshow closed 3 years ago

atshow commented 3 years ago

Add Rsocket Object supports get local address and remote address

Motivation:

It is convenient for business system to obtain local address and remote address from rsocket object

Modifications:

Modify the rsocket interface and duplexconnection interface, as well as their implementation classes

Result:

Adding localAddress and remoteAddress methods to rsocket object Signed-off-by: atshow phsxf@hotmail.com