From f90f701a8dd0a38ee52f420472648cb60bc6d622 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Tue, 14 Jul 2009 10:35:04 +0000 Subject: [PATCH] Added a link to the package summary for HttpTunnelingServlet and HttpTunnelingClientSocketChannelFactory --- .../socket/http/HttpTunnelingClientSocketChannelFactory.java | 4 +++- .../jboss/netty/channel/socket/http/HttpTunnelingServlet.java | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingClientSocketChannelFactory.java b/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingClientSocketChannelFactory.java index 2b95a3cc60..c3a0dc216b 100644 --- a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingClientSocketChannelFactory.java +++ b/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingClientSocketChannelFactory.java @@ -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 + * package summary for + * the detailed usage. * * @author The Netty Project (netty-dev@lists.jboss.org) * @author Andy Taylor (andy.taylor@jboss.org) diff --git a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingServlet.java b/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingServlet.java index bb6120c523..07ebe13160 100644 --- a/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingServlet.java +++ b/src/main/java/org/jboss/netty/channel/socket/http/HttpTunnelingServlet.java @@ -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 + * package summary for + * the detailed usage. * * @author The Netty Project (netty-dev@lists.jboss.org) * @author Andy Taylor (andy.taylor@jboss.org)