
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