@ -35,6 +35,7 @@ public class RSocketServerBootstrap implements ApplicationEventPublisherAware, S
@@ -35,6 +35,7 @@ public class RSocketServerBootstrap implements ApplicationEventPublisherAware, S
@ -60,11 +61,7 @@ public class RSocketServerBootstrap implements ApplicationEventPublisherAware, S
@@ -60,11 +61,7 @@ public class RSocketServerBootstrap implements ApplicationEventPublisherAware, S
@ -41,18 +42,18 @@ public class NettyRSocketServer implements RSocketServer {
@@ -41,18 +42,18 @@ public class NettyRSocketServer implements RSocketServer {
Assert.notNull(starter,"'starter' must not be null");
this.starter=starter;
this.lifecycleTimeout=lifecycleTimeout;
}
@Override
publicInetSocketAddressaddress(){
public@NullableInetSocketAddressaddress(){
if(this.channel!=null){
returnthis.channel.address();
}
@ -62,11 +63,16 @@ public class NettyRSocketServer implements RSocketServer {
@@ -62,11 +63,16 @@ public class NettyRSocketServer implements RSocketServer {
@ -81,7 +87,7 @@ public class NettyRSocketServer implements RSocketServer {
@@ -81,7 +87,7 @@ public class NettyRSocketServer implements RSocketServer {
@ -70,21 +71,21 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -70,21 +71,21 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -92,12 +93,12 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -92,12 +93,12 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -107,12 +108,12 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -107,12 +108,12 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -120,7 +121,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -120,7 +121,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -184,13 +185,13 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -184,13 +185,13 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -211,12 +212,14 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -211,12 +212,14 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -253,7 +256,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -253,7 +256,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@ -272,7 +275,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur
@@ -272,7 +275,7 @@ public class NettyRSocketServerFactory implements RSocketServerFactory, Configur