public class GrizzlyWriter extends Writer
Constructor and Description |
---|
GrizzlyWriter(org.glassfish.grizzly.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 void write(ByteBuffer buffer, CompletionHandler<ByteBuffer> completionHandler)
Writer
public void close()
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.