X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=lib%2Fjetty%2Forg%2Feclipse%2Fjetty%2Fserver%2FHttpTransport.java;h=d3922467b2472b4962db10b423bdb1f012700714;hp=7058425f659793d0e110bfb0122b25b3d99d973a;hb=d23d7a6fa9dc38c6193fea70017e0bff11257be5;hpb=ec24cf6925bb3729a644580ad4a9375d05883c62 diff --git a/lib/jetty/org/eclipse/jetty/server/HttpTransport.java b/lib/jetty/org/eclipse/jetty/server/HttpTransport.java index 7058425f..d3922467 100644 --- a/lib/jetty/org/eclipse/jetty/server/HttpTransport.java +++ b/lib/jetty/org/eclipse/jetty/server/HttpTransport.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 @@ -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);