public interface ReadHandler
Connection.getReadHandler()
.Modifier and Type | Method and Description |
---|---|
void |
handle(ByteBuffer data)
A transport reads websocket data and invokes this method to handover
websocket data for a connection to tyrus runtime.
|
void handle(ByteBuffer data)
data
- websocket data of a connection.Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.