| java.lang.Object org.jicarilla.http.HTTPMessageWriterImpl
HTTPMessageWriterImpl | public class HTTPMessageWriterImpl implements HTTPMessageWriter(Code) | | Rather small component that knows how to write HTTPMessage
instances back to a channel.
This is a IoC type-3 compatible component.
author: Leo Simons version: $Id: HTTPMessageWriterImpl.java,v 1.4 2004/02/26 16:51:55 lsimons Exp $ |
Field Summary | |
final public static ByteBuffer | COLON_SP | final public static ByteBuffer | CRLF | final public static ByteBuffer | SP |
COLON_SP | final public static ByteBuffer COLON_SP(Code) | | |
CRLF | final public static ByteBuffer CRLF(Code) | | |
SP | final public static ByteBuffer SP(Code) | | |
|
|