Added a link to the package summary for HttpTunnelingServlet and HttpTunnelingClientSocketChannelFactory

This commit is contained in:
Trustin Lee 2009-07-14 10:35:04 +00:00
parent 25d5023267
commit f90f701a8d
2 changed files with 6 additions and 2 deletions

View File

@ -30,7 +30,9 @@ import org.jboss.netty.channel.socket.SocketChannel;
/**
* Creates a client-side {@link SocketChannel} which connects to an
* {@link HttpTunnelingServlet} to communicate with the server application
* behind the {@link HttpTunnelingServlet}.
* behind the {@link HttpTunnelingServlet}. Please refer to the
* <a href="package-summary.html#package_description">package summary</a> for
* the detailed usage.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org)

View File

@ -59,7 +59,9 @@ import org.jboss.netty.logging.InternalLoggerFactory;
/**
* An {@link HttpServlet} that proxies an incoming data to the actual server
* and vice versa.
* and vice versa. Please refer to the
* <a href="package-summary.html#package_description">package summary</a> for
* the detailed usage.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Andy Taylor (andy.taylor@jboss.org)