]> WPIA git - gigi.git/blobdiff - lib/jetty/org/eclipse/jetty/server/HttpTransport.java
updating jetty to jetty-9.2.16.v2016040
[gigi.git] / lib / jetty / org / eclipse / jetty / server / HttpTransport.java
index 7058425f659793d0e110bfb0122b25b3d99d973a..d3922467b2472b4962db10b423bdb1f012700714 100644 (file)
@@ -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
@@ -24,7 +24,7 @@ import org.eclipse.jetty.http.HttpGenerator;
 import org.eclipse.jetty.util.Callback;
 
 public interface HttpTransport
-{
+{    
     void send(HttpGenerator.ResponseInfo info, ByteBuffer content, boolean lastContent, Callback callback);
 
     void send(ByteBuffer content, boolean lastContent, Callback callback);