Jetty9 - Fixed copyright headers.
This commit is contained in:
parent
1c306ad89c
commit
4c26d98187
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
import java.util.concurrent.atomic.AtomicReference;
|
import java.util.concurrent.atomic.AtomicReference;
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
import org.eclipse.jetty.client.api.ContentResponse;
|
import org.eclipse.jetty.client.api.ContentResponse;
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
import java.util.Queue;
|
import java.util.Queue;
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
import java.util.concurrent.atomic.AtomicInteger;
|
import java.util.concurrent.atomic.AtomicInteger;
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
import java.io.EOFException;
|
import java.io.EOFException;
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
public class HttpResponseException extends RuntimeException
|
public class HttpResponseException extends RuntimeException
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client;
|
package org.eclipse.jetty.client;
|
||||||
|
|
||||||
import java.net.URI;
|
import java.net.URI;
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.api;
|
package org.eclipse.jetty.client.api;
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.api;
|
package org.eclipse.jetty.client.api;
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.api;
|
package org.eclipse.jetty.client.api;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.api;
|
package org.eclipse.jetty.client.api;
|
||||||
|
|
||||||
public interface ContentResponse extends Response
|
public interface ContentResponse extends Response
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.api;
|
package org.eclipse.jetty.client.api;
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.api;
|
package org.eclipse.jetty.client.api;
|
||||||
|
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.api;
|
package org.eclipse.jetty.client.api;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.util;
|
package org.eclipse.jetty.client.util;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.util;
|
package org.eclipse.jetty.client.util;
|
||||||
|
|
||||||
import java.nio.ByteBuffer;
|
import java.nio.ByteBuffer;
|
||||||
|
|
|
@ -1,3 +1,21 @@
|
||||||
|
//
|
||||||
|
// ========================================================================
|
||||||
|
// Copyright (c) 1995-2012 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
|
||||||
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
|
//
|
||||||
|
// The Eclipse Public License is available at
|
||||||
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
//
|
||||||
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.util;
|
package org.eclipse.jetty.client.util;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
|
@ -1,15 +1,20 @@
|
||||||
//========================================================================
|
//
|
||||||
//Copyright 2012-2012 Mort Bay Consulting Pty. Ltd.
|
// ========================================================================
|
||||||
//------------------------------------------------------------------------
|
// Copyright (c) 1995-2012 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
|
// All rights reserved. This program and the accompanying materials
|
||||||
//and Apache License v2.0 which accompanies this distribution.
|
// are made available under the terms of the Eclipse Public License v1.0
|
||||||
//The Eclipse Public License is available at
|
// and Apache License v2.0 which accompanies this distribution.
|
||||||
//http://www.eclipse.org/legal/epl-v10.html
|
//
|
||||||
//The Apache License v2.0 is available at
|
// The Eclipse Public License is available at
|
||||||
//http://www.opensource.org/licenses/apache2.0.php
|
// http://www.eclipse.org/legal/epl-v10.html
|
||||||
//You may elect to redistribute this code under either of these licenses.
|
//
|
||||||
//========================================================================
|
// The Apache License v2.0 is available at
|
||||||
|
// http://www.opensource.org/licenses/apache2.0.php
|
||||||
|
//
|
||||||
|
// You may elect to redistribute this code under either of these licenses.
|
||||||
|
// ========================================================================
|
||||||
|
//
|
||||||
|
|
||||||
package org.eclipse.jetty.client.util;
|
package org.eclipse.jetty.client.util;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue