net.officefloor.plugin.socket.server.http.response
Class HttpResponseWriterFactoryImpl

java.lang.Object
  extended by net.officefloor.plugin.socket.server.http.response.HttpResponseWriterFactoryImpl
All Implemented Interfaces:
HttpResponseWriterFactory

public class HttpResponseWriterFactoryImpl
extends Object
implements HttpResponseWriterFactory

HttpResponseWriterFactory implementation.

Author:
Daniel Sagenschneider

Constructor Summary
HttpResponseWriterFactoryImpl()
           
 
Method Summary
 HttpResponseWriter createHttpResponseWriter(ServerHttpConnection connection)
          Creates the HttpResponseWriter for the ServerHttpConnection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponseWriterFactoryImpl

public HttpResponseWriterFactoryImpl()
Method Detail

createHttpResponseWriter

public HttpResponseWriter createHttpResponseWriter(ServerHttpConnection connection)
Description copied from interface: HttpResponseWriterFactory
Creates the HttpResponseWriter for the ServerHttpConnection.

Specified by:
createHttpResponseWriter in interface HttpResponseWriterFactory
Parameters:
connection - ServerHttpConnection.
Returns:
HttpResponseWriter for the ServerHttpConnection.


Copyright © 2005-2011. All Rights Reserved.