Fixing bad javadoc
This commit is contained in:
parent
a6b3302876
commit
0443ef7b93
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue