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

org.eclipse.jetty.continuation.ContinuationEvent Maven / Gradle / Ivy

package org.eclipse.jetty.continuation;

import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;

public interface ContinuationEvent
{
    public ServletRequest getRequest();
    public ServletResponse getResponse();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy