A variety of javadoc fixes.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6533 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -34,7 +34,6 @@ import java.nio.channels.SocketChannel;
|
||||
*/
|
||||
public abstract class Connection implements NetEventHandler
|
||||
{
|
||||
|
||||
/** The key used by the NIO code to track this connection. */
|
||||
public SelectionKey selkey;
|
||||
|
||||
|
||||
@@ -45,8 +45,8 @@ public class ServerSocketChannelAcceptor
|
||||
{
|
||||
/**
|
||||
* Configures the connection manager with the hostname and ports on which it will listen for
|
||||
* socket connections. This must be called before the connection manager is started (via
|
||||
* {@via #start}) as the sockets will be bound at that time.
|
||||
* socket connections. This must be called before the connection manager is started as the
|
||||
* sockets will be bound at that time.
|
||||
*
|
||||
* @param socketHostname the hostname to which we bind our sockets or null to bind to all
|
||||
* interfaces.
|
||||
|
||||
Reference in New Issue
Block a user