public interface CtxWrite<T>
Modifier and Type | Method and Description |
---|---|
T |
async() |
T |
done() |
T |
send() |
T |
write(byte[] bytes) |
T |
write(byte[] bytes,
int offset,
int length) |
T |
write(ByteBuffer buf) |
T |
write(File file) |
T |
write(String s) |
T |
writeJSON(Object value) |
T |
writeln(String s) |
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.