We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6cbf2 commit 137a651Copy full SHA for 137a651
src/main/java/org/jsl/collider/SessionEmitter.java
@@ -43,7 +43,7 @@ public abstract class SessionEmitter
43
44
public int joinMessageMaxSize;
45
46
- public SessionEmitter( InetSocketAddress addr )
+ public SessionEmitter(InetSocketAddress addr)
47
{
48
m_addr = addr;
49
@@ -71,7 +71,7 @@ public InetSocketAddress getAddr()
71
}
72
73
/**
74
- * Called by framework to create session listener instance.
+ * Called by the Collider runtime to create session listener instance.
75
* See <tt>Acceptor.createSessionListener</tt> and
76
* <tt>Connector.createSessionListener</tt> for detailed description.
77
* @param session session the listener will be used for
0 commit comments