org.eclipse.jetty.io.ConnectedEndPoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testatoo-container-jetty-full Show documentation
Show all versions of testatoo-container-jetty-full Show documentation
Testatoo Jetty Container with JSP support
package org.eclipse.jetty.io;
public interface ConnectedEndPoint extends EndPoint
{
Connection getConnection();
void setConnection(Connection connection);
}