org.apache.http.nio
Interface NHttpMessageWriter

All Known Implementing Classes:
AbstractMessageWriter, HttpRequestWriter, HttpResponseWriter

public interface NHttpMessageWriter

Abstract HTTP message writer for non-blocking connections.

Since:
4.0
Version:
$Revision: 562518 $
Author:
Oleg Kalnichevski

Method Summary
 void reset()
           
 void write(HttpMessage message)
           
 

Method Detail

reset

void reset()

write

void write(HttpMessage message)
           throws java.io.IOException,
                  HttpException
Throws:
java.io.IOException
HttpException


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.