org.eclipse.rap.http.servlet.HttpServiceMultipartServlet Maven / Gradle / Ivy
/*******************************************************************************
* Copyright (c) 2016 Raymond Augé and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Raymond Augé - initial implementation
*******************************************************************************/
package org.eclipse.rap.http.servlet;
import jakarta.servlet.http.HttpServlet;
/**
* @noextend This class is not intended to be subclassed by clients.
* @deprecated No longer required.
* @since 1.3
*/
public class HttpServiceMultipartServlet extends HttpServlet {
private static final long serialVersionUID = 2281118780429323631L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy