Package com.mastfrog.acteur
Interface ResponseWriter.Output
- Enclosing class:
- ResponseWriter
public static interface ResponseWriter.Output
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.Channelchannel()io.netty.channel.ChannelFuturefuture()trailer(HeaderValueType<T> type, T value) write(byte[] bytes) write(io.netty.buffer.ByteBuf buf) write(io.netty.channel.FileRegion region) write(io.netty.handler.codec.http.HttpContent chunk) write(InputStream in) write(ByteBuffer buf) writeObjectIf(Object o, boolean condition)
-
Method Details
-
writeObject
- Throws:
IOException
-
writeObjectIf
- Throws:
IOException
-
writeIf
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
trailer
-
channel
io.netty.channel.Channel channel() -
future
io.netty.channel.ChannelFuture future()
-