![JAR search and dependency download from the Maven repository](/logo.png)
com.strategicgains.restexpress.response.HttpResponseWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of RestExpress Show documentation
Show all versions of RestExpress Show documentation
Internet scale, high-performance RESTful Services in Java
/*
* Copyright 2010, eCollege, Inc. All rights reserved.
*/
package com.strategicgains.restexpress.response;
import org.jboss.netty.channel.ChannelHandlerContext;
import com.strategicgains.restexpress.Request;
import com.strategicgains.restexpress.Response;
/**
* @author toddf
* @since Aug 26, 2010
*/
public interface HttpResponseWriter
{
public void write(ChannelHandlerContext ctx, Request request, Response response);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy