Added a link to the package summary for HttpTunnelingServlet and HttpTunnelingClientSocketChannelFactory
This commit is contained in:
parent
25d5023267
commit
f90f701a8d
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user