net.officefloor.plugin.socket.server.http.response
Class HttpResponseWriterFactoryImpl
java.lang.Object
net.officefloor.plugin.socket.server.http.response.HttpResponseWriterFactoryImpl
- All Implemented Interfaces:
- HttpResponseWriterFactory
public class HttpResponseWriterFactoryImpl
- extends Object
- implements HttpResponseWriterFactory
HttpResponseWriterFactory implementation.
- Author:
- Daniel Sagenschneider
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpResponseWriterFactoryImpl
public HttpResponseWriterFactoryImpl()
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.