All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.javapla.jawn.server.ContextInternal Maven / Gradle / Ivy

There is a newer version: 0.9.12
Show newest version
package net.javapla.jawn.server;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import net.javapla.jawn.core.http.Context;

interface ContextInternal extends Context.Internal {
    void init(/*ServletContext servletContext, */HttpServletRequest request, HttpServletResponse response);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy