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:
Michael Bayne
2011-03-15 18:17:09 +00:00
parent 0a15a1e09a
commit 217927de2b
28 changed files with 48 additions and 46 deletions
@@ -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.