Package com.mastfrog.acteur
Class ResponseWriter
java.lang.Object
com.mastfrog.acteur.ResponseWriter
Abstraction over Netty's channel/ByteBuf to insulate from changes there.
- Author:
- Tim Boudreau
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwrite(Event<?> evt, ResponseWriter.Output out) write(Event<?> evt, ResponseWriter.Output out, int iteration)
-
Constructor Details
-
ResponseWriter
public ResponseWriter()
-
-
Method Details
-
write
public ResponseWriter.Status write(Event<?> evt, ResponseWriter.Output out, int iteration) throws Exception - Throws:
Exception
-
write
- Throws:
Exception
-