public class GrizzlyWriter extends Writer
| Constructor and Description |
|---|
GrizzlyWriter(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
void |
write(ByteBuffer buffer,
CompletionHandler<ByteBuffer> completionHandler)
Tyrus runtime calls this method to handover the data for a connection
to the transport.
|
public GrizzlyWriter(Connection connection)
public void write(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler)
Writerpublic void close()
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.