Fixing bad javadoc

This commit is contained in:
Joakim Erdfelt 2015-04-30 11:02:37 -07:00
parent a6b3302876
commit 0443ef7b93
1 changed files with 5 additions and 3 deletions

View File

@ -29,11 +29,13 @@ import org.eclipse.jetty.io.EndPoint;
/* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */
/** A Connection Lister for customization of SocketConnections. /**
* <p>Instances of this listener may be added to a {@link Connector} ( or * A Connection Lister for customization of SocketConnections.
* <p>
* Instances of this listener may be added to a {@link Connector} (or
* {@link ConnectionFactory}) so that they are applied to all connections * {@link ConnectionFactory}) so that they are applied to all connections
* for that connector (or protocol) and thus allow additional Socket * for that connector (or protocol) and thus allow additional Socket
* configuration to be applied by implementing {@link #customize(Socket, Connection)} * configuration to be applied by implementing {@link #customize(Socket, Class, boolean)}
*/ */
public class SocketCustomizationListener implements Listener public class SocketCustomizationListener implements Listener
{ {