X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Fio%2FClientConnectionFactory.java;h=a11fe8e43cdd95f7532d1f507e1a7dff1e8f80f4;hp=7eb59318409026f88d9fe51f976e9669e65df932;hb=ba4f228fa9f72d50991a2218cfd83987ef5d385e;hpb=875b5e9651498a0cd8e0001c0742ba843e47cad0 diff --git a/lib/jetty/org/eclipse/jetty/io/ClientConnectionFactory.java b/lib/jetty/org/eclipse/jetty/io/ClientConnectionFactory.java index 7eb59318..a11fe8e4 100644 --- a/lib/jetty/org/eclipse/jetty/io/ClientConnectionFactory.java +++ b/lib/jetty/org/eclipse/jetty/io/ClientConnectionFactory.java @@ -1,6 +1,6 @@ // // ======================================================================== -// Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. +// Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the terms of the Eclipse Public License v1.0 @@ -19,6 +19,7 @@ package org.eclipse.jetty.io; import java.io.IOException; +import java.nio.ByteBuffer; import java.util.Map; import org.eclipse.jetty.util.log.Log; @@ -51,7 +52,7 @@ public interface ClientConnectionFactory * {@link EndPoint} associated with {@code oldConnection}, performing connection lifecycle management. *

* The {@code oldConnection} will be closed by invoking {@link org.eclipse.jetty.io.Connection#onClose()} - * and the {@code newConnection} will be opened by invoking {@link org.eclipse.jetty.io.Connection#onOpen()}. + * and the {@code newConnection} will be opened by invoking {@link org.eclipse.jetty.io.Connection#onOpen(ByteBuffer)}. * @param oldConnection the old connection to replace * @param newConnection the new connection replacement */