public interface HttpPduEncodingVisitor
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
visit(HttpContentChunk msg) |
ByteBuffer |
visit(HttpEndOfContent msg) |
ByteBuffer |
visit(HttpRequest msg) |
ByteBuffer |
visit(HttpResponse msg) |
ByteBuffer visit(HttpRequest msg)
ByteBuffer visit(HttpResponse msg)
ByteBuffer visit(HttpContentChunk msg)
ByteBuffer visit(HttpEndOfContent msg)
Copyright © 2009–2013 Apache MINA Project. All rights reserved.