Downgrading javadoc reference to class not visible from jetty-io, it causes javadoc errors/failures
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2838 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
c658040eca
commit
0756914b2f
|
@ -18,7 +18,7 @@ import java.net.Socket;
|
|||
/**
|
||||
* <p>A listener for raw network traffic within Jetty.</p>
|
||||
* <p>{@link NetworkTrafficListener}s can be installed in a
|
||||
* {@link org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector},
|
||||
* <code>org.eclipse.jetty.server.nio.NetworkTrafficSelectChannelConnector</code>,
|
||||
* and are notified of the following network traffic events:</p>
|
||||
* <ul>
|
||||
* <li>Connection opened, when the server has accepted the connection from a remote client</li>
|
||||
|
|
Loading…
Reference in New Issue