Class SocketCustomizationListener

java.lang.Object
org.eclipse.jetty.server.SocketCustomizationListener
All Implemented Interfaces:
EventListener, org.eclipse.jetty.io.Connection.Listener

public class SocketCustomizationListener extends Object implements org.eclipse.jetty.io.Connection.Listener
A Connection Lister for customization of SocketConnections.

Instances of this listener may be added to a Connector (or ConnectionFactory) so that they are applied to all connections for that connector (or protocol) and thus allow additional Socket configuration to be applied by implementing customize(Socket, Class, boolean)