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(org.apache.http.HttpMessage message)
           
 

Method Detail

reset

void reset()

write

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


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