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–2019 Oracle Corporation. All rights reserved.